Searched refs:start_routine (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_thread.c | 170 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 D | threading.c | 41 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 D | threading.h | 67 void* (*start_routine)(void*); member 72 void* (*start_routine) (void*), void* arg);
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | mutex.c | 33 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 D | background_thread.c | 47 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 D | ff_compat.c | 95 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 D | rte_lcore.h | 461 void *(*start_routine)(void *), void *arg);
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_pthread.m4 | 375 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 D | zstd.c | 6908 void* (*start_routine)(void*); member 6913 void* (*start_routine) (void*), void* arg);
|