Home
last modified time | relevance | path

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

/f-stack/freebsd/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,
/f-stack/freebsd/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()