Home
last modified time | relevance | path

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

/sysdeps/pthread/
A 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()
A 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()
/sysdeps/unix/sysv/linux/
A 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()

Completed in 6 milliseconds