Add BH_ThreadSleep, fix Timespec.h

This commit is contained in:
2025-09-21 21:20:31 +03:00
parent 8064ec2aff
commit 9bd2007023
8 changed files with 75 additions and 9 deletions

View File

@@ -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);