Lines Matching refs:self
7 pthread_t self = __pthread_self();
8 int tid = self->tid;
40 if (!self->robust_list.off) {
41 self->robust_list.off = (char*)&m->_m_lock-(char *)&m->_m_next;
43 __syscall(SYS_set_robust_list, &self->robust_list, 3*sizeof(long));
47 self->robust_list.pending = &m->_m_next;
52 self->robust_list.pending = 0;
64 self->robust_list.pending = 0;
69 volatile void *next = self->robust_list.head;
71 m->_m_prev = &self->robust_list.head;
72 if (next != &self->robust_list.head) *(volatile void *volatile *)
74 self->robust_list.head = &m->_m_next;
75 self->robust_list.pending = 0;