Home
last modified time | relevance | path

Searched refs:start_routine (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_thread.c170 void *(*start_routine)(void *); member
182 void *(*start_routine)(void *) = params->start_routine; in ctrl_thread_init() local
193 return start_routine(routine_arg); in ctrl_thread_init()
199 void *(*start_routine)(void *), void *arg) in rte_ctrl_thread_create()
211 params->start_routine = start_routine; in rte_ctrl_thread_create()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dthreading.c41 thread->arg = thread->start_routine(thread->arg); in worker()
46 void* (*start_routine) (void*), void* arg) in ZSTD_pthread_create()
50 thread->start_routine = start_routine; in ZSTD_pthread_create()
H A Dthreading.h67 void* (*start_routine)(void*); member
72 void* (*start_routine) (void*), void* arg);
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmutex.c33 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *), in pthread_create()
35 return pthread_create_wrapper(thread, attr, start_routine, arg); in pthread_create()
H A Dbackground_thread.c47 void *(*start_routine)(void *), void *__restrict arg) { in pthread_create_wrapper()
50 return pthread_create_fptr(thread, attr, start_routine, arg); in pthread_create_wrapper()
355 const pthread_attr_t *attr, void *(*start_routine)(void *), void *arg) {
367 int create_err = pthread_create_wrapper(thread, attr, start_routine,
/f-stack/lib/
H A Dff_compat.c95 kproc_kthread_add(void (*start_routine)(void *), void *arg, in kproc_kthread_add()
104 kthread_add(void (*start_routine)(void *), void *arg, struct proc *p, in kthread_add()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_lcore.h461 void *(*start_routine)(void *), void *arg);
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_pthread.m4375 static void *start_routine(void *a) { return a; }],
377 pthread_create(&th, 0, start_routine, 0);
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6908 void* (*start_routine)(void*); member
6913 void* (*start_routine) (void*), void* arg);