Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBHostOS.i35 lldb::thread_func_t,
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBHostOS.h30 lldb::thread_func_t thread_function,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBHostOS.cpp101 lldb::thread_func_t thread_function, in ThreadCreate()
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32thread.h132 typedef THREAD_RET_TYPE thread_func_t(void *); typedef