Home | History | Annotate | Download | only in pthread_exit

Lines Matching refs:CASE_POS

59 #define CASE_POS(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,0)
73 /* 0*/ CASE_POS(0, 0, 0, 0, 0, 0, 0, 0, "default")
75 , CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached")
77 , CASE_POS(0, 1, 0, 0, 0, 0, 0, 0, "Explicit sched")
87 , CASE_POS(0, 0, 0, 0, 1, 0, 0, 0, "Alternative contension scope")
89 , CASE_POS(0, 0, 0, 0, 0, 1, 0, 0, "Alternative stack")
91 , CASE_POS(0, 0, 0, 0, 0, 0, 1, 0, "No guard size")
95 , CASE_POS(0, 0, 0, 0, 0, 0, 0, 1, "Min stack size")
98 , CASE_POS(0, 0, 0, 0, 0, 0, 1, 1, "Min stack size, no guard")
100 , CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack")
101 , CASE_POS(1, 0, 0, 0, 0, 0, 1, 1,