Searched refs:theMutex (Results 1 – 1 of 1) sorted by relevance
222 DummyMutex *theMutex; in myMutexInit() local225 theMutex = (DummyMutex *)malloc(sizeof(DummyMutex)); in myMutexInit()226 theMutex->fLockCount = 0; in myMutexInit()227 theMutex->fMagic = 123456; in myMutexInit()231 *mutex = theMutex; in myMutexInit()