Searched refs:thread_function (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break/ |
H A D | main.cpp | 5 thread_function () in thread_function() function 27 std::thread t(thread_function); in main() 30 thread_function(); in main()
|
/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/ |
H A D | main.cpp | 5 void thread_function(int my_value) { in thread_function() function 17 threads.push_back(std::thread(thread_function, threads.size() + 1)); in main()
|
/llvm-project/openmp/runtime/test/misc_bugs/ |
H A 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()
|
/llvm-project/lldb/source/API/ |
H A D | SBHostOS.cpp | 101 lldb::thread_func_t thread_function, in ThreadCreate() argument 103 LLDB_INSTRUMENT_VA(name, thread_function, thread_arg, error_ptr); in ThreadCreate()
|
/llvm-project/lldb/include/lldb/Host/ |
H A D | ThreadLauncher.h | 24 std::function<lldb::thread_result_t()> thread_function,
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBHostOS.h | 34 lldb::thread_func_t thread_function,
|