/external/pthreadpool/src/ |
D | gcd.c | 29 const thread_function_t thread_function = in thread_main() local 30 (thread_function_t) pthreadpool_load_relaxed_void_p(&threadpool->thread_function); in thread_main() 38 thread_function(threadpool, thread); in thread_main() 78 thread_function_t thread_function, in pthreadpool_parallelize() argument 87 assert(thread_function != NULL); in pthreadpool_parallelize() 95 pthreadpool_store_relaxed_void_p(&threadpool->thread_function, (void*) thread_function); in pthreadpool_parallelize()
|
D | windows.c | 105 const thread_function_t thread_function = in thread_main() local 106 (thread_function_t) pthreadpool_load_relaxed_void_p(&threadpool->thread_function); in thread_main() 112 thread_function(threadpool, thread); in thread_main() 192 thread_function_t thread_function, in pthreadpool_parallelize() argument 201 assert(thread_function != NULL); in pthreadpool_parallelize() 210 pthreadpool_store_relaxed_void_p(&threadpool->thread_function, (void*) thread_function); in pthreadpool_parallelize() 284 thread_function(threadpool, &threadpool->threads[0]); in pthreadpool_parallelize()
|
D | pthreads.c | 203 const thread_function_t thread_function = in thread_main() local 204 (thread_function_t) pthreadpool_load_relaxed_void_p(&threadpool->thread_function); in thread_main() 210 thread_function(threadpool, thread); in thread_main() 296 thread_function_t thread_function, in pthreadpool_parallelize() argument 305 assert(thread_function != NULL); in pthreadpool_parallelize() 318 pthreadpool_store_relaxed_void_p(&threadpool->thread_function, (void*) thread_function); in pthreadpool_parallelize() 387 thread_function(threadpool, &threadpool->threads[0]); in pthreadpool_parallelize()
|
D | threadpool-object.h | 609 pthreadpool_atomic_void_p thread_function; member 722 thread_function_t thread_function,
|
/external/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break/ |
D | main.cpp | 5 thread_function () in thread_function() function 27 std::thread t(thread_function); in main() 30 thread_function(); in main()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_dumper_unittest_helper.cc | 58 void *thread_function(void *data) { in thread_function() function 91 pthread_create(&threads[i], &thread_attributes, &thread_function, &pipefd); in main() 93 thread_function(&pipefd); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
D | 4-1-buildonly.c | 17 void *thread_function(void *arg LTP_ATTRIBUTE_UNUSED) in thread_function() function 26 pthread_create(&a_thread, NULL, thread_function, NULL); in dummy_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
D | 6-1.c | 24 void *thread_function(void *arg LTP_ATTRIBUTE_UNUSED) in thread_function() function 40 rc = pthread_create(&child_thread, NULL, thread_function, NULL); in main()
|
/external/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/ |
D | main.cpp | 6 thread_function (void *thread_marker) in thread_function() function 32 threads.push_back(std::thread(thread_function, &thread_value)); in main()
|
/external/llvm-project/openmp/runtime/test/misc_bugs/ |
D | omp_foreign_thread_team_reuse.c | 24 void* thread_function(void* arg) { in thread_function() function 52 pthread_create(thread+i, NULL, thread_function, thread_arg+i); in test_omp_team_reuse()
|
/external/llvm-project/lldb/source/Host/common/ |
D | ThreadLauncher.cpp | 25 llvm::StringRef name, lldb::thread_func_t thread_function, in LaunchThread() argument 29 new HostThreadCreateInfo(name.data(), thread_function, thread_arg); in LaunchThread()
|
/external/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 71 thread_function(void *thread_data) in thread_function() function 117 threads[i] = u_thread_create(thread_function, (void *) &thread_ids[i]); in main()
|
/external/llvm-project/lldb/source/API/ |
D | SBHostOS.cpp | 105 lldb::thread_func_t thread_function, in ThreadCreate() argument 109 thread_function, thread_arg, error_ptr); in ThreadCreate() 111 ThreadLauncher::LaunchThread(name, thread_function, thread_arg); in ThreadCreate()
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 82 void *thread_function(void *data) { in thread_function() function 312 thread_function, &thread_data[i]) != 0) { in CreateThreadsInChildProcess()
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | ThreadLauncher.h | 23 LaunchThread(llvm::StringRef name, lldb::thread_func_t thread_function,
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBHostOS.h | 30 lldb::thread_func_t thread_function,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast.c | 835 thread_function(void *init_data) in thread_function() function 918 rast->threads[i] = u_thread_create(thread_function, in create_rast_threads()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 17291 FUNC 321dc 3c 0 thread_function
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 18334 FUNC 4b204 60 0 thread_function
|