Add documentation, expand error handling, implement file and buffer io
This commit is contained in:
@@ -50,7 +50,7 @@ int bh_thread_init_base(bh_thread_t *thread,
|
||||
int bh_mutex_init(bh_mutex_t *mutex);
|
||||
void bh_mutex_destroy(bh_mutex_t *mutex);
|
||||
|
||||
int bh_semaphore_init(bh_semaphore_t *semaphore,
|
||||
int bh_semaphore_init(bh_semaphore_t *semaphore,
|
||||
int count);
|
||||
void bh_semaphore_destroy(bh_semaphore_t *semaphore);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user