Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h24 std::function<lldb::thread_result_t()> thread_function,
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h34 lldb::thread_func_t thread_function,