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 D | thread.h | 45 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 D | ThreadLauncher.h | 23 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 D | lldb-types.h | 46 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 D | SBHostOS.cpp | 105 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 D | SBHostOS.i | 35 lldb::thread_func_t,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBHostOS.h | 30 lldb::thread_func_t thread_function,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostNativeThreadBase.cpp | 58 thread_func_t thread_fptr = info->thread_fptr; in ThreadCreateTrampoline()
|
| H A D | ThreadLauncher.cpp | 25 llvm::StringRef name, lldb::thread_func_t thread_function, in LaunchThread()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-thread.c | 80 __thread_create(caddr_t stk, size_t stksize, thread_func_t func, in __thread_create()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 29103 lldb::thread_func_t arg2 = (lldb::thread_func_t) 0 ; in _wrap_SBHostOS_ThreadCreate()
|