Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c77 uint64_t thread_no = (uint64_t) pthread_getspecific(key); in helloworld_pthread()
H A Dpthread_shim.c194 get_addr_of_loaded_symbol(pthread_getspecific); in RTE_INIT()
427 *pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h63 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd); in tsd_wrapper_get()
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_misc.c114 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key)); in uu_error()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c353 return (pthread_getspecific(taskq_tsd)); in taskq_of_curthread()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h349 #define tsd_get(k) pthread_getspecific(k)
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c5724 data = pthread_getspecific(key_workspace); in mlx5_flow_get_thread_workspace()
5776 curr = pthread_getspecific(key_workspace); in mlx5_flow_push_thread_workspace()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst571 | pthread_getspecific | lthread_getspecific | |