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

/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_mutex.c95 static int mutex_unlock_common(struct pthread_mutex *, int, int *);
464 return (mutex_unlock_common(mp, 0, NULL));
487 (void)mutex_unlock_common(m, 1, defer);
632 mutex_unlock_common(struct pthread_mutex *m, int cv, int *mtx_defer) function
/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_mutex.c82 static int mutex_unlock_common(pthread_mutex_t *, int);
961 return (mutex_unlock_common(m, /* add reference */ 0));
969 return (mutex_unlock_common(m, /* add reference */ 1));
1067 mutex_unlock_common(pthread_mutex_t *m, int add_reference) function
1641 mutex_unlock_common(&m, /* add_reference */ 0);

Completed in 97 milliseconds