Home
last modified time | relevance | path

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

/relibc/pthreads-emb/
H A Dpthread_timechange_handler_np.c101 pte_osMutexLock (pte_cond_list_lock); in pthread_timechange_handler_np()
111 pte_osMutexUnlock(pte_cond_list_lock); in pthread_timechange_handler_np()
H A Dpthread_cond_init.c150 pte_osMutexLock (pte_cond_list_lock); in pthread_cond_init()
167 pte_osMutexUnlock(pte_cond_list_lock); in pthread_cond_init()
H A Dpthread_cond_destroy.c139 pte_osMutexLock (pte_cond_list_lock); in pthread_cond_destroy()
219 pte_osMutexUnlock(pte_cond_list_lock); in pthread_cond_destroy()
H A Dpthread_init.c83 pte_osMutexCreate (&pte_cond_list_lock); in pthread_init()
H A Dglobal.c96 pte_osMutexHandle pte_cond_list_lock; variable
H A Dimplement.h435 extern pte_osMutexHandle pte_cond_list_lock;