Searched refs:thread_function (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_dumper_unittest_helper.cc | 58 void *thread_function(void *data) { in thread_function() function 90 pthread_create(&threads[i], &thread_attributes, &thread_function, &pipefd); in main() 92 thread_function(&pipefd); in main()
|
/external/lldb/source/API/ |
D | SBHostOS.cpp | 45 void *(*thread_function)(void *), in ThreadCreate() 54 thread_function, thread_arg, error_ptr); in ThreadCreate() 58 …return Host::ThreadCreate (name, thread_function, thread_arg, error_ptr ? error_ptr->get() : NULL); in ThreadCreate()
|
/external/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 50 static PIPE_THREAD_ROUTINE(thread_function, thread_data) in PIPE_THREAD_ROUTINE() argument 74 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]); in main()
|
/external/lldb/test/functionalities/stop-hook/multiple_threads/ |
D | TestStopHookMultipleThreads.py | 38 …self.thread_function = line_number(self.source, '// Break here to test that the stop-hook mechanis… 59 child.sendline('breakpoint set -f main.cpp -l %d' % self.thread_function)
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 81 void *thread_function(void *data) { in thread_function() function 305 thread_function, &thread_data[i]) != 0) { in CreateThreadsInChildProcess()
|
/external/lldb/scripts/Python/interface/ |
D | SBHostOS.i | 24 void *(*thread_function)(void *),
|
/external/lldb/include/lldb/API/ |
D | SBHostOS.h | 33 void *(*thread_function)(void *),
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast.c | 800 static PIPE_THREAD_ROUTINE( thread_function, init_data ) in PIPE_THREAD_ROUTINE() argument 868 rast->threads[i] = pipe_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
|