Home
last modified time | relevance | path

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

/lib/libc/posix/
Dpthread.c75 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()
/include/core/
Dmutex.h12 void CoreMutex_Unlock(CoreMutex *mtx);
/lib/libc/core/
Dmutex.c34 CoreMutex_Unlock(CoreMutex *mtx) in CoreMutex_Unlock() function