HomeSort by relevance Sort by last modified time
    Searched defs:gettid (Results 1 - 25 of 25) sorted by null

  /device/google/fuchsia/bioniccompat/include/sys/compat/
types.h 34 inline pid_t gettid() { function
  /bionic/libc/bionic/
gettid.cpp 34 pid_t gettid() { function
  /device/google/cuttlefish_common/common/vsoc/lib/
compat.cpp 25 uint32_t gettid() { function in namespace:vsoc
  /external/ltp/testcases/kernel/sched/eas/
util.h 22 #define gettid() syscall(__NR_gettid) macro
  /device/generic/goldfish-opengl/fuchsia/
port.cc 84 pid_t gettid() { function
  /external/grpc-grpc/src/core/lib/gpr/
log_linux.cc 43 static long gettid(void) { return syscall(__NR_gettid); } function
73 if (tid == 0) tid = gettid();
log_posix.cc 33 static intptr_t gettid(void) { return (intptr_t)pthread_self(); } function
88 (int)(now.tv_nsec), gettid(), display_file, args->line);
  /external/linux-kselftest/tools/testing/selftests/kvm/lib/
assert.c 59 static pid_t gettid(void) function
76 file, line, exp_str, getpid(), gettid(),
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify11.c 37 #define gettid() syscall(SYS_gettid) macro
44 tid = gettid();
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-1.c 71 int gettid(void) function
84 int i, tid = gettid();
114 int i, tid = gettid();
142 int i, tid = gettid();
testpi-2.c 73 int gettid(void) function
86 int i, tid = gettid();
116 int i, tid = gettid();
144 int i, tid = gettid();
testpi-4.c 72 int gettid(void) function
85 int i, tid = gettid();
116 int i, tid = gettid();
144 int i, tid = gettid();
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs05_make_tree.c 68 #define gettid() syscall(__NR_gettid) macro
146 pid_t tid = gettid();
  /external/ltp/testcases/realtime/stress/pi-tests/
testpi-3.c 67 int gettid(void) function
101 int rc, i, j, policy, tid = gettid();
150 int rc, i, j, policy, tid = gettid();
206 int rc, i, j, policy, tid = gettid();
  /external/selinux/libselinux/src/
procattr.c 25 /* Bionic and glibc >= 2.30 declare gettid() system call wrapper in unistd.h and
38 static pid_t gettid(void) function
97 tid = gettid();
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 68 int gettid() { function in namespace:__anon22592
83 volatile pid_t thread_id = gettid();
  /external/autotest/client/tests/signaltest/src/
signaltest.c 34 #define gettid() syscall(__NR_gettid) macro
119 stat->tid = gettid();
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 73 #define gettid() syscall(__NR_gettid) macro
316 thread_pids[id] = gettid();
330 pid = gettid();
  /device/generic/opengl-transport/host/libs/virglrenderer/
AVDVirglRenderer.cpp 66 #define gettid() (int)syscall(__NR_gettid) macro
524 printf("(tid %d) ctx %d: cmd %u, size %zu, fence %d\n", gettid(), ctx->handle, cmd_resp->op,
527 printf("(tid %d) ", gettid());
    [all...]
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 34 #define gettid() syscall(__NR_gettid) macro
229 stat->tid = gettid();
  /external/linux-kselftest/tools/testing/selftests/rseq/
param_test.c 18 static inline pid_t gettid(void) function
376 printf_verbose("tid %d: count %lld\n", (int) gettid(), i);
380 (int) gettid(), nr_abort, signals_delivered);
457 printf_verbose("tid %d: count %lld\n", (int) gettid(), i);
461 (int) gettid(), nr_abort, signals_delivered);
608 (int) gettid(), nr_abort, signals_delivered);
799 (int) gettid(), nr_abort, signals_delivered);
1014 (int) gettid(), nr_abort, signals_delivered);