Home | History | Annotate | Download | only in pthread_cond_destroy

Lines Matching defs:fork

77 	if (td->fork) \
86 if (td->fork) \
126 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */
213 char fork; /* the children are processes */
449 td->fork = 0;
504 if ((pshared > 0) && (scenarii[scenar].fork != 0)) {
505 td->fork = 1;
542 if (td->fork == 0) {
551 p_child[ch] = fork();
736 if (td->fork == 0) {