Home
last modified time | relevance | path

Searched defs:thread_func_t (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/
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/usr.bin/perl/win32/
Dwin32thread.h132 typedef THREAD_RET_TYPE thread_func_t(void *); typedef