Lines Matching defs:m1
464 pthread_mutex_t m, m1;
474 m1 = __thr_pshared_offpage(mutex, 0);
475 if (m1 != NULL) {
476 if ((uint32_t)m1->m_lock.m_owner !=
479 _get_curthread(), m1);
525 struct pthread_mutex *m1;
541 m1 = __containerof((void *)*rl,
543 m->m_lock.m_rb_lnk = (uintptr_t)&m1->m_lock;
544 m1->m_rb_prev = m;
546 m1 = NULL;
1032 struct pthread_mutex *m, *m1, *m2;
1056 m1 = TAILQ_PREV(m, mutex_queue, m_qe);
1058 if ((m1 != NULL && m1->m_lock.m_ceilings[0] > (u_int)ceiling) ||