/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-test-wasm.cc | 43 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 D | uri_permission_manager_stub_impl.cpp | 70 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 D | dbl_float.h | 489 #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 D | dbl_float.h | 489 #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 D | gen.c | 67 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 D | FuzzerTracePC.h | 49 void HandleTrace(uint32_t *guard, uintptr_t PC);
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | gc-info-table.cc | 133 v8::base::MutexGuard guard(&table_mutex_); in RegisterNewGCInfo()
|
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.cc | 139 ExactAssemblyScopeWithoutPoolsCheck guard(macro_assembler, in EmitPoolObject()
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_event_target.cpp | 52 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 D | TestSuite.cpp | 462 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 D | connection_state_item.cpp | 73 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 D | image_creator.cpp | 53 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 D | image_receiver.cpp | 35 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 D | cooperate_context.cpp | 408 std::lock_guard guard { lock_ }; in StartTrace() 418 std::lock_guard guard { lock_ }; in FinishTrace()
|
H A D | dsoftbus_handler.cpp | 90 std::lock_guard guard(lock_); in AttachSender() 244 std::lock_guard guard(lock_); in SendEvent()
|
/kernel/linux/linux-6.6/arch/arm/ |
H A D | Makefile | 264 -mstack-protector-guard=tls \ 265 -mstack-protector-guard-offset=$(shell \
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ad9467.c | 168 guard(mutex)(&st->lock); in ad9467_reg_access() 319 guard(mutex)(&st->lock); in ad9467_set_scale()
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | pointer_tracker.cpp | 373 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 D | thread.c | 432 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 D | memory-chunk.cc | 53 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 D | gen_enum_to_str.py | 69 % 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 D | thread.c | 51 /* 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 D | decimal.js | 1137 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 D | wasm-code-manager.h | 725 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 D | dib9000.c | 1183 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()
|