Home
last modified time | relevance | path

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

/glibc-2.36/support/
Dsupport_test_main.c193 pid_t mypid; in run_test_function() local
198 mypid = getpid(); in run_test_function()
199 if (mypid < 3) in run_test_function()
204 mypid = atoi (outside_pid); in run_test_function()
213 fprintf (stderr, "Waiting for debugger, test process is pid %d\n", mypid); in run_test_function()
221 fprintf (gdb_script, "attach %ld\n", (long int) mypid); in run_test_function()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-getpid1-internal.c51 int mypid = getpid (); in do_test() local
124 if (getpid () != mypid) in do_test()
Dtst-getpid1.c32 int mypid = getpid (); in do_test() local
112 if (getpid () != mypid) in do_test()