Symbol: gettid
arch/um/os-Linux/time.c
52
.sigev_notify_thread_id = gettid(),
kernel/sys.c
1005
SYSCALL_DEFINE0(gettid)
tools/build/feature/test-gettid.c
8
return gettid();
tools/perf/builtin-record.c
1264
thread_data[t].tid = gettid();
tools/perf/builtin-record.c
1747
thread->tid = gettid();
tools/perf/jvmti/jvmti_agent.c
387
rec.tid = gettid();
tools/perf/tests/shell/coresight/thread_loop/thread_loop.c
31
unsigned long long tid = gettid();
tools/testing/selftests/arm64/abi/tpidr2.c
172
if (gettid() == 0)
tools/testing/selftests/arm64/abi/tpidr2.c
174
set_tpidr2(gettid());
tools/testing/selftests/arm64/abi/tpidr2.c
175
if (get_tpidr2() == gettid()) {
tools/testing/selftests/arm64/mte/check_gcr_el1_cswitch.c
31
pid_t tid = gettid();
tools/testing/selftests/drivers/ntsync/ntsync.c
1286
wait_args.owner = gettid();
tools/testing/selftests/futex/functional/robust_list.c
115
pid_t tid = gettid();
tools/testing/selftests/landlock/audit_test.c
174
if (getpid() == gettid()) {
tools/testing/selftests/landlock/audit_test.c
242
EXPECT_EQ(getpid(), gettid());
tools/testing/selftests/nolibc/nolibc-test.c
1376
CASE_TEST(gettid); EXPECT_SYSNE(has_gettid, gettid(), -1); break;
tools/testing/selftests/pidfd/pidfd_info_test.c
223
pid_t pid_thread = gettid();
tools/testing/selftests/pidfd/pidfd_info_test.c
399
pid_t pid_thread = gettid();
tools/testing/selftests/pidfd/pidfd_info_test.c
548
pid_t pid_thread = gettid();
tools/testing/selftests/powerpc/dscr/dscr_default_test.c
86
srand(gettid());
tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c
101
srand(gettid());
tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c
35
srand(gettid());
tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c
62
srand(gettid());
tools/testing/selftests/powerpc/mm/pkey_siginfo.c
104
tid = gettid();
tools/testing/selftests/powerpc/mm/pkey_siginfo.c
146
tid = gettid();
tools/testing/selftests/sched/cs_prctl_test.c
205
printf("tid=%d, / tgid=%d / pgid=%d: %lx\n", gettid(), getpid(), getpgid(0),
tools/testing/selftests/timers/posix_timers.c
250
*tid = gettid();
tools/testing/selftests/ublk/kublk.c
1013
gettid(), dev_id, t.idx);
tools/testing/selftests/ublk/kublk.c
1029
gettid(), dev_id, t.idx);
tools/tracing/rtla/src/timerlat_u.c
46
retval = sched_setaffinity(gettid(), sizeof(set), &set);
tools/tracing/rtla/src/timerlat_u.c
65
retval = set_pid_cgroup(gettid(), params->cgroup_name);
tools/tracing/rtla/src/timerlat_u.c
82
debug_msg("User-space timerlat pid %d on cpu %d\n", gettid(), cpu);
tools/tracing/rtla/src/timerlat_u.c
93
debug_msg("Leaving timerlat pid %d on cpu %d\n", gettid(), cpu);