Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMutexLock.hpp76 if(!isLocked())
156 bool isLocked()
/third_party/skia/tests/
H A DYUVCacheTest.cpp29 bool isLocked = (data->data() != nullptr); in check_data() local
30 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked)); in check_data()
H A DMaskCacheTest.cpp27 bool isLocked = (data->data() != nullptr); in check_data() local
28 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked)); in check_data()
H A DSkResourceCacheTest.cpp36 bool isLocked = (data->data() != nullptr); in check_data() local
37 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked)); in check_data()
/third_party/node/deps/undici/src/lib/api/
H A Dreadable.js202 function isLocked (self) { function
209 return util.isDisturbed(self) || isLocked(self)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.cpp250 if (isLocked()) in makeCurrent()
707 bool Surface::isLocked() const in isLocked() function in egl::Surface
H A DSurface.h152 bool isLocked() const;
H A DvalidationEGL.cpp4630 if (eglSurface->isLocked()) in ValidateSwapBuffers()
4680 if (surface->isLocked()) in ValidateSwapBuffersWithDamageKHR()
4758 if (surface->isLocked()) in ValidateBindTexImage()
6226 if (surface->isLocked()) in ValidateLockSurfaceKHR()
6321 if (!surface->isLocked()) in ValidateQuerySurface64KHR()
6343 if (!surface->isLocked()) in ValidateUnlockSurfaceKHR()
/third_party/node/src/
H A Djsvm.h2356 * @param isLocked: Flag indicating whether the current thread holds the lock for the specified environment.
2361 bool* isLocked);
H A Djs_native_api_v8.cc4895 bool* isLocked) {
4897 CHECK_ARG(env, isLocked);
4899 *isLocked = v8::Locker::IsLocked(env->isolate);
4907 bool isLocked = v8::Locker::IsLocked(env->isolate);
4908 if (!isLocked) {
4918 bool isLocked = v8::Locker::IsLocked(env->isolate);
4919 if (isLocked && env->locker != nullptr) {

Completed in 21 milliseconds