Home
last modified time | relevance | path

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

/freebsd-13.1/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, \
54 __thread_create(stk, stksize, (thread_func_t)func, \
65 thread_func_t func, const char *name, void *args, size_t len, proc_t *pp,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h23 LaunchThread(llvm::StringRef name, lldb::thread_func_t thread_function,
32 lldb::thread_func_t thread_fptr;
35 HostThreadCreateInfo(const char *name, lldb::thread_func_t fptr, in HostThreadCreateInfo()
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp105 lldb::thread_func_t thread_function, in ThreadCreate()
108 (lldb::thread_func_t, void *, SBError *), name, in ThreadCreate()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBHostOS.i35 lldb::thread_func_t,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h30 lldb::thread_func_t thread_function,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp58 thread_func_t thread_fptr = info->thread_fptr; in ThreadCreateTrampoline()
H A DThreadLauncher.cpp25 llvm::StringRef name, lldb::thread_func_t thread_function, in LaunchThread()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c80 __thread_create(caddr_t stk, size_t stksize, thread_func_t func, in __thread_create()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29103 lldb::thread_func_t arg2 = (lldb::thread_func_t) 0 ; in _wrap_SBHostOS_ThreadCreate()