Home
last modified time | relevance | path

Searched refs:ptw32_cond_list_head (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_cond_init.c155 if (ptw32_cond_list_head == NULL) in pthread_cond_init()
157 ptw32_cond_list_head = cv; in pthread_cond_init()
Dpthread_cond_destroy.c196 if (ptw32_cond_list_head == cv) in pthread_cond_destroy()
198 ptw32_cond_list_head = cv->next; in pthread_cond_destroy()
Dpthread_timechange_handler_np.c97 cv = ptw32_cond_list_head; in pthread_timechange_handler_np()
Dglobal.c47 pthread_cond_t ptw32_cond_list_head = NULL; variable
Dimplement.h582 extern pthread_cond_t ptw32_cond_list_head;