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 D | tsd_tls.h | 13 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) { in tsd_boot0()
|
| H A D | tsd_generic.h | 91 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) { in tsd_boot0()
|
| H A D | jemalloc_internal_defs.h.in | 123 * FreeBSD, pthread_key_create() allocates, which if used during malloc
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | main.c | 64 pthread_key_create(&key, NULL); in helloworld_pthread()
|
| H A D | pthread_shim.c | 197 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 D | uu_misc.c | 88 if (pthread_key_create(&uu_error_key, NULL) != 0) in uu_set_error()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | taskq.c | 365 VERIFY0(pthread_key_create(&taskq_tsd, NULL)); in system_taskq_init()
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dpio.c | 518 ret = pthread_key_create(&dpaa2_portal_key, in dpaa2_create_dpio_device()
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 468 ret = pthread_key_create(&dpaa_portal_key, dpaa_portal_finish); in rte_dpaa_bus_scan()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 351 #define tsd_create(kp, d) pthread_key_create((pthread_key_t *)kp, d)
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 577 | pthread_key_create | lthread_key_create | |
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 5710 if (pthread_key_create(&key_workspace, flow_release_workspace)) in flow_alloc_workspace()
|