Lines Matching refs:pid
283 pid_t pid; /* process id */ member
335 pid_t pid; in test_drbg_reseed_in_child() local
341 if (!TEST_int_ge(pid = fork(), 0)) { in test_drbg_reseed_in_child()
345 } else if (pid > 0) { in test_drbg_reseed_in_child()
351 if (TEST_int_eq(waitpid(pid, &status, 0), pid) in test_drbg_reseed_in_child()
357 result[0].pid = pid; in test_drbg_reseed_in_child()
362 result[1].pid = pid; in test_drbg_reseed_in_child()
402 pid_t pid = getpid(); in test_rand_reseed_on_fork() local
442 result[0].pid = pid; in test_rand_reseed_on_fork()
447 result[1].pid = pid; in test_rand_reseed_on_fork()
505 result[i].pid, in test_rand_reseed_on_fork()