Home | History | Annotate | Download | only in rtl

Lines Matching refs:RETURN

84   return 0;
109 return false;
113 return false;
116 return true;
127 return (void*)(addr + offset_from_aligned);
197 return __interceptor_pthread_mutex_trylock((pthread_mutex_t*)mtx_) == 0;
200 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0;
203 return __interceptor_pthread_rwlock_trywrlock((pthread_rwlock_t*)mtx_) == 0;
204 return false;
228 return __interceptor_pthread_rwlock_tryrdlock((pthread_rwlock_t*)mtx_) == 0;
244 RETURN,
334 case Event::RETURN:
393 return 0;
462 void ScopedThread::Return() {
463 Event event(Event::RETURN);
485 return event.res;
501 return event.res;