Home | History | Annotate | Download | only in pthread_exit

Lines Matching refs:scenarii

96  * scenarii: array of struct __scenario type.
97 * NSCENAR : macro giving the total # of scenarii
98 * scenar_init(): function to call before use the scenarii array.
99 * scenar_fini(): function to call after end of use of the scenarii array.
182 ret = sem_post(&scenarii[sc].sem);
260 scenarii[sc].descr);
263 ret = pthread_create(&child, &scenarii[sc].ta, threaded, &ctl);
264 switch (scenarii[sc].result) {
292 if (scenarii[sc].detached == 0) {
301 ret = sem_wait(&scenarii[sc].sem);