HomeSort by relevance Sort by last modified time
    Searched refs:talk_count (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/sched/pthreads/
pth_str01.h 24 int talk_count; /* Count of siblings that */ member in struct:child_info
28 pthread_mutex_t talk_mutex; /* mutex for the talk_count */
30 pthread_cond_t talk_condvar; /* condition variable for talk_count */
pth_str03.c 50 int talk_count; /* Count of siblings that we talked to */ member in struct:kid_info
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)) {
494 if (info_p->talk_count < (breadth - 1)) {
pth_str01.c 469 talk_count == (breadth - 1)) {
511 if (info_p->talk_count < (breadth - 1)) {

Completed in 116 milliseconds