HomeSort by: relevance | last modified time | path
    Searched defs:Return (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 39 return 0;
64 return false;
68 return false;
71 return true;
82 return (void*)(addr + offset_from_aligned);
152 return __interceptor_pthread_mutex_trylock((pthread_mutex_t*)mtx_) == 0;
155 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0;
158 return __interceptor_pthread_rwlock_trywrlock((pthread_rwlock_t*)mtx_) == 0;
159 return false;
183 return __interceptor_pthread_rwlock_tryrdlock((pthread_rwlock_t*)mtx_) == 0
    [all...]

Completed in 11 milliseconds