Sync to the latest version.
Can be broken or partially implemented.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
struct bh_thread_s
|
||||
{
|
||||
pthread_t handle;
|
||||
int allocated;
|
||||
};
|
||||
|
||||
struct bh_mutex_s
|
||||
@@ -27,4 +28,4 @@ void bh_cond_destroy(bh_cond_t *cond);
|
||||
int bh_thread_pool_init(bh_thread_pool_t *pool,
|
||||
size_t size);
|
||||
|
||||
void bh_thread_pool_destroy(bh_thread_pool_t *pool);
|
||||
void bh_thread_pool_destroy(bh_thread_pool_t *pool);
|
||||
|
||||
Reference in New Issue
Block a user