Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 23 of 23) sorted by relevance

/bionic/libc/bionic/
Dabort.cpp37 static inline __always_inline void inline_tgkill(pid_t pid, pid_t tid, int sig) { in inline_tgkill()
59 pid_t tid = syscall(__NR_gettid); in abort() local
Dgettid.cpp37 pid_t tid = self->tid; in gettid() local
Draise.cpp38 pid_t tid = syscall(__NR_gettid); in raise() local
Dpthread_kill.cpp38 pid_t tid = pthread_gettid_np(t); in pthread_kill() local
Dpthread_getcpuclockid.cpp34 pid_t tid = pthread_gettid_np(t); in pthread_getcpuclockid() local
Dpthread_setschedparam.cpp37 pid_t tid = pthread_gettid_np(t); in pthread_setschedparam() local
Dpthread_getschedparam.cpp37 pid_t tid = pthread_gettid_np(t); in pthread_getschedparam() local
Dpthread_join.cpp53 pid_t tid = thread->tid; in pthread_join() local
Dpthread_internal.h63 pid_t tid; variable
Dpthread_mutex.cpp434 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
Dndk_cruft.cpp232 int tkill(pid_t tid, int sig) { in tkill()
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_l2tp.h27 __u32 tid; member
/bionic/tests/
Dstack_protector_test.cpp43 pid_t tid = gettid(); in Check() local
Dleak_test.cpp124 struct thread_data { pthread_barrier_t* barrier; pid_t* tid; }; in TEST() member
Dutils.h113 static inline void WaitUntilThreadSleep(std::atomic<pid_t>& tid) { in WaitUntilThreadSleep()
Dsched_test.cpp34 pid_t tid = clone(child_fn, &child_stack[1024], CLONE_VM, &i); in TEST() local
Dpthread_test.cpp811 std::atomic<pid_t> tid; member
972 std::atomic<pid_t>& tid; member
990 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread()
997 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread()
1685 std::atomic<pid_t> tid; member in MutexWakeupHelper
1998 std::atomic<int> tid; member
Dtime_test.cpp512 pid_t tid; member
Dunistd_test.cpp606 uint64_t tid = GetTidForTest(); in GetTidCachingPthreadStartRoutine() local
/bionic/libc/kernel/uapi/linux/
Di2o-dev.h54 unsigned int tid; member
72 unsigned int tid; member
82 unsigned int tid; member
167 __u32 tid : 12; member
/bionic/libc/async_safe/
Dasync_safe_log.cpp496 uint16_t tid = gettid(); in async_safe_write_log() local
/bionic/libc/kernel/uapi/sound/
Dasound.h544 struct snd_timer_id tid; member
557 struct snd_timer_id tid; member
563 struct snd_timer_id tid; member
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1671 static pid_t tid = 0; in TEST_F() local