Add BH_ThreadSleep, fix Timespec.h
This commit is contained in:
@@ -27,6 +27,9 @@ int BH_ThreadJoin(BH_Thread *thread);
|
||||
int BH_ThreadDetach(BH_Thread *thread);
|
||||
|
||||
|
||||
void BH_ThreadSleep(uint32_t timeout);
|
||||
|
||||
|
||||
BH_Mutex *BH_MutexNew(void);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user