Searched refs:pthread_cond_t_sz (Results 1 – 9 of 9) sorted by relevance
31 extern unsigned pthread_cond_t_sz;
79 unsigned pthread_cond_t_sz = sizeof(pthread_cond_t); variable
44 extern unsigned pthread_cond_t_sz;
121 unsigned pthread_cond_t_sz = sizeof(pthread_cond_t); variable
55 extern unsigned pthread_cond_t_sz;
196 unsigned pthread_cond_t_sz = sizeof(pthread_cond_t); variable
34 extern unsigned pthread_cond_t_sz;
545 unsigned pthread_cond_t_sz = sizeof(pthread_cond_t); variable
1182 void *newcond = WRAP(malloc)(pthread_cond_t_sz); in init_cond()1183 internal_memset(newcond, 0, pthread_cond_t_sz); in init_cond()