Home
last modified time | relevance | path

Searched refs:pthread_once (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A D_pthreadtypes.h52 struct pthread_once;
76 typedef struct pthread_once pthread_once_t;
95 struct pthread_once { struct
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c205 get_addr_of_loaded_symbol(pthread_once); in RTE_INIT()
501 int pthread_once(pthread_once_t *a, void (b) (void)) in pthread_once() function
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst593 | pthread_once | | |
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c5772 if (pthread_once(&key_workspace_init, flow_alloc_workspace)) { in mlx5_flow_push_thread_workspace()