Home
last modified time | relevance | path

Searched refs:cthread_detach (Results 1 – 13 of 13) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dthread_cthread.h41 cthread_detach(cthread_fork((cthread_fn_t) func, arg)); in PyThread_start_new_thread()
/dports/lang/python27/Python-2.7.18/Python/
H A Dthread_cthread.h41 cthread_detach(cthread_fork((cthread_fn_t) func, arg)); in PyThread_start_new_thread()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dthread_cthread.h41 cthread_detach(cthread_fork((cthread_fn_t) func, arg)); in PyThread_start_new_thread()
/dports/devel/rvm/rvm-1.20/include/
H A Dcthreads.h102 #define cthread_detach() BOGUSCODE macro
H A Drvm_pthread.h145 #define cthread_detach() BOGUSCODE macro
H A Drvm_lwp.h107 #define cthread_detach() BOGUSCODE macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Dthr-mach.c97 cthread_detach (new_thread_handle); in __objc_thread_detach()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Dthr-mach.c97 cthread_detach (new_thread_handle); in __objc_thread_detach()
/dports/lang/perl5.30/perl-5.30.3/
H A Dthread.h153 #define DETACH(t) cthread_detach(t->self)
/dports/lang/perl5.32/perl-5.32.1/
H A Dthread.h153 #define DETACH(t) cthread_detach(t->self)
/dports/lang/perl5.34/perl-5.34.0/
H A Dthread.h149 #define DETACH(t) cthread_detach(t->self)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dthread.h147 #define DETACH(t) cthread_detach(t->self)
/dports/devel/gamin/gamin-0.1.10/server/
H A Dgam_hurd_mach_notify.c690 cthread_detach (cthread_fork (server, port_bucket)); in gam_hurd_notify_init()