Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd_tls.h13 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) { in tsd_boot0()
H A Dtsd_generic.h91 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) { in tsd_boot0()
H A Djemalloc_internal_defs.h.in123 * FreeBSD, pthread_key_create() allocates, which if used during malloc
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c64 pthread_key_create(&key, NULL); in helloworld_pthread()
H A Dpthread_shim.c197 get_addr_of_loaded_symbol(pthread_key_create); in RTE_INIT()
447 int pthread_key_create(pthread_key_t *keyptr, void (*dtor) (void *)) in pthread_key_create() function
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_misc.c88 if (pthread_key_create(&uu_error_key, NULL) != 0) in uu_set_error()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c365 VERIFY0(pthread_key_create(&taskq_tsd, NULL)); in system_taskq_init()
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpio.c518 ret = pthread_key_create(&dpaa2_portal_key, in dpaa2_create_dpio_device()
/f-stack/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c468 ret = pthread_key_create(&dpaa_portal_key, dpaa_portal_finish); in rte_dpaa_bus_scan()
/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/doc/guides/sample_app_ug/
H A Dperformance_thread.rst577 | pthread_key_create | lthread_key_create | |
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c5710 if (pthread_key_create(&key_workspace, flow_release_workspace)) in flow_alloc_workspace()