HomeSort by relevance Sort by last modified time
    Searched refs:memcopy_function_mutex (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
platform-posix.cc 210 static Mutex* memcopy_function_mutex = OS::CreateMutex(); member in namespace:v8::internal
217 ScopedLock lock(memcopy_function_mutex);
platform-win32.cc 181 static Mutex* memcopy_function_mutex = OS::CreateMutex(); member in namespace:v8::internal
188 ScopedLock lock(memcopy_function_mutex);
    [all...]

Completed in 32 milliseconds