Home
last modified time | relevance | path

Searched refs:thread_function (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break/
H A Dmain.cpp5 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 Dmain.cpp5 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 Domp_foreign_thread_team_reuse.c24 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 DSBHostOS.cpp101 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 DThreadLauncher.h24 std::function<lldb::thread_result_t()> thread_function,
/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h34 lldb::thread_func_t thread_function,