Searched defs:gettid (Results 1 - 4 of 4) sorted by relevance

/system/core/libcutils/
H A Dthreads.c19 // For gettid.
36 pid_t gettid() { function
/system/bt/osi/src/
H A Dcompat.cc38 pid_t gettid(void) { return syscall(SYS_gettid); } function
/system/core/libprocinfo/
H A Dprocess_test.cpp37 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/
H A Denvironment.h86 static inline int gettid() { function

Completed in 164 milliseconds