/system/extras/tests/bionic/libc/bionic/ |
test_pthread_cond.c | 15 printf("Thread 1 (arg=%p tid=%d) entered.\n", arg, gettid()); 27 printf("Thread 2 (arg=%p tid=%d) entered.\n", arg, gettid()); 40 printf("Thread 3 (arg=%p tid=%d) entered.\n", arg, gettid()); 57 printf("Thread 4 (arg=%p tid=%d) entered.\n", arg, gettid());
|
/frameworks/wilhelm/src/android/ |
CallbackProtector.cpp | 68 mCallbackTid = gettid(); 75 (void *) pthread_self(), gettid(), 116 mRequesterTid = gettid(); 123 (void *) pthread_self(), gettid()); 137 mRequesterTid = gettid(); 144 (void *) pthread_self(), gettid());
|
/system/core/include/cutils/ |
sched_policy.h | 40 * If the thread is a thread group leader, that is it's gettid() == getpid(), 42 * On platforms which support gettid(), zero tid means current thread. 48 * On platforms which support gettid(), zero tid means current thread.
|
/bionic/libc/dns/resolv/ |
res_state.c | 47 # include <unistd.h> /* for gettid() */ 99 D("%s: rt=%p for thread=%d", __FUNCTION__, rt, gettid()); 122 __FUNCTION__, gettid(), rt, rt->_pi, rt->_serial); 132 __FUNCTION__, gettid(), rt); 139 __FUNCTION__, gettid(), rt); 155 __FUNCTION__, gettid(), rt); 162 __FUNCTION__, gettid(), rt, (rt->_nres->options & RES_INIT) != 0); 166 __FUNCTION__, gettid(), rt);
|
/external/libselinux/src/ |
procattr.c | 12 static pid_t gettid(void) function 31 tid = gettid(); 88 tid = gettid();
|
/bionic/tests/ |
stack_protector_test.cpp | 30 extern "C" pid_t gettid(); 45 pid_t tid = gettid(); 50 // Duplicate tid. gettid(2) bug? Seeing this would be very upsetting. 119 ASSERT_NE(0, 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
|
/system/bt/osi/include/ |
compat.h | 27 pid_t gettid(void);
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
HostConnection.cpp | 102 ALOGD("HostConnection::get() New Host Connection established %p, tid %d\n", con, gettid()); 113 DBG("HostConnection::glEncoder new encoder %p, tid %d", m_glEnc, gettid()); 123 DBG("HostConnection::gl2Encoder new encoder %p, tid %d", m_gl2Enc, gettid());
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
platform_lib_macros.h | 69 pid_t gettid(void); 75 #define GETTID_PLATFORM_LIB_ABSTRACTION (gettid())
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
platform_lib_macros.h | 69 pid_t gettid(void); 75 #define GETTID_PLATFORM_LIB_ABSTRACTION (gettid())
|
/hardware/qcom/gps/msm8974/platform_lib_abstractions/ |
platform_lib_macros.h | 69 pid_t gettid(void); 75 #define GETTID_PLATFORM_LIB_ABSTRACTION (gettid())
|
/hardware/qcom/gps/platform_lib_abstractions/ |
platform_lib_macros.h | 69 pid_t gettid(void); 75 #define GETTID_PLATFORM_LIB_ABSTRACTION (gettid())
|
/system/core/libcutils/ |
threads.c | 19 // For gettid. 36 pid_t gettid() { function
|
/bionic/benchmarks/ |
unistd_benchmark.cpp | 47 /* Must not be static! */ pid_t (*gettid_fp)() = gettid;
|
/bionic/libc/bionic/ |
gettid.cpp | 33 pid_t gettid() { function
|
fork.cpp | 50 self->set_cached_pid(gettid());
|
/hardware/mediatek/libmtkplayer/ |
libmtkplayer.so | |
/external/valgrind/coregrind/m_scheduler/ |
ticket-lock-linux.c | 124 VG_(gettid)(), ticket); 133 VG_(gettid)(), ticket, (long)(futex - p->futex), 146 p->owner = VG_(gettid)(); 173 "\n", VG_(getpid)(), VG_(gettid)(), wakeup_ticket, 182 VG_(getpid)(), VG_(gettid)(), wakeup_ticket);
|
/external/lldb/source/Target/ |
ThreadSpec.cpp | 142 if (GetTID() != LLDB_INVALID_THREAD_ID) 143 s->Printf("tid: 0x%" PRIx64 " ", GetTID());
|
/external/valgrind/gdbserver_tests/ |
t.c | 19 static pid_t gettid() function 29 printf("pid %d Thread %d %s\n", getpid(), gettid(), msg); fflush(stdout);
|
/system/core/libutils/ |
SystemClock.cpp | 79 * gettid, and int64_t is different on the ARM platform 95 gettid());
|
/external/fio/ |
gettime-thread.c | 48 fio_setaffinity(gettid(), fio_gtod_cpumask);
|