Lines Matching defs:self
225 l = readlink("/proc/self/exe", path, size);
1723 l = readlink("/proc/self/exe", buf, buf_size);
2544 pthread_t self = __pthread_self();
2554 while (p->ctor_visitor && p->ctor_visitor!=self)
2595 cnt++; /* self, not included in deps */
2647 pthread_t self = __pthread_self();
2651 while ((p->ctor_visitor && p->ctor_visitor!=self) || shutting_down)
2655 p->ctor_visitor = self;
2722 pthread_t self = __pthread_self(), td;
2727 size_t old_cnt = self->dtv[0];
2732 for (i=0, td=self; !i || td!=self; i++, td=td->next) {
2761 for (j=0, td=self; !j || td!=self; j++, td=td->next) {
3077 /* Set is_reloc_head_so_dep to true for all direct and indirect dependent sos of app, including app self. */
3150 pthread_t self = __pthread_self();
3155 td->tsd = self->tsd;
3158 pthread_t self = __pthread_self();
3163 if (__copy_tls((void*)builtin_tls) != self) a_crash();
3507 /* Set is_reloc_head_so_dep to true for all direct and indirect dependent sos of p, including p self. */
5116 int ret = snprintf(proc_self_fd, sizeof(proc_self_fd), "/proc/self/fd/%d", task->fd);