Home
last modified time | relevance | path

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

/lib/libc/posix/
Dpthread.c73 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()
/include/core/
Dmutex.h10 void CoreMutex_Lock(CoreMutex *mtx);
/lib/libc/core/
Dmutex.c16 CoreMutex_Lock(CoreMutex *mtx) in CoreMutex_Lock() function