Searched refs:__WCLONE (Results 1 – 11 of 11) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/ |
A D | clone.c | 61 if ((wpid = waitpid(clone1, &result, WNOHANG|__WCLONE)) == -1) in main() 68 if ((wpid = waitpid(clone2, &result, WNOHANG|__WCLONE)) == -1) in main() 75 if ((wpid = waitpid(clone3, &result, WNOHANG|__WCLONE)) == -1) in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | waitflags.h | 37 #define __WCLONE 0x80000000 /* Wait for cloned process. */ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-align2.c | 65 if (waitpid (p, &e, __WCLONE) != p) in do_test()
|
A D | tst-getpid1.c | 78 if (waitpid (p, &e, __WCLONE) != p) in do_test()
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | cancel.c | 120 waitpid(manager_thread->p_pid, NULL, __WCLONE); in _pthread_handle_sigcancel() 122 waitpid(__pthread_manager_thread.p_pid, NULL, __WCLONE); in _pthread_handle_sigcancel()
|
A D | pthread.c | 1107 waitpid(manager_thread->p_pid, NULL, __WCLONE); in strong_alias() 1109 waitpid(__pthread_manager_thread.p_pid, NULL, __WCLONE); in strong_alias() 1175 waitpid(manager_thread->p_pid, NULL, __WCLONE); in pthread_handle_sigcancel() 1177 waitpid(__pthread_manager_thread.p_pid, NULL, __WCLONE); in pthread_handle_sigcancel()
|
A D | manager.cc | 1060 waitpid(th->p_pid, NULL, __WCLONE); in pthread_handle_exit()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | pthread.c | 793 waitpid(__pthread_manager_thread.p_pid, NULL, __WCLONE); in libpthread_hidden_def() 852 waitpid(__pthread_manager_thread->p_pid, NULL, __WCLONE); in pthread_handle_sigcancel() 854 waitpid(__pthread_manager_thread.p_pid, NULL, __WCLONE); in pthread_handle_sigcancel()
|
A D | manager.c | 816 while ((pid = waitpid(-1, &status, WNOHANG | __WCLONE)) > 0) { in pthread_reap_children() 891 waitpid(th->p_pid, NULL, __WCLONE); in pthread_handle_exit()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | pthread.c | 991 waitpid(manager_thread->p_pid, NULL, __WCLONE); in strong_alias() 993 waitpid(__pthread_manager_thread.p_pid, NULL, __WCLONE); in strong_alias() 1057 waitpid(manager_thread->p_pid, NULL, __WCLONE); in pthread_handle_sigcancel() 1059 waitpid(__pthread_manager_thread.p_pid, NULL, __WCLONE); in pthread_handle_sigcancel()
|
A D | manager.c | 984 while ((pid = waitpid_not_cancel(-1, &status, WNOHANG | __WCLONE)) > 0) { in pthread_reap_children() 1079 waitpid(th->p_pid, NULL, __WCLONE); in pthread_handle_exit()
|
Completed in 21 milliseconds