Searched defs:mtx (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dlog.c124 static am_bool_t should_exit(pthread_mutex_t *mtx) { argument
125 switch (pthread_mutex_trylock(mtx)) {
127 pthread_mutex_unlock(mtx);

Completed in 46 milliseconds