Searched refs:_m_next (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_mutex_trylock.c21 self->robust_list.off = (char*)&m->_m_lock-(char *)&m->_m_next;
25 self->robust_list.pending = &m->_m_next;
35 m->_m_next = next;
38 ((char *)next - sizeof(void *)) = &m->_m_next;
39 self->robust_list.head = &m->_m_next;
H A Dpthread_mutex_unlock.c18 self->robust_list.pending = &m->_m_next;
22 volatile void *next = m->_m_next;
H A Dpthread_create.c77 - offsetof(pthread_mutex_t, _m_next));
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h71 #define _m_next __u.__p[4] macro

Completed in 79 milliseconds