Home
last modified time | relevance | path

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

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