Home
last modified time | relevance | path

Searched defs:pthread_once (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A D_pthreadtypes.h95 struct pthread_once { struct
96 int state;
97 pthread_mutex_t mutex;
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c501 int pthread_once(pthread_once_t *a, void (b) (void)) in pthread_once() function