Searched refs:mytid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2002 pid_t tracer, mytid, mypid, parent; in FIXTURE() local 2110 self->mytid = syscall(__NR_gettid); in FIXTURE_SETUP() 2111 ASSERT_GT(self->mytid, 0); in FIXTURE_SETUP() 2112 ASSERT_NE(self->mytid, 1) { in FIXTURE_SETUP() 2118 ASSERT_EQ(self->mytid, self->mypid); in FIXTURE_SETUP()
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2036 pid_t tracer, mytid, mypid, parent; in FIXTURE() local 2149 self->mytid = syscall(__NR_gettid); in FIXTURE_SETUP() 2150 ASSERT_GT(self->mytid, 0); in FIXTURE_SETUP() 2151 ASSERT_NE(self->mytid, 1) { in FIXTURE_SETUP() 2157 ASSERT_EQ(self->mytid, self->mypid); in FIXTURE_SETUP()
|
Completed in 10 milliseconds