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

1 2 3

  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_gettid.cpp 34 pid_t gettid(void) function
  /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 34 pid_t gettid() { function
  /device/google/cuttlefish_common/common/vsoc/lib/
compat.cpp 25 uint32_t gettid() { function in namespace:vsoc
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
gettid.go 17 func gettid() int { func
18 return syscall.Gettid()
gettid_none.go 9 func gettid() int { func
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
gettid.go 17 func gettid() int { func
18 return syscall.Gettid()
gettid_none.go 9 func gettid() int { func
  /system/core/libcutils/
threads.cpp 19 // For gettid.
36 pid_t gettid() { function
  /system/bt/osi/src/
compat.cc 38 pid_t gettid(void) { return syscall(SYS_gettid); } function
  /system/core/libprocinfo/
process_test.cpp 37 static pid_t gettid() { function
44 ASSERT_TRUE(android::procinfo::GetProcessInfo(gettid(), &self));
45 ASSERT_EQ(gettid(), self.tid);
54 int fd = open(android::base::StringPrintf("/proc/%d", gettid()).c_str(), O_DIRECTORY | O_RDONLY);
60 ASSERT_EQ(gettid(), self.tid);
69 pid_t main_tid = gettid();
71 pid_t thread_tid = gettid();
  /system/extras/simpleperf/
environment.h 87 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-mac.h 93 static inline int gettid(void) function
os-netbsd.h 70 static inline int gettid(void) function
os-openbsd.h 70 static inline int gettid(void) function
os-dragonfly.h 200 static inline int gettid(void) function
os-freebsd.h 98 static inline int gettid(void) function
  /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 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);

Completed in 483 milliseconds

1 2 3