Home
last modified time | relevance | path

Searched refs:pthread_setspecific (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h40 if (pthread_setspecific(tsd_tsd, (void *)wrapper) != 0) in tsd_cleanup_wrapper()
55 if (pthread_setspecific(tsd_tsd, (void *)wrapper) != 0) { in tsd_wrapper_set()
H A Dtsd_tls.h53 if (pthread_setspecific(tsd_tsd, (void *)(&tsd_tls)) != 0) { in tsd_set()
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c67 pthread_setspecific(key, arg); in helloworld_pthread()
H A Dpthread_shim.c216 get_addr_of_loaded_symbol(pthread_setspecific); in RTE_INIT()
589 int pthread_setspecific(pthread_key_t key, const void *data) in pthread_setspecific() function
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_misc.c97 (void) pthread_setspecific(uu_error_key, in uu_set_error()
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpio.c299 ret = pthread_setspecific(dpaa2_portal_key, (void *)dpio_dev); in dpaa2_get_qbman_swp()
360 pthread_setspecific(dpaa2_portal_key, NULL); in dpaa2_portal_finish()
/f-stack/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c319 ret = pthread_setspecific(dpaa_portal_key, in rte_dpaa_portal_init()
380 pthread_setspecific(dpaa_portal_key, NULL); in dpaa_portal_finish()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c218 VERIFY0(pthread_setspecific(taskq_tsd, tq)); in taskq_thread()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h350 #define tsd_set(k, v) pthread_setspecific(k, v)
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c5795 if (pthread_setspecific(key_workspace, data)) in mlx5_flow_push_thread_workspace()
5821 if (pthread_setspecific(key_workspace, data->prev)) in mlx5_flow_pop_thread_workspace()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst615 | pthread_setspecific | lthread_setspecific | |