Home
last modified time | relevance | path

Searched refs:talk_count (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str01.h24 int talk_count; /* Count of siblings that */ member
28 pthread_mutex_t talk_mutex; /* mutex for the talk_count */
30 pthread_cond_t talk_condvar; /* condition variable for talk_count */
H A Dpth_str03.c50 int talk_count; /* Count of siblings that we talked to */ member
52 pthread_mutex_t talk_mutex; /* mutex for the talk_count */
54 pthread_cond_t talk_condvar; /* condition variable for talk_count */
454 talk_count == (breadth - 1)) { in doit()
494 if (info_p->talk_count < (breadth - 1)) { in doit()
H A Dpth_str01.c469 talk_count == (breadth - 1)) { in doit()
511 if (info_p->talk_count < (breadth - 1)) { in doit()

Completed in 3 milliseconds