Home
last modified time | relevance | path

Searched defs:guard (Results 26 - 48 of 48) sorted by relevance

12

/third_party/rust/crates/once_cell/src/
H A Dimp_std.rs205 let mut guard = Guard { queue, new_queue: INCOMPLETE_PTR }; in initialize_or_wait() variables
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture.c184 Guard* guard; in unity_malloc() local
220 Guard* guard = (Guard*)mem; in isOverrun() local
229 Guard* guard = (Guard*)mem; release_memory() local
270 Guard* guard = (Guard*)oldMem; unity_realloc() local
[all...]
/third_party/libuv/src/win/
H A Dthread.c35 static void uv__once_inner(uv_once_t* guard, void (*callback)(void)) { in uv__once_inner() argument
67 void uv_once(uv_once_t* guard, void (*callback)(void)) { in uv_once() argument
/third_party/musl/src/thread/linux/
H A Dpthread_create.c423 size_t size, guard, size_len; in __pthread_create() local
[all...]
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c359 size_t size, guard, size_len; in __pthread_create() local
[all...]
/third_party/node/deps/uv/src/win/
H A Dthread.c35 static void uv__once_inner(uv_once_t* guard, void (*callback)(void)) { in uv__once_inner() argument
67 void uv_once(uv_once_t* guard, void (*callback)(void)) { in uv_once() argument
/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
/third_party/libuv/src/unix/
H A Dthread.c432 void uv_once(uv_once_t* guard, void (*callback)(void)) { in uv_once() argument
/third_party/node/deps/uv/src/unix/
H A Dthread.c439 void uv_once(uv_once_t* guard, void (*callback)(void)) { in uv_once() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.cpp219 ipc_sharedsemaphore guard; member in vk::cacheMutexIPC
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.cc290 auto* guard = DataGuard(); // Make sure flag initialized in CurrentValue() local
447 auto* guard = DataGuard(); // Make sure flag initialized in Read() local
471 auto* guard = DataGuard(); // Make sure flag initialized in ReadOneWord() local
478 auto* guard = DataGuard(); // Make sure flag initialized in ReadOneBool() local
H A Dflag.h414 absl::Mutex guard; // Guard for concurrent callback invocations. member
/third_party/vk-gl-cts/modules/glshared/
H A DglsStateQueryUtil.hpp225 std::ostream& operator<< (std::ostream& str, const StateQueryMemoryWriteGuard<T>& guard) in operator <<() argument
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc898 cppgc::internal::PersistentRegionLock guard; in Run() local
/third_party/python/Include/internal/
H A Dpycore_ast_state.h193 PyObject *guard; member
H A Dpycore_ast.h565 expr_ty guard; member
/third_party/NuttX/fs/nfs/
H A Dnfs_proto.h474 uint32_t guard; /* Guard value */ member
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc634 void GuardedAlternative::AddGuard(Guard* guard, Zone* zone) { in AddGuard() argument
723 GenerateGuard(RegExpMacroAssembler* macro_assembler, Guard* guard, Trace* trace) GenerateGuard() argument
[all...]
/third_party/python/Python/
H A DPython-ast.c3409 _PyAST_match_case(pattern_ty pattern, expr_ty guard, asdl_stmt_seq * body, in _PyAST_match_case() argument
11174 expr_ty guard; obj2ast_match_case() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc2300 const std::string guard = "guard" + std::to_string(head_info->id); in ClassifyCFGEdges() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp185 auto guard = GetGuard(); in GetAllFrameChildren() local
263 auto guard = GetGuard(); in ResetChildren() local
309 auto guard = GetGuard(); in SetActiveChildRange() local
329 auto guard = GetGuard(); in SetActiveChildRange() local
356 auto guard = GetGuard(); in RemoveAllChildInRenderTreeAfterReset() local
376 auto guard = GetGuard(); in SetAllChildrenInactive() local
388 auto guard = GetGuard(); in Dump() local
409 auto guard = GetGuard(); in SetCacheCount() local
4433 auto guard = frameProxy_->GetGuard(); in GetAllChildrenWithBuild() local
4529 auto guard in GetBaselineDistance() local
[all...]
/third_party/python/Parser/
H A Dparser.c7563 void *guard; in case_block_rule() local
7617 expr_ty guard; guard_rule() local
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs17478 let mut guard = SetLenOnDrop { s: self, idx: 0, del_bytes: 0 }; variables
20834 let mut guard = Guard { mem: NonNull::new_unchecked(mem), elems, layout, n_elems: 0 }; from_iter_exact() variables
22161 let mut guard = DropGuard { vec: &mut vec, num_init: 0 }; global() variables
24486 let mut guard = Guard { mem: NonNull::new_unchecked(mem), elems, layout, n_elems: 0 }; from_iter_exact() variables
[all...]

Completed in 92 milliseconds

12