Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dmutex.cc49 static V8_INLINE void DestroyNativeHandle(pthread_mutex_t* mutex) { in DestroyNativeHandle() function
91 static V8_INLINE void DestroyNativeHandle(PCRITICAL_SECTION cs) {
122 DestroyNativeHandle(&native_handle_); in ~Mutex()
157 DestroyNativeHandle(&native_handle_); in ~RecursiveMutex()