Home
last modified time | relevance | path

Searched refs:guard (Results 326 - 350 of 524) sorted by relevance

1...<<1112131415161718192021

/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc43 base::MutexGuard guard(g_PerIsolateWasmControlsMutex.Pointer()); in IsWasmCompileAllowed()
58 base::MutexGuard guard(g_PerIsolateWasmControlsMutex.Pointer()); in IsWasmInstantiateAllowed()
106 base::MutexGuard guard(g_PerIsolateWasmControlsMutex.Pointer()); in RUNTIME_FUNCTION()
/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_manager_stub_impl.cpp70 std::lock_guard<std::mutex> guard(mutex_); in VerifyUriPermission()
268 std::lock_guard<std::mutex> guard(mutex_); in AddTempUriPermission()
493 std::lock_guard<std::mutex> guard(mutex_); in RemoveUriRecord()
543 std::lock_guard<std::mutex> guard(mutex_); in RevokeAllUriPermissions()
610 std::lock_guard<std::mutex> guard(mutex_); in RevokeUriPermissionManually()
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Ddbl_float.h489 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \
493 guard = (Dallp2(opndp2) >> -exponent) & 1; \
505 guard = (Dallp1(opndp1) >> -32-exponent) & 1; \
511 inexact = guard | sticky; \
514 guard = 0; \
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Ddbl_float.h489 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \
493 guard = (Dallp2(opndp2) >> -exponent) & 1; \
505 guard = (Dallp1(opndp1) >> -32-exponent) & 1; \
511 inexact = guard | sticky; \
514 guard = 0; \
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c67 static void get_header_guard(char *guard, const char *obj_name, const char *suffix) in get_header_guard() argument
71 sprintf(guard, "__%s_%s__", obj_name, suffix); in get_header_guard()
72 for (i = 0; guard[i]; i++) in get_header_guard()
73 guard[i] = toupper(guard[i]); in get_header_guard()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTracePC.h49 void HandleTrace(uint32_t *guard, uintptr_t PC);
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.cc133 v8::base::MutexGuard guard(&table_mutex_); in RegisterNewGCInfo()
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.cc139 ExactAssemblyScopeWithoutPoolsCheck guard(macro_assembler, in EmitPoolObject()
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp52 std::lock_guard<std::mutex> guard(mutex_); in EmitAddedDeviceEvent()
95 std::lock_guard<std::mutex> guard(mutex_); in EmitRemoveDeviceEvent()
138 std::lock_guard<std::mutex> guard(mutex_); in OnDeviceAdded()
168 std::lock_guard<std::mutex> guard(mutex_); in OnDeviceRemoved()
1232 std::lock_guard<std::mutex> guard(mutex_); in AddListener()
1264 std::lock_guard<std::mutex> guard(mutex_); in RemoveListener()
1373 std::lock_guard<std::mutex> guard(mutex_); in ResetEnv()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp462 std::lock_guard<std::mutex> guard(mTestResults->currentTestMutex);
469 std::lock_guard<std::mutex> guard(mTestResults->currentTestMutex);
478 std::lock_guard<std::mutex> guard(mTestResults->currentTestMutex);
1380 std::lock_guard<std::mutex> guard(mTestResults.currentTestMutex); in onCrashOrTimeout()
1723 std::lock_guard<std::mutex> guard(mTestResults.currentTestMutex); in run()
1905 std::lock_guard<std::mutex> guard(mTestResults.currentTestMutex); in startWatchdog()
2038 std::lock_guard<std::mutex> guard(mTestResults.currentTestMutex); in maybeUpdateTestTimeout()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_state_item.cpp73 std::lock_guard guard(connectionsMutex_); in AddConnection()
85 std::lock_guard guard(connectionsMutex_); in RemoveConnection()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator.cpp53 std::lock_guard<std::mutex> guard(creatorMutex_); in OnBufferRelease()
266 std::lock_guard<std::mutex> guard(creatorMutex_); in DequeueImage()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/
H A Dimage_receiver.cpp35 std::lock_guard<std::mutex> guard(imageReceiverMutex_); in ~ImageReceiver()
148 std::lock_guard<std::mutex> guard(imageReceiverMutex_); in ReleaseBuffer()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_context.cpp408 std::lock_guard guard { lock_ }; in StartTrace()
418 std::lock_guard guard { lock_ }; in FinishTrace()
H A Ddsoftbus_handler.cpp90 std::lock_guard guard(lock_); in AttachSender()
244 std::lock_guard guard(lock_); in SendEvent()
/kernel/linux/linux-6.6/arch/arm/
H A DMakefile264 -mstack-protector-guard=tls \
265 -mstack-protector-guard-offset=$(shell \
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad9467.c168 guard(mutex)(&st->lock); in ad9467_reg_access()
319 guard(mutex)(&st->lock); in ad9467_set_scale()
/test/testfwk/arkxtest/uitest/record/
H A Dpointer_tracker.cpp373 std::lock_guard<mutex> guard(*cout_lock); in WriteData()
382 std::lock_guard<mutex> guard(*csv_lock); in WriteData()
/third_party/libuv/src/unix/
H A Dthread.c432 void uv_once(uv_once_t* guard, void (*callback)(void)) { in uv_once() argument
433 if (pthread_once(guard, callback)) in uv_once()
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk.cc53 base::MutexGuard guard(page_protection_change_mutex_); in DecrementWriteUnprotectCounterAndMaybeSetPermissions()
87 base::MutexGuard guard(page_protection_change_mutex_); in SetCodeModificationPermissions()
/third_party/mesa3d/src/vulkan/util/
H A Dgen_enum_to_str.py69 % if enum.guard:
70 #ifdef ${enum.guard}
86 % if enum.guard:
142 % if enum.guard:
143 #ifdef ${enum.guard}
146 % if enum.guard:
187 % if enum.guard:
188 #ifdef ${enum.guard}
191 % if enum.guard:
201 % if enum.guard
[all...]
/third_party/node/deps/uv/src/unix/
H A Dthread.c51 /* Note: guard clauses should match uv_barrier_t's in include/uv/unix.h. */
439 void uv_once(uv_once_t* guard, void (*callback)(void)) { in uv_once() argument
440 if (pthread_once(guard, callback)) in uv_once()
/third_party/decimal.js/
H A Ddecimal.js1137 guard = 5;
1172 sd = pr + guard;
2330 // Estimate the extra guard digits needed to ensure five correct rounding digits from
3213 // Maximum digits array length; leaves [28, 34] guard digits.
3302 var denominator, guard, j, pow, sum, t, wpr,
3337 guard = Math.log(mathpow(2, k)) / Math.LN10 * 2 + 5 | 0;
3338 wpr += guard;
3355 // `wpr - guard` is the index of first rounding digit.
3358 if (rep < 3 && checkRoundingDigits(sum.d, wpr - guard, rm, rep)) {
3395 guard
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.h725 base::RecursiveMutexGuard guard{&allocation_mutex_}; in AddWriter()
730 base::RecursiveMutexGuard guard{&allocation_mutex_}; in RemoveWriter()
735 base::RecursiveMutexGuard guard{&allocation_mutex_}; in MakeWritable()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddib9000.c1183 s8 guard; in dib9000_fw_get_channel() member
1238 switch (ch->guard) { in dib9000_fw_get_channel()
1338 s8 guard; in dib9000_fw_set_channel_union() member
1380 ch.guard = 0; in dib9000_fw_set_channel_union()
1383 ch.guard = 1; in dib9000_fw_set_channel_union()
1386 ch.guard = 2; in dib9000_fw_set_channel_union()
1389 ch.guard = 3; in dib9000_fw_set_channel_union()
1393 ch.guard = -1; in dib9000_fw_set_channel_union()

Completed in 33 milliseconds

1...<<1112131415161718192021