Lines Matching refs:self
19 pthread_t self = __pthread_self();
21 self->tid = __syscall(SYS_gettid);
22 self->pid = __syscall(SYS_getpid);
24 self->tid = __syscall(SYS_set_tid_address, &__thread_list_lock);
25 self->pid = self->tid;
27 self->proc_tid = -1;
28 self->robust_list.off = 0;
29 self->robust_list.pending = 0;
30 self->next = self->prev = self;