Home | History | Annotate | Download | only in pthread_create

Lines Matching refs:scenarii

90  * scenarii: array of struct __scenario type.
91 * NSCENAR : macro giving the total # of scenarii
92 * scenar_init(): function to call before use the scenarii array.
93 * scenar_fini(): function to call after end of use of the scenarii array.
116 if (scenarii[sc].bottom != NULL) {
136 output("Current stack : %p -> %p\n", scenarii[sc].bottom,
137 sz + (long)scenarii[sc].bottom);
141 if ((((long)scenarii[sc].bottom) < ((long)child_stack))
143 (((long)scenarii[sc].bottom) + sz))) {
151 ret = sem_post(&scenarii[sc].sem);