/third_party/rust/crates/once_cell/src/ |
H A D | imp_std.rs | 205 let mut guard = Guard { queue, new_queue: INCOMPLETE_PTR }; in initialize_or_wait() variables
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
H A D | unity_fixture.c | 184 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 D | thread.c | 35 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 D | pthread_create.c | 423 size_t size, guard, size_len; in __pthread_create() local [all...] |
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 359 size_t size, guard, size_len; in __pthread_create() local [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | thread.c | 35 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 D | it.rs | 452 let mut guard = Guard { child: std::process::Command::new(bin).spawn().unwrap() }; in reentrant_init() variables
|
/third_party/libuv/src/unix/ |
H A D | thread.c | 432 void uv_once(uv_once_t* guard, void (*callback)(void)) { in uv_once() argument
|
/third_party/node/deps/uv/src/unix/ |
H A D | thread.c | 439 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 D | vkPrograms.cpp | 219 ipc_sharedsemaphore guard; member in vk::cacheMutexIPC
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | flag.cc | 290 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 D | flag.h | 414 absl::Mutex guard; // Guard for concurrent callback invocations. member
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsStateQueryUtil.hpp | 225 std::ostream& operator<< (std::ostream& str, const StateQueryMemoryWriteGuard<T>& guard) in operator <<() argument
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-snapshot.cc | 898 cppgc::internal::PersistentRegionLock guard; in Run() local
|
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 193 PyObject *guard; member
|
H A D | pycore_ast.h | 565 expr_ty guard; member
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_proto.h | 474 uint32_t guard; /* Guard value */ member
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 634 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 D | Python-ast.c | 3409 _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 D | function.cc | 2300 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 D | frame_node.cpp | 185 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 D | parser.c | 7563 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 D | rust-library.rs | 17478 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...] |