Lines Matching defs:td
32 pthread_t self=__pthread_self(), td;43 for (td=self->next; td!=self; td=td->next)44 __syscall(SYS_tkill, td->tid, SIGSYNCCALL);45 for (td=self->next; td!=self; td=td->next)