Searched defs:tid (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/bionic/ |
D | pthread-rwlocks.c | 156 static __inline__ int read_precondition(pthread_rwlock_t* rwlock, int tid) in read_precondition() 174 static __inline__ int write_precondition(pthread_rwlock_t* rwlock, int tid) in write_precondition() 229 int tid = __get_thread()->tid; in pthread_rwlock_timedrdlock() local 259 int tid = __get_thread()->tid; in pthread_rwlock_trywrlock() local 278 int tid = __get_thread()->tid; in pthread_rwlock_timedwrlock() local
|
D | pthread_kill.cpp | 46 pid_t tid = thread->tid; in pthread_kill() local
|
D | pthread_setname_np.cpp | 64 pid_t tid = 0; in pthread_setname_np() local
|
D | pthread_internal.h | 42 pid_t tid; member
|
D | pthread.c | 583 int mvalue, mtype, tid, shared; in pthread_mutex_lock_impl() local 677 int mvalue, mtype, tid, shared; in pthread_mutex_unlock_impl() local 744 int mvalue, mtype, tid, shared; in pthread_mutex_trylock_impl() local 839 int mvalue, mtype, tid, shared; in pthread_mutex_lock_timeout_np_impl() local 1263 int __pthread_settid(pthread_t thid, pid_t tid) { in __pthread_settid()
|
D | pthread_create.cpp | 224 int tid = __pthread_clone(start_routine, child_stack, flags, arg); in pthread_create() local
|
D | pthread_debug.cpp | 428 pid_t tid = gettid(); in mutex_lock_checked() local 479 pid_t tid = gettid(); in mutex_unlock_checked() local
|
/bionic/linker/ |
D | debugger.cpp | 58 pid_t tid; member 190 pid_t tid = gettid(); in debuggerd_signal_handler() local
|
/bionic/tests/ |
D | stack_protector_test.cpp | 52 pid_t tid = gettid(); in Check() local
|
/bionic/libc/kernel/common/linux/ |
D | smb.h | 54 __u16 tid; member
|
/bionic/libthread_db/include/ |
D | thread_db.h | 76 pid_t tid; member
|
/bionic/libc/kernel/common/sound/ |
D | asound.h | 559 struct snd_timer_id tid; member 575 struct snd_timer_id tid; member 582 struct snd_timer_id tid; member
|