Home
last modified time | relevance | path

Searched refs:ids (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-call-once.c48 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()
Dtst-cnd-broadcast.c53 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/
Dtst-tgkill.c52 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/
Dsysinfo.texi210 See @code{gethostid} above for more information on host ids.
/glibc-2.36/ChangeLog.old/
DChangeLog.78724 Patch by Witek Wnuk <spider@pest.waw.ids.edu.pl>.