Searched refs:pthread_cond_t (Results 1 – 25 of 40) sorted by relevance
12
162 static pthread_cond_t *init_cond(pthread_cond_t *c, bool force = false) { in init_cond()166 return (pthread_cond_t*)cond; in init_cond()168 internal_memset(newcond, 0, sizeof(pthread_cond_t)); in init_cond()171 return (pthread_cond_t*)newcond; in init_cond()173 return (pthread_cond_t*)cond; in init_cond()179 pthread_cond_t *cond = init_cond(c, true); in INTERCEPTOR()185 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR()196 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR()206 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR()212 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR()[all …]
4 typedef struct pthread_cond_t {} pthread_cond_t; typedef12 void i(pthread_cond_t c);15 pthread_cond_t c; // ok37 pthread_cond_t c; // ok in func()
68 extern "C" int __interceptor_pthread_cond_init(pthread_cond_t *cond,70 extern "C" int __interceptor_pthread_cond_signal(pthread_cond_t *cond);71 extern "C" int __interceptor_pthread_cond_broadcast(pthread_cond_t *cond);72 extern "C" int __interceptor_pthread_cond_wait(pthread_cond_t *cond,74 extern "C" int __interceptor_pthread_cond_destroy(pthread_cond_t *cond);
24 pthread_cond_t *Condition() { return &m_condition; } in Condition()31 pthread_cond_t m_condition;
274 } pthread_cond_t; typedef275 int pthread_cond_signal(pthread_cond_t *cond);276 int pthread_cond_broadcast(pthread_cond_t *cond);
28 pthread_cond_t*>::value), ""); in main()
10 pthread_cond_t cv;
16 pthread_cond_t c;
13 pthread_cond_t cond;
13 pthread_cond_t c;
12 pthread_cond_t c;
10 pthread_cond_t c;
22 pthread_cond_t c;
18 pthread_cond_t c; in main()
8 pthread_cond_t cv;
10 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
18 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
22 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
15 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
7 pthread_cond_t signal_cond = PTHREAD_COND_INITIALIZER;
23 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
21 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
14 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
168 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_cond_broadcast, int(pthread_cond_t *))170 int(pthread_cond_t *, pthread_mutex_t *))
43 pthread_cond_t Conditional = PTHREAD_COND_INITIALIZER;