Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dtst-posix_spawn-setsid.c32 pid_t sid, child_sid; in do_test_setsid() local
69 child_sid = getsid (child); in do_test_setsid()
71 if (child_sid == (pid_t) -1) in do_test_setsid()
76 if (child_sid == sid) in do_test_setsid()
81 if (child_sid != sid) in do_test_setsid()