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 D | tsd_generic.h | 40 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 D | tsd_tls.h | 53 if (pthread_setspecific(tsd_tsd, (void *)(&tsd_tls)) != 0) { in tsd_set()
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | main.c | 67 pthread_setspecific(key, arg); in helloworld_pthread()
|
| H A D | pthread_shim.c | 216 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 D | uu_misc.c | 97 (void) pthread_setspecific(uu_error_key, in uu_set_error()
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dpio.c | 299 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 D | dpaa_bus.c | 319 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 D | taskq.c | 218 VERIFY0(pthread_setspecific(taskq_tsd, tq)); in taskq_thread()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 350 #define tsd_set(k, v) pthread_setspecific(k, v)
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 5795 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 D | performance_thread.rst | 615 | pthread_setspecific | lthread_setspecific | |
|