Searched refs:t (Results 1 – 6 of 6) sorted by relevance
/nptl/ |
A D | nptl_setxid.c | 102 if (t->setxid_futex == -1 in libc_hidden_def() 109 t->setxid_futex = 0; in libc_hidden_def() 113 ch = t->cancelhandling; in libc_hidden_def() 140 ch = t->cancelhandling; in setxid_unmark_thread() 148 t->setxid_futex = 1; in setxid_unmark_thread() 192 if (t == self) in __nptl_setxid() 202 if (t == self) in __nptl_setxid() 218 if (t == self) in __nptl_setxid() 227 if (t == self) in __nptl_setxid() 248 if (t == self) in __nptl_setxid() [all …]
|
A D | tst-clock2.c | 137 struct timespec t[N + 1]; in do_test() local 139 if (clock_gettime (cl[i], &t[i]) != 0) in do_test() 149 diff.tv_sec = t[i].tv_sec - t[i + 1].tv_sec; in do_test() 150 diff.tv_nsec = t[i].tv_nsec - t[i + 1].tv_nsec; in do_test() 186 if (ts.tv_sec > t[i].tv_sec in do_test() 187 || (ts.tv_sec == t[i].tv_sec && ts.tv_nsec > t[i].tv_nsec)) in do_test()
|
A D | tst-mutexpi10.c | 50 for (int t = 0; t < array_length (types); t++) in do_test() local 57 xpthread_mutexattr_settype (&attr, types[t]); in do_test()
|
A D | tst-stack4.c | 59 int t = (int) (uintptr_t) p; in dso_process() local 64 sprintf (dso_path[dso], "tst-stack4mod-%i-%i.so", t, dso); in dso_process()
|
A D | tst-default-attr.c | 92 pthread_t t; in run_threads() local 101 RETURN_IF_FAIL (pthread_create, &t, NULL, thr, NULL); in run_threads() 103 RETURN_IF_FAIL (pthread_join, t, &tret); in run_threads()
|
A D | TODO | 25 this also requires that sem_wait and sem_timedwait don't drop the
|
Completed in 8 milliseconds