Home
last modified time | relevance | path

Searched refs:guard (Results 301 - 325 of 404) sorted by relevance

1...<<11121314151617

/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_host.cpp169 NFC::SynchronizeGuard guard(fieldCheckWatchDog_); in FieldCheckingThread()
227 NFC::SynchronizeGuard guard(fieldCheckWatchDog_); in StopFieldCheckingInner()
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc183 base::MutexGuard guard(&running_mutex_); in StopSynchronously()
269 base::MutexGuard guard(&running_mutex_); in Run()
H A Dheap-profiler.cc188 base::MutexGuard guard(&profiler_mutex_); in ObjectMoveEvent()
/third_party/vk-gl-cts/modules/glshared/
H A DglsStateQueryUtil.hpp171 testCtx.getLog() << TestLog::Message << "// ERROR: Pre-guard value was modified " << TestLog::EndMessage; in verifyValidity()
180 testCtx.getLog() << TestLog::Message << "// ERROR: Post-guard value was modified " << TestLog::EndMessage; in verifyValidity()
207 result.fail("pre-guard value was modified"); in verifyValidity()
212 result.fail("post-guard value was modified"); in verifyValidity()
225 std::ostream& operator<< (std::ostream& str, const StateQueryMemoryWriteGuard<T>& guard) in operator <<() argument
227 return str << guard.get(); in operator <<()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common.cpp1510 std::lock_guard<std::mutex> guard(lock_); in AddConnectionCallback()
1516 std::lock_guard<std::mutex> guard(lock_); in GetConnectionState()
1522 std::lock_guard<std::mutex> guard(lock_); in SetConnectionState()
1528 std::lock_guard<std::mutex> guard(lock_); in GetCallbackSize()
1535 std::lock_guard<std::mutex> guard(lock_); in RemoveAllCallbacks()
1660 std::lock_guard<std::mutex> guard(lock_); in OnAbilityConnectDone()
1774 std::lock_guard<std::mutex> guard(lock_); in OnAbilityDisconnectDone()
/third_party/NuttX/fs/nfs/
H A Dnfs_proto.h474 uint32_t guard; /* Guard value */ member
/third_party/mesa3d/src/intel/genxml/
H A Dgen_bits_header.py61 #ifndef ${guard}
62 #define ${guard}
130 #endif /* ${guard} */""")
303 p.add_argument('--cpp-guard', type=str,
352 f.write(TEMPLATE.render(containers=containers, guard=pargs.cpp_guard))
/third_party/node/deps/v8/src/base/
H A Dmacros.h183 // On Windows, also needs __declspec(guard(nocf)) for CFG.
186 __declspec(guard(nocf))
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.cc247 v8::base::LockGuard<v8::base::Mutex> guard(&space.pages_mutex()); in Destroy()
H A Dpage-memory.h75 // regions (e.g. guard pages).
280 v8::base::MutexGuard guard(&mutex_); in Lookup()
/third_party/node/deps/v8/src/heap/
H A Dread-only-heap.cc72 base::MutexGuard guard(read_only_heap_creation_mutex_.Pointer()); in SetUp()
H A Dnew-spaces.cc65 // serves as a guard against freeing pages with live objects on them. in EnsureCurrentCapacity()
539 base::SharedMutexGuard<base::kExclusive> guard(&pending_allocation_mutex_); in UpdateLinearAllocationArea()
602 base::MutexGuard guard(&mutex_); in AddFreshPageSynchronized()
/third_party/python/Include/internal/
H A Dpycore_ast_state.h193 PyObject *guard; member
H A Dpycore_ast.h565 expr_ty guard; member
820 match_case_ty _PyAST_match_case(pattern_ty pattern, expr_ty guard,
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp823 std::lock_guard guard(identityListLock_); in AddIdentity()
834 std::lock_guard guard(identityListLock_); in ResetCallingIdentityAsCaller()
848 std::lock_guard guard(identityListLock_); in RemoveIdentity()
/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp249 std::lock_guard<std::mutex> guard(appLibPathMapMutex_); in GetModuleFileName()
520 std::lock_guard<std::mutex> guard(appLibPathMapMutex_); in SetAppLibPath()
1226 std::lock_guard<std::mutex> guard(appLibPathMapMutex_); in IsExistedPath()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_helper_impl.cpp101 std::lock_guard<std::mutex> guard(lock_); in OnSchedulerDied()
571 std::lock_guard<std::mutex> guard(lock_); in CheckUriParam()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp209 std::lock_guard guard(dirRootMutex_); in GetDirRoot()
302 std::lock_guard guard(dirRootMutex_); in Close()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_smartalbum_map_operations.cpp466 lock_guard<mutex> guard(g_opMutex); in HandleRemoveAssetOperation()
594 lock_guard<mutex> guard(g_opMutex); in HandleAddAssetOperation()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp80 std::lock_guard<std::mutex> guard(mapMutex); in ConvertCurrentPath()
97 std::lock_guard<std::mutex> guard(mapMutex); in ConvertCurrentPath()
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp328 std::lock_guard guard(sCallBacksMutex); in SubKeyEventCallback()
349 std::lock_guard guard(sCallBacksMutex); in SubHotkeyEventCallback()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc298 MutexGuard guard(rng_mutex.Pointer()); in SetRandomMmapSeed()
307 MutexGuard guard(rng_mutex.Pointer()); in GetRandomMmapAddr()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h591 void AddGuard(Guard* guard, Zone* zone);
641 void GenerateGuard(RegExpMacroAssembler* macro_assembler, Guard* guard,
/third_party/rust/crates/once_cell/tests/
H A Dit.rs452 let mut guard = Guard { child: std::process::Command::new(bin).spawn().unwrap() }; in reentrant_init() variables
454 let status = guard.child.try_wait().unwrap(); in reentrant_init()
/third_party/rust/crates/syn/src/
H A Dexpr.rs154 /// A `let` guard: `let Some(x) = opt`.
456 /// A `let` guard: `let Some(x) = opt`.
895 pub guard: Option<(Token![if], Box<Expr>)>,
2839 guard: { in parse()
2842 let guard: Expr = input.parse()?; in parse()
2843 Some((if_token, Box::new(guard))) in parse()
3446 if let Some((if_token, guard)) = &self.guard { in to_tokens()
3448 guard.to_tokens(tokens); in to_tokens()

Completed in 33 milliseconds

1...<<11121314151617