Home
last modified time | relevance | path

Searched defs:thread_function (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break/
H A Dmain.cpp5 thread_function () in thread_function() function
/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
/llvm-project/openmp/runtime/test/misc_bugs/
H A Domp_foreign_thread_team_reuse.c24 void* thread_function(void* arg) { in thread_function() function
/llvm-project/lldb/source/API/
H A DSBHostOS.cpp101 lldb::thread_func_t thread_function, in ThreadCreate()