Searched refs:CoreMutex_Unlock (Results 1 – 3 of 3) sorted by relevance
75 CoreMutex_Unlock(&__threadTableLock); in __pthread_init()87 CoreMutex_Unlock(&__threadTableLock); in pthread_self()91 CoreMutex_Unlock(&__threadTableLock); in pthread_self()134 CoreMutex_Unlock(&__threadTableLock); in pthread_create()164 CoreMutex_Unlock(&__threadTableLock); in pthread_join()377 CoreMutex_Unlock(&cnd->mtx); in pthread_cond_wait()418 CoreMutex_Unlock(&cnd->mtx); in pthread_cond_timedwait()453 CoreMutex_Unlock(&cnd->mtx); in pthread_cond_signal()472 CoreMutex_Unlock(&cnd->mtx); in pthread_cond_broadcast()
12 void CoreMutex_Unlock(CoreMutex *mtx);
34 CoreMutex_Unlock(CoreMutex *mtx) in CoreMutex_Unlock() function