Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h45 typedef void (*thread_func_t)(void *); typedef
49 __thread_create(stk, stksize, (thread_func_t)func, \
53 __thread_create(stk, stksize, (thread_func_t)func, #func, \
63 thread_func_t func, const char *name, void *args, size_t len, proc_t *pp,
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h34 lldb::thread_func_t thread_function,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp101 lldb::thread_func_t thread_function, in ThreadCreate()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c72 __thread_create(caddr_t stk, size_t stksize, thread_func_t func, in __thread_create()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31538 lldb::thread_func_t arg2 = (lldb::thread_func_t) 0 ; in _wrap_SBHostOS_ThreadCreate()