Home
last modified time | relevance | path

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

/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
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h46 typedef void (*thread_func_t)(void *) __attribute__((noreturn)); typedef