Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dpthread-rwlocks.c167 static __inline__ int read_precondition(pthread_rwlock_t *rwlock, int thread_id) in read_precondition()
185 static __inline__ int write_precondition(pthread_rwlock_t *rwlock, int thread_id) in write_precondition()
234 int thread_id, ret = 0; in pthread_rwlock_timedrdlock() local
264 int thread_id, ret = 0; in pthread_rwlock_trywrlock() local
283 int thread_id, ret = 0; in pthread_rwlock_timedwrlock() local
Dptrace.c66 void ATTRIBUTES _thread_created_hook(pid_t thread_id) in _thread_created_hook()