HomeSort by relevance Sort by last modified time
    Searched refs:__pthread_rwlock_trywrlock (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
pthread_rwlock.cpp 347 static inline __always_inline int __pthread_rwlock_trywrlock(pthread_rwlock_internal_t* rwlock) { function
367 int result = __pthread_rwlock_trywrlock(rwlock);
439 if (__predict_true(__pthread_rwlock_trywrlock(rwlock) == 0)) {
459 return __pthread_rwlock_trywrlock(__get_internal_rwlock(rwlock_interface));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
libc-lock.h 318 __libc_maybe_call (__pthread_rwlock_trywrlock, (&(NAME)), 0)
577 extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock);
621 weak_extern (BP_SYM (__pthread_rwlock_trywrlock))
645 # pragma weak __pthread_rwlock_trywrlock macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
libc-lock.h 318 __libc_maybe_call (__pthread_rwlock_trywrlock, (&(NAME)), 0)
577 extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock);
621 weak_extern (BP_SYM (__pthread_rwlock_trywrlock))
645 # pragma weak __pthread_rwlock_trywrlock macro

Completed in 82 milliseconds