Home
last modified time | relevance | path

Searched refs:thread_func_t (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-types.h46 typedef thread_result_t (*thread_func_t)(void *); // Host thread function type typedef
63 typedef void *(*thread_func_t)(void *); // Host thread function type typedef
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBHostOS.i35 lldb::thread_func_t,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBHostOS.h30 lldb::thread_func_t thread_function,
/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp101 lldb::thread_func_t thread_function, in ThreadCreate()