Searched refs:ids (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/sysdeps/pthread/ |
D | tst-call-once.c | 48 thrd_t ids[N]; in do_test() local 52 if (thrd_create (&ids[i], func, NULL) != thrd_success) in do_test() 59 if (thrd_join (ids[i], NULL) != thrd_success) in do_test()
|
D | tst-cnd-broadcast.c | 53 thrd_t ids[N]; in do_test() local 64 if (thrd_create (&ids[i], child_wait, NULL) != thrd_success) in do_test() 87 if (thrd_join (ids[i], NULL) != thrd_success) in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-tgkill.c | 52 struct pid_and_tid *ids = closure; in subprocess_no_tid_match() local 53 TEST_COMPARE (tgkill (ids->pid, gettid (), SIGUSR2), -1); in subprocess_no_tid_match() 56 TEST_COMPARE (tgkill (getpid (), ids->tid, SIGUSR2), -1); in subprocess_no_tid_match()
|
/glibc-2.36/manual/ |
D | sysinfo.texi | 210 See @code{gethostid} above for more information on host ids.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.7 | 8724 Patch by Witek Wnuk <spider@pest.waw.ids.edu.pl>.
|