Home | History | Annotate | Download | only in testfrmw

Lines Matching defs:detached

33 	/* 0 => joinable; 1 => detached */
34 int detached;
85 * the detached threads execution
91 .detached = det, \
114 * -> Do not have a detached thread use an alternative stack;
121 CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached"),
135 CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack"),
137 "Detached, Min stack size, no guard"), CASE_UNK(1, 0, 0, 0,
139 "Detached, Min stack size, 1p guard"),
161 "Detached, explicit FIFO max param"),
163 "Detached, explicit RR max param"),
165 "Detached, explicit FIFO min param"),
167 "Detached, explicit RR min param"),
169 "Detached, explicit FIFO max param,"
175 "Detached, explicit RR max param,"
178 "Detached, explicit FIFO min param,"
185 "Detached, explicit RR min param,"
233 if (scenarii[i].detached == 1) {
529 if (scenarii[sc].detached == 0) {