/bionic/libc/bionic/ |
D | gettid.cpp | 36 pid_t tid = self->tid; in gettid() local
|
D | raise.cpp | 38 pid_t tid = syscall(__NR_gettid); in raise() local
|
D | pthread_getcpuclockid.cpp | 34 pid_t tid = pthread_gettid_np(t); in pthread_getcpuclockid() local
|
D | abort.cpp | 39 pid_t tid = syscall(__NR_gettid); in abort() local
|
D | pthread_kill.cpp | 38 pid_t tid = pthread_gettid_np(t); in pthread_kill() local
|
D | pthread_setschedparam.cpp | 37 pid_t tid = pthread_gettid_np(t); in pthread_setschedparam() local
|
D | pthread_getschedparam.cpp | 37 pid_t tid = pthread_gettid_np(t); in pthread_getschedparam() local
|
D | pthread_join.cpp | 53 pid_t tid = thread->tid; in pthread_join() local
|
D | pthread_internal.h | 63 pid_t tid; variable
|
D | pthread_mutex.cpp | 434 pid_t tid = __get_thread()->tid; in __pthread_mutex_lock_with_timeout() local 550 pid_t tid = __get_thread()->tid; in pthread_mutex_unlock() local 596 pid_t tid = __get_thread()->tid; in pthread_mutex_trylock() local
|
D | ndk_cruft.cpp | 230 int tkill(pid_t tid, int sig) { in tkill()
|
D | libc_logging.cpp | 554 uint16_t tid = gettid(); in __libc_write_log() local
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_l2tp.h | 29 __u32 tid; member
|
/bionic/tests/ |
D | stack_protector_test.cpp | 43 pid_t tid = gettid(); in Check() local
|
D | leak_test.cpp | 124 struct thread_data { pthread_barrier_t* barrier; pid_t* tid; }; in TEST() member
|
D | utils.h | 114 static inline void WaitUntilThreadSleep(std::atomic<pid_t>& tid) { in WaitUntilThreadSleep()
|
D | sched_test.cpp | 34 pid_t tid = clone(child_fn, &child_stack[1024], CLONE_VM, &i); in TEST() local
|
D | pthread_test.cpp | 810 std::atomic<pid_t> tid; member 971 std::atomic<pid_t>& tid; member 989 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread() 996 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread() 1684 std::atomic<pid_t> tid; member in MutexWakeupHelper 1997 std::atomic<int> tid; member
|
D | time_test.cpp | 512 pid_t tid; member
|
D | unistd_test.cpp | 606 uint64_t tid = GetTidForTest(); in GetTidCachingPthreadStartRoutine() local
|
/bionic/libc/kernel/uapi/linux/ |
D | i2o-dev.h | 62 unsigned int tid; member 85 unsigned int tid; member 97 unsigned int tid; member 204 __u32 tid : 12; member
|
/bionic/libc/kernel/uapi/sound/ |
D | asound.h | 675 struct snd_timer_id tid; member 691 struct snd_timer_id tid; member 699 struct snd_timer_id tid; member
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 1671 static pid_t tid = 0; in TEST_F() local
|