Home | History | Annotate | Download | only in pthread_exit

Lines Matching defs:detached

30 	int detached;		/* 0 => joinable; 1 => detached */
44 sem_t sem; /* This semaphore is used to signal the end of the detached threads execution */
48 .detached=det, \
66 * -> Do not have a detached thread use an alternative stack;
75 , CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached")
100 , CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack")
102 "Detached, Min stack size, no guard")
104 "Detached, Min stack size, 1p guard")
120 "Detached, explicit FIFO max param")
122 "Detached, explicit RR max param")
124 "Detached, explicit FIFO min param")
126 "Detached, explicit RR min param")
128 "Detached, explicit FIFO max param, alt scope")
130 "Detached, explicit RR max param, alt scope")
132 "Detached, explicit FIFO min param, alt scope")
134 "Detached, explicit RR min param, alt scope")
182 if (scenarii[i].detached == 1) {
493 if (scenarii[sc].detached == 0) {