Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/perf/latency/
Dpthread_cond_many.c53 pthread_cond_t *condlist = NULL; variable
83 cp = &condlist[myid]; in childfunc()
138 if (pthread_cond_init(&condlist[itsid], NULL) != 0) { in create_thread_()
163 if (pthread_cond_broadcast(&condlist[itsid]) != 0) { in wake_child()
169 if (pthread_cond_signal(&condlist[itsid]) != 0) { in wake_child()
308 condlist = malloc(sizeof(*condlist) * nthreads); in main()
309 if ((child_waiting == NULL) || (condlist == NULL)) { in main()