Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libpthread/dlopen/
H A Ddlopen.c87 int (*p_mutex_destroy)(pthread_mutex_t *); variable
234 if ((r = p_mutex_destroy(&m))) in run_cancel()