Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kselftest_harness/
H A Dharness-selftest.c49 pid_t testpid; in FIXTURE() local
54 self->testpid = getpid(); in FIXTURE_SETUP()
58 TH_LOG("teardown same-process=%d", self->testpid == getpid()); in FIXTURE_TEARDOWN()
83 pid_t testpid; in FIXTURE() local
88 self->testpid = getpid(); in FIXTURE_SETUP()
92 TH_LOG("teardown same-process=%d", self->testpid == getpid()); in FIXTURE_TEARDOWN_PARENT()
102 pid_t testpid; in FIXTURE() local
107 self->testpid = getpid(); in FIXTURE_SETUP()
112 TH_LOG("teardown same-process=%d", self->testpid == getpid()); in FIXTURE_TEARDOWN()