Home
last modified time | relevance | path

Searched refs:pthread_key_t (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c77 (pthread_key_t);
83 (pthread_key_t *, void (*) (void *));
85 (pthread_key_t);
121 (pthread_key_t, const void *);
427 *pthread_getspecific(pthread_key_t key) in pthread_getspecific()
447 int pthread_key_create(pthread_key_t *keyptr, void (*dtor) (void *)) in pthread_key_create()
454 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()
589 int pthread_setspecific(pthread_key_t key, const void *data) in pthread_setspecific()
H A Dmain.c61 pthread_key_t key; in helloworld_pthread()
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_misc.c54 static pthread_key_t uu_error_key = PTHREAD_ONCE_KEY_NP;
56 static pthread_key_t uu_error_key = 0;
/f-stack/freebsd/sys/
H A D_pthreadtypes.h75 typedef int pthread_key_t; typedef
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd_tls.h7 extern pthread_key_t tsd_tsd;
H A Dtsd_generic.h25 extern pthread_key_t tsd_tsd;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtsd.c21 pthread_key_t tsd_tsd;
39 pthread_key_t tsd_tsd;
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c37 static pthread_key_t taskq_tsd;
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpio.c62 static pthread_key_t dpaa2_portal_key;
/f-stack/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c51 static pthread_key_t dpaa_portal_key;
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h351 #define tsd_create(kp, d) pthread_key_create((pthread_key_t *)kp, d)
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c699 static pthread_key_t key_workspace;