Home | History | Annotate | Download | only in libpthread

Lines Matching defs:self

129 	pthread_t self;
143 self = pthread__self();
144 pthread__assert(self->pt_lid != 0);
146 if (__predict_false(atomic_load_relaxed(&self->pt_cancel) &
161 waiter.lid = self->pt_lid;
176 !(cancel = atomic_load_relaxed(&self->pt_cancel) &
195 * remove self.
241 pthread_t self;
250 self = pthread_self();
277 pthread__mutex_deferwake(self, mutex, head);
286 pthread_t self;
298 self = pthread_self();
318 pthread__mutex_deferwake(self, mutex, head);