Home
last modified time | relevance | path

Searched defs:Try (Results 51 – 75 of 674) sorted by relevance

12345678910>>...27

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/synchronization/
H A Dlock_impl.h98 bool LockImpl::Try() { in Try() function
111 bool LockImpl::Try() { in Try() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/platform/win/
H A Dbase_windows_winrt.h36 inline details::TryResult<Method> Try(Method &&method) noexcept { in Try() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Assembler/
H A Datomicrmw.ll12 %x = atomicrmw add i32* undef, i32 %y monotonic
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/shared/platform/win/
H A Dlock_impl_win.cc23 bool NaCl::LockImpl::Try() { in Try() function in NaCl::LockImpl
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dmutex.h93 PINLINE bool Try() { return Wait(0); } in Try() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/synchronization/
H A Dlock_impl_win.cc18 bool LockImpl::Try() { in Try() function in base::internal::LockImpl
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dlock_impl_win.cc16 bool LockImpl::Try() { return !!::TryAcquireSRWLockExclusive(&native_handle_); } in Try() function in base::internal::LockImpl
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dlock_impl_win.cc16 bool LockImpl::Try() { return !!::TryAcquireSRWLockExclusive(&native_handle_); } in Try() function in base::internal::LockImpl
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/port/
H A Dlock.cc33 bool Lock::Try() { in Try() function in sfntly::Lock
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/synchronization/
H A Dlock_impl_win.cc16 bool LockImpl::Try() { in Try() function in base::internal::LockImpl
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dlock_impl_win.cc16 bool LockImpl::Try() { return !!::TryAcquireSRWLockExclusive(&native_handle_); } in Try() function in base::internal::LockImpl
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dlock_impl_win.cc16 bool LockImpl::Try() { return !!::TryAcquireSRWLockExclusive(&native_handle_); } in Try() function in base::internal::LockImpl
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/synchronization/
H A Dlock_impl_win.cc18 bool LockImpl::Try() { in Try() function in base::internal::LockImpl
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dlock_impl_win.cc29 bool LockImpl::Try() { in Try() function in LockImpl
H A Dlock_impl_posix.cc36 bool LockImpl::Try() { in Try() function in LockImpl
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/port/
H A Dlock.cc33 bool Lock::Try() { in Try() function in sfntly::Lock
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dlock_impl_win.cc16 bool LockImpl::Try() { return !!::TryAcquireSRWLockExclusive(&native_handle_); } in Try() function in base::internal::LockImpl
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/synchronization/
H A Dlock_impl_win.cc18 bool LockImpl::Try() { in Try() function in base::internal::LockImpl
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/synchronization/
H A Dlock_impl_win.cc18 bool LockImpl::Try() { in Try() function in base::internal::LockImpl
/dports/lang/spidermonkey78/firefox-78.9.0/tools/tryselect/docs/
H A Dindex.rst50 .. _attach-job-review:
/dports/devel/libcjson/cJSON-1.7.15/tests/unity/test/testdata/
H A DCException.h8 #define Try if (e) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/synchronization/
H A Dlock_impl_win.cc20 bool LockImpl::Try() { in Try() function in base::internal::LockImpl
/dports/devel/z88dk/z88dk/ext/Unity/test/testdata/
H A DCException.h8 #define Try if (e) macro
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/contrib/visupng/
H A Dcexcept.h211 #define Try \ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/runtime/
H A Dlock.h41 bool Try() { return pthread_mutex_trylock(&mutex_) == 0; } in Try() function

12345678910>>...27