Lines Matching full:threads
2 /* Check that recycling thread slots doesn't cause new threads to
6 1. Create N threads, disable error reporting in them, and get them
8 were vacated by threads with error reporting disabled. There
9 should be N complaints about threads exiting with errors
12 2. Create N new threads and get them to wait at a barrier.
17 4. Join with the N threads.
71 fprintf(stderr, "\n-------- Letting %d threads exit "
82 // create N threads to do child_fn_1 ...
100 fprintf(stderr, "\n-------- Letting %d threads make an error "
105 // create N threads to do child_fn_2 ...