Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dpthread_h.c71 pthread_cond_t c0 = PTHREAD_COND_INITIALIZER; in pthread_h()
/bionic/libc/include/
Dpthread.h61 #define PTHREAD_COND_INITIALIZER { { 0 } } macro
/bionic/tests/
Dpthread_test.cpp1784 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in TEST()