Searched refs:TryLockNativeHandle (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dmutex.cc70 static V8_INLINE bool TryLockNativeHandle(pthread_mutex_t* mutex) { function in namespace:v8::base
106 static V8_INLINE bool TryLockNativeHandle(PCRITICAL_SECTION cs) {
140 if (!TryLockNativeHandle(&native_handle_)) {
181 if (!TryLockNativeHandle(&native_handle_)) {

Completed in 131 milliseconds