Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h46 typedef void (*thread_func_t)(void *) __attribute__((noreturn)); typedef
50 __thread_create(stk, stksize, (thread_func_t)func, \
54 __thread_create(stk, stksize, (thread_func_t)func, #func, \
64 thread_func_t func, const char *name, void *args, size_t len, proc_t *pp,
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h48 typedef thread_result_t (*thread_func_t)(void *); // Host thread function type typedef
63 typedef void *(*thread_func_t)(void *); // Host thread function type
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h34 lldb::thread_func_t thread_function,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp101 lldb::thread_func_t thread_function, in ThreadCreate()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c73 __thread_create(caddr_t stk, size_t stksize, thread_func_t func, in __thread_create()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32997 lldb::thread_func_t arg2 = (lldb::thread_func_t) 0 ; in _wrap_SBHostOS_ThreadCreate()