Searched refs:nmctx_pthreadsafe (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libnetmap/
H A Dnmctx-pthreads.c52 static struct nmctx_pthread nmctx_pthreadsafe; variable in typeref:struct:nmctx_pthread
71 pthread_mutex_init(&nmctx_pthreadsafe.mutex, NULL);
72 old = nmctx_set_default(&nmctx_pthreadsafe.up);
73 nmctx_pthreadsafe.up = *old;
74 nmctx_pthreadsafe.up.lock = nmctx_pthread_lock;

Completed in 43 milliseconds