Home | History | Annotate | Download | only in pthread_cond_signal

Lines Matching defs:fork

76 	if (td->fork) \
85 if (td->fork) \
125 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */
210 char fork; /* the children are processes */
407 td->fork = 0;
462 if ((pshared > 0) && (scenarii[scenar].fork != 0)) {
463 td->fork = 1;
497 if (td->fork == 0) {
506 p_child[ch] = fork();
582 if (td->fork == 0) {