Home
last modified time | relevance | path

Searched defs:thread_start (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/tests/compile-fail/concurrency/
H A Dtoo_few_args.rs12 extern "C" fn thread_start() -> *mut libc::c_void { in thread_start() function
21 let thread_start: extern "C" fn() -> *mut libc::c_void = thread_start; in main() localVariable
22 …let thread_start: extern "C" fn(*mut libc::c_void) -> *mut libc::c_void = mem::transmute(thread_st… in main() localVariable
H A Dunwind_top_of_stack.rs13 extern "C-unwind" fn thread_start(_null: *mut libc::c_void) -> *mut libc::c_void { in thread_start() function
23 … let thread_start: extern "C-unwind" fn(*mut libc::c_void) -> *mut libc::c_void = thread_start; in main() localVariable
24 …let thread_start: extern "C" fn(*mut libc::c_void) -> *mut libc::c_void = mem::transmute(thread_st… in main() localVariable
H A Dtoo_many_args.rs12 extern "C" fn thread_start(_null: *mut libc::c_void, _x: i32) -> *mut libc::c_void { in thread_start() function
21 let thread_start: extern "C" fn(*mut libc::c_void, i32) -> *mut libc::c_void = thread_start; in main() localVariable
22 …let thread_start: extern "C" fn(*mut libc::c_void) -> *mut libc::c_void = mem::transmute(thread_st… in main() localVariable
H A Dlibc_pthread_create_main_terminate.rs12 extern "C" fn thread_start(_null: *mut libc::c_void) -> *mut libc::c_void { in thread_start() function
H A Dlibc_pthread_join_detached.rs11 extern "C" fn thread_start(_null: *mut libc::c_void) -> *mut libc::c_void { in thread_start() function
H A Dlibc_pthread_join_joined.rs11 extern "C" fn thread_start(_null: *mut libc::c_void) -> *mut libc::c_void { in thread_start() function
H A Dlibc_pthread_join_multiple.rs12 extern "C" fn thread_start(_null: *mut libc::c_void) -> *mut libc::c_void { in thread_start() function
/dports/devel/libxs/libxs-1.2.0/src/
H A Dthread.cpp38 void xs::thread_start (xs::thread_t *self_, thread_fn *tfn_, void *arg_) in thread_start() function in xs
79 void xs::thread_start (xs::thread_t *self_, thread_fn *tfn_, void *arg_) in thread_start() function in xs
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dalarm.c20 ** recognize the return code from tha main program. in thread_start()
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Daffinity.c20 static void PR_CALLBACK thread_start(void *arg) in thread_start() function
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Daffinity.c20 static void PR_CALLBACK thread_start(void *arg) in thread_start() function
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Daffinity.c20 static void PR_CALLBACK thread_start(void *arg) in thread_start() function
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Daffinity.c20 static void PR_CALLBACK thread_start(void *arg) in thread_start() function
/dports/devel/emscripten/emscripten-2.0.3/tests/pthread/
H A Dtest_pthread_volatile.cpp17 static void *thread_start(void *arg) // thread: just flip the shared flag and quit. in thread_start() function
H A Dtest_pthread_memory_growth.c14 static void *thread_start(void *arg) in thread_start() function
H A Dtest_pthread_preallocates_workers.cpp19 static void *thread_start(void *arg) in thread_start() function
H A Dtest_pthread_memory_growth_mainthread.c14 static void *thread_start(void *arg) in thread_start() function
H A Dtest_pthread_cancel.cpp24 static void *thread_start(void *arg) in thread_start() function
H A Dtest_pthread_kill.cpp19 static void *thread_start(void *arg) in thread_start() function
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Daffinity.c21 static void PR_CALLBACK thread_start(void *arg) in thread_start() function
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Daffinity.c21 static void PR_CALLBACK thread_start(void *arg) in thread_start() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/linuxthreads/machine/i386/
H A Dclone.S81 thread_start: label
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/machine/i386/
H A Dclone.S81 thread_start: label
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/machine/i386/
H A Dclone.S81 thread_start: label
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Ddomain-stress.cs29 static void thread_start () { in thread_start() method in T

12345678910>>...14