Home
last modified time | relevance | path

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

12

/bionic/libc/bionic/
Dpthread_setschedparam.cpp41 pid_t tid = __pthread_internal_gettid(t, "pthread_setschedparam"); in pthread_setschedparam() local
51 pid_t tid = __pthread_internal_gettid(t, "pthread_setschedprio"); in pthread_setschedprio() local
Dgettid.cpp37 pid_t tid = self->tid; in gettid() local
Draise.cpp38 pid_t tid = syscall(__NR_gettid); in raise() local
Dsys_thread_properties.cpp74 static inline __always_inline bionic_tcb* __get_bionic_tcb_for_thread(pid_t tid) { in __get_bionic_tcb_for_thread()
126 void __libc_iterate_dynamic_tls(pid_t tid, in __libc_iterate_dynamic_tls()
Dpthread_getcpuclockid.cpp36 pid_t tid = __pthread_internal_gettid(t, "pthread_getcpuclockid"); in pthread_getcpuclockid() local
Dpthread_kill.cpp40 pid_t tid = __pthread_internal_gettid(t, "pthread_kill"); in pthread_kill() local
Dpthread_getschedparam.cpp39 pid_t tid = __pthread_internal_gettid(t, "pthread_getschedparam"); in pthread_getschedparam() local
Dpthread_sigqueue.cpp43 pid_t tid = __pthread_internal_gettid(t, "pthread_sigqueue"); in pthread_sigqueue() local
Dpthread_join.cpp57 pid_t tid = thread->tid; in pthread_join() local
Dpthread_mutex.cpp149 pid_t tid = __get_thread()->tid; in PIMutexTryLock() local
192 pid_t tid = __get_thread()->tid; in PIMutexUnlock() local
723 pid_t tid = __get_thread()->tid; in MutexLockWithTimeout() local
870 pid_t tid = __get_thread()->tid; in pthread_mutex_unlock() local
919 pid_t tid = __get_thread()->tid; in pthread_mutex_trylock() local
Dpthread_internal.h72 pid_t tid; variable
Dndk_cruft.cpp233 int tkill(pid_t tid, int sig) { in tkill()
/bionic/libc/private/
Dbionic_inline_raise.h42 pid_t tid = syscall(__NR_gettid); variable
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_l2tp.h15 __u32 tid; member
/bionic/tests/
Dstack_protector_test.cpp45 pid_t tid = gettid(); in Check() local
Dleak_test.cpp141 struct thread_data { pthread_barrier_t* barrier; pid_t* tid; } threads[thread_count]; in TEST() member
Dutils.h149 static inline void WaitUntilThreadSleep(std::atomic<pid_t>& tid) { in WaitUntilThreadSleep()
Dsched_test.cpp36 pid_t tid = clone(child_fn, &child_stack[1024], CLONE_VM, &i); in TEST() local
Dpthread_test.cpp585 pid_t tid = tid_promise.get_future().get(); in TEST() local
954 std::atomic<pid_t> tid; member
1274 std::atomic<pid_t>& tid; member
1292 void CreateWriterThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateWriterThread()
1299 void CreateReaderThread(pthread_t& thread, std::atomic<pid_t>& tid) { in CreateReaderThread()
2260 std::atomic<pid_t> tid; member in MutexWakeupHelper
2313 static int GetThreadPriority(pid_t tid) { in GetThreadPriority()
2825 std::atomic<int> tid; member
Dtime_test.cpp898 pid_t tid; member
/bionic/libc/kernel/uapi/linux/
Di2o-dev.h42 unsigned int tid; member
60 unsigned int tid; member
70 unsigned int tid; member
155 __u32 tid : 12; member
/bionic/libc/kernel/uapi/misc/
Dcxl.h16 __u16 tid; member
/bionic/libc/async_safe/
Dasync_safe_log.cpp542 uint16_t tid = gettid(); in async_safe_write_log() local
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp755 pid_t tid; in TEST() local
/bionic/libc/kernel/uapi/sound/
Dasound.h707 struct snd_timer_id tid; member
720 struct snd_timer_id tid; member
726 struct snd_timer_id tid; member

12