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

1 2

  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_gettid.cpp 34 pid_t gettid(void) function
  /bionic/libc/bionic/
gettid.cpp 33 pid_t gettid() { function
  /system/core/libcutils/
threads.c 19 // For gettid.
36 pid_t gettid() { function
  /system/core/libprocinfo/
process_test.cpp 34 static pid_t gettid() { function
41 ASSERT_TRUE(android::procinfo::GetProcessInfo(gettid(), &self));
42 ASSERT_EQ(gettid(), self.tid);
51 int fd = open(android::base::StringPrintf("/proc/%d", gettid()).c_str(), O_DIRECTORY | O_RDONLY);
57 ASSERT_EQ(gettid(), self.tid);
66 pid_t main_tid = gettid();
68 pid_t thread_tid = gettid();
  /system/bt/osi/src/
compat.cc 38 pid_t gettid(void) { return syscall(SYS_gettid); } function
  /system/extras/simpleperf/
environment.h 85 static inline int gettid() { function
  /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/fio/os/
os-dragonfly.h 52 static inline int gettid(void) function
os-netbsd.h 53 static inline int gettid(void) function
os-openbsd.h 51 static inline int gettid(void) function
os-freebsd.h 94 static inline int gettid(void) function
os-mac.h 160 static inline int gettid(void) function
os-solaris.h 159 static inline int gettid(void) function
os-linux.h 109 static inline int gettid(void) function
281 return sched_setscheduler(gettid(), SCHED_IDLE, &p);
os-windows.h 165 static inline int gettid(void) function
os.h 353 static inline int gettid(void) function
  /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 27 static pid_t gettid(void) function
86 tid = gettid();
  /external/valgrind/gdbserver_tests/
sleepers.c 18 static pid_t gettid() function
30 fprintf(stderr, "pid %ld Thread %ld %s\n", (long) getpid(), (long) gettid(),
t.c 19 static pid_t gettid() function
29 printf("pid %ld Thread %ld %s\n", (long) getpid(), (long) gettid(), msg);
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 68 int gettid() { function in namespace:__anon19374
83 volatile pid_t thread_id = gettid();
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs05_make_tree.c 191 #define gettid() syscall(__NR_gettid) macro
204 dprt("pid[%d]: exiting with %d\n", gettid(),exit_val); \
278 sprintf(dirname, "%s/%s.%ld", base_dir, hname, gettid());
281 dprt("pid[%d]: init_compile(): dir name = %s\n", gettid(),
288 dprt("pid[%d]: init_compile(): command = %s\n", gettid(), command);
317 gettid(), dirname);
323 gettid(), status);
376 dprt("pid[%d]: base directory: %s\n", gettid(), base_dir);
382 gettid());
385 gettid(), dircnt)
    [all...]
  /external/autotest/client/tests/signaltest/src/
signaltest.c 34 #define gettid() syscall(__NR_gettid) macro
119 stat->tid = gettid();

Completed in 509 milliseconds

1 2