Lines Matching refs:self
35 pthread_t self = __pthread_self();
39 if (!self->tsd) self->tsd = __pthread_tsd_main;
61 pthread_t self = __pthread_self(), td=self;
68 while ((td=td->next)!=self);
81 pthread_t self = __pthread_self();
83 for (j=0; self->tsd_used && j<PTHREAD_DESTRUCTOR_ITERATIONS; j++) {
85 self->tsd_used = 0;
87 void *val = self->tsd[i];
89 self->tsd[i] = 0;
102 pthread_t self = __pthread_self();
109 void *val = self->tsd[i];
111 self->tsd[i] = 0;