Searched refs:pthread_condattr_init (Results 1 – 12 of 12) sorted by relevance
67 int pthread_condattr_init(pthread_condattr_t* attr) { in pthread_condattr_init() function
127 FUNCTION(pthread_condattr_init, int (*f)(pthread_condattr_t*)); in pthread_h()
119 int pthread_condattr_init(pthread_condattr_t* __attr);
164 CALL(pthread_condattr_init)
503 CALL(pthread_condattr_init)
2188 CALL(pthread_condattr_init)
947 CALL(pthread_condattr_init)
2375 CALL(pthread_condattr_init)
1413 TEST(pthread, pthread_condattr_init) { in TEST() argument1415 pthread_condattr_init(&attr); in TEST()1428 pthread_condattr_init(&attr); in TEST()1445 pthread_condattr_init(&attr); in TEST()1490 ASSERT_EQ(0, pthread_condattr_init(&attr)); in InitCond()1636 pthread_condattr_init(&attr); in pthread_cond_timedwait_timeout_helper()
747 pthread_condattr_init
780 pthread_condattr_init;