add TSinit

This commit is contained in:
Marty Kraimer
2000-06-16 14:03:59 +00:00
parent 4fb22f09a3
commit d65bcef5a9

View File

@@ -98,6 +98,7 @@ void threadInit(void)
threadOnceMutex = semMCreate(
SEM_DELETE_SAFE|SEM_INVERSION_SAFE|SEM_Q_PRIORITY);
assert(threadOnceMutex);
TSinit();
}
lock = 0;
}