Searched refs:CoreMutex_Lock (Results 1 – 3 of 3) sorted by relevance
73 CoreMutex_Lock(&__threadTableLock); in __pthread_init()84 CoreMutex_Lock(&__threadTableLock); in pthread_self()132 CoreMutex_Lock(&__threadTableLock); in pthread_create()162 CoreMutex_Lock(&__threadTableLock); in pthread_join()374 CoreMutex_Lock(&cnd->mtx); in pthread_cond_wait()415 CoreMutex_Lock(&cnd->mtx); in pthread_cond_timedwait()451 CoreMutex_Lock(&cnd->mtx); in pthread_cond_signal()470 CoreMutex_Lock(&cnd->mtx); in pthread_cond_broadcast()
10 void CoreMutex_Lock(CoreMutex *mtx);
16 CoreMutex_Lock(CoreMutex *mtx) in CoreMutex_Lock() function