Lines Matching defs:m
55 #define MUTEX_INIT_LINK(m) do { \ argument
59 #define MUTEX_ASSERT_IS_OWNED(m) do { \ argument
63 #define MUTEX_ASSERT_NOT_OWNED(m) do { \ argument
73 #define MUTEX_INIT_LINK(m) argument
74 #define MUTEX_ASSERT_IS_OWNED(m) argument
75 #define MUTEX_ASSERT_NOT_OWNED(m) argument
80 #define MUTEX_DESTROY(m) do { \ argument
115 mutex_log2(pthread_t curthread, pthread_mutex_t m, int op) in mutex_log2()
283 pthread_mutex_t m; in _mutex_fork() local
293 pthread_mutex_t m; in _pthread_mutex_destroy() local
346 pthread_mutex_t m; in mutex_trylock_common() local
368 __pthread_mutex_trylock(pthread_mutex_t *m) in __pthread_mutex_trylock()
388 _pthread_mutex_trylock(pthread_mutex_t *m) in _pthread_mutex_trylock()
410 pthread_mutex_t m; in mutex_lock_common() local
452 __pthread_mutex_lock(pthread_mutex_t *m) in __pthread_mutex_lock()
474 _pthread_mutex_lock(pthread_mutex_t *m) in _pthread_mutex_lock()
498 __pthread_mutex_timedlock(pthread_mutex_t * __restrict m, in __pthread_mutex_timedlock()
523 _pthread_mutex_timedlock(pthread_mutex_t *m, in _pthread_mutex_timedlock()
547 _pthread_mutex_unlock(pthread_mutex_t *m) in _pthread_mutex_unlock()
555 mutex_self_trylock(pthread_mutex_t m) in mutex_self_trylock()
584 mutex_self_lock(pthread_mutex_t m, const struct timespec *abstime) in mutex_self_lock()
646 pthread_mutex_t m; in mutex_unlock_common() local
721 _mutex_cv_lock(pthread_mutex_t *m, int count) in _mutex_cv_lock()
736 pthread_mutex_t m; in _mutex_cv_unlock() local
762 pthread_mutex_t m, m_next; in _mutex_unlock_private() local