add TSinit
This commit is contained in:
@@ -98,6 +98,7 @@ void threadInit(void)
|
||||
threadOnceMutex = semMCreate(
|
||||
SEM_DELETE_SAFE|SEM_INVERSION_SAFE|SEM_Q_PRIORITY);
|
||||
assert(threadOnceMutex);
|
||||
TSinit();
|
||||
}
|
||||
lock = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user