Home
last modified time | relevance | path

Searched refs:theMutex (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
Dhpmufn.c222 DummyMutex *theMutex; in myMutexInit() local
225 theMutex = (DummyMutex *)malloc(sizeof(DummyMutex)); in myMutexInit()
226 theMutex->fLockCount = 0; in myMutexInit()
227 theMutex->fMagic = 123456; in myMutexInit()
231 *mutex = theMutex; in myMutexInit()