Home
last modified time | relevance | path

Searched refs:busy_thread (Results 1 – 15 of 15) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/tsan/
H A Dsignal_recursive.cc113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/demo/CppApi/app/src/main/cpp/
H A Dnative-lib.cpp89 pthread_t busy_thread; in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode() local
90 if (pthread_create(&busy_thread, nullptr, BusyThreadFunc, nullptr) != 0) { in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/sched_yield/
H A D1-1.c156 void * busy_thread(void *arg){ in busy_thread() function
241 if(pthread_create(&tid, &attr, busy_thread, &thread_cpu) != 0) { in main()
/dports/devel/directfb/DirectFB-1.4.17/tests/
H A Dfusion_stream.c155 static pthread_t busy_thread; variable
251 pthread_create( &busy_thread, NULL, busy_loop, NULL ); in main()
460 pthread_join( busy_thread, NULL ); in main()