Lines Matching defs:tid
7 * of threads in parallel, then one-by-one call tgkill(..., tid, SIGUSR1)
20 pid_t tid;
39 * There is no standard way to map pthread -> tid, so we will have the
40 * child stash its own tid then notify the parent that the stashed tid
43 thread->tid = sys_gettid();
66 if (threads[i].tid == -1)
70 threads[i].tid = -1;
84 TEST(sys_tgkill(getpid(), threads[i].tid, SIGUSR1));
117 threads[i].tid = -1;