Home
last modified time | relevance | path

Searched defs:guard (Results 1 - 25 of 47) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DtypePredicateInLoop.js29 var guard = function (arg) { return arg.type === 1; }; function
H A DtypeGuardOfFormThisMember.js164 var guard; variable
[all...]
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.py304 guard = os.path.basename(glue_h).upper().replace("-", "_").replace(".", "_") variable
311 guard variable
[all...]
/third_party/musl/src/thread/
H A Dpthread_setattr_default_np.c18 unsigned guard = MIN(attrp->_a_guardsize, DEFAULT_GUARD_MAX); in pthread_setattr_default_np() local
H A Dpthread_create.c249 size_t size, guard; in __pthread_create() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Doutput.cc46 ClearErrnoGuard guard; in Write() local
/third_party/node/deps/v8/src/d8/
H A Dcov.cc82 extern "C" void __sanitizer_cov_trace_pc_guard(uint32_t* guard) { in __sanitizer_cov_trace_pc_guard() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dpersistent-node.cc142 PersistentRegionLock guard; in ~CrossThreadPersistentRegion() local
H A Dheap-base.cc165 PersistentRegionLock guard; in Terminate() local
/third_party/rust/crates/once_cell/src/
H A Dimp_pl.rs145 let mut guard = Guard { state, new_state: INCOMPLETE }; in initialize_inner() variables
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_fp16_conv.c69 half_rounded(nir_builder *b, nir_ssa_def *value, nir_ssa_def *guard, nir_ssa_def *sticky, in half_rounded() argument
140 nir_ssa_def *guard = nir_iand(b, nir_ushr(b, abs, nir_imm_int(b, 12)), one); in float_to_half_impl() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c38 int guard; /* 0 => default guardsize; 1=> guardsize is 0; 2=> guard is 1 page -- this setting only affect system stacks (not user's). */ member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c38 int guard; /* 0 => default guardsize; 1=> guardsize is 0; 2=> guard is 1 page -- this setting only affect system stacks (not user's). */ member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dthreads_scenarii.c65 int guard; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c38 int guard; /* 0 => default guardsize; 1=> guardsize is 0; 2=> guard is 1 page -- this setting only affect system stacks (not user's). */ member
[all...]
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-foreground-task-runner.cc49 PostTaskLocked(std::move(task), kNestable, guard); in PostTask() local
69 PostDelayedTaskLocked(std::move(task), delay_in_seconds, kNestable, guard); in PostDelayedTask() local
75 PostDelayedTaskLocked(std::move(task), delay_in_seconds, kNonNestable, guard); in PostNonNestableDelayedTask() local
92 PostTaskLocked(std::move(task), kNonNestable, guard); in PostNonNestableTask() local
107 MoveExpiredDelayedTasks( const base::MutexGuard& guard) MoveExpiredDelayedTasks() argument
113 PostTaskLocked(std::move(task), nestability, guard); MoveExpiredDelayedTasks() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_device_info.py198 guard=True), variable
[all...]
H A Dzink_extensions.py72 guard = False variable in Extension
/third_party/unity/extras/memory/src/
H A Dunity_memory.c70 Guard* guard; in unity_malloc() local
109 Guard* guard = (Guard*)mem; in isOverrun() local
118 Guard* guard = (Guard*)mem; release_memory() local
165 Guard* guard = (Guard*)oldMem; unity_realloc() local
[all...]
/third_party/mesa3d/src/freedreno/rnn/
H A Dheadergen2.c59 char *guard; member
[all...]
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_create.c237 size_t size, guard; in __pthread_create() local
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c237 size_t size, guard; in __pthread_create() local
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h86 PersistentRegionLock guard; in ~BasicCrossThreadPersistent() local
189 PersistentRegionLock guard; in operator =() local
201 PersistentRegionLock guard; in operator =() local
209 PersistentRegionLock guard; in operator =() local
257 PersistentRegionLock guard; in operator =() local
280 PersistentRegionLock guard; in Clear() local
360 PersistentRegionLock guard; AssignUnsafe() local
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dcross-thread-persistent.h86 PersistentRegionLock guard; in ~BasicCrossThreadPersistent() local
190 PersistentRegionLock guard; in operator =() local
202 PersistentRegionLock guard; in operator =() local
210 PersistentRegionLock guard; in operator =() local
259 PersistentRegionLock guard; in operator =() local
282 PersistentRegionLock guard; in Clear() local
361 PersistentRegionLock guard; AssignUnsafe() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_context.c388 pcre2_set_compile_recursion_guard(pcre2_compile_context *ccontext, int (*guard)(uint32_t, void *), void *user_data) pcre2_set_compile_recursion_guard() argument

Completed in 14 milliseconds

12