/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/ |
H A D | ylong_tokio_spawn_blocking.rs | 70 use std::hint::black_box; 84 use std::hint::black_box;
|
H A D | ylong_tokio_async_file.rs | 106 use std::hint::black_box; 125 use std::hint::black_box;
|
H A D | ylong_tokio_schedule.rs | 69 use std::hint::black_box; 86 use std::hint::black_box;
|
H A D | ylong_tokio_runtime_init.rs | 25 use std::hint::black_box;
|
H A D | ylong_tokio_bounded_mpsc.rs | 96 use std::hint::black_box; 112 use std::hint::black_box;
|
H A D | ylong_tokio_multi_threaded.rs | 78 use std::hint::black_box; 122 use std::hint::black_box;
|
H A D | ylong_tokio_unbounded_mpsc.rs | 96 use std::hint::black_box; 111 use std::hint::black_box;
|
H A D | ylong_tokio_file.rs | 169 use std::hint::black_box; 205 use std::hint::black_box;
|
H A D | ylong_tokio_process.rs | 78 use std::hint::black_box;
|
H A D | sync_benchmarks.rs | 25 use std::hint::black_box;
|
H A D | ylong_tokio_task_creation.rs | 96 use std::hint::black_box;
|
H A D | ylong_tokio_mutex.rs | 94 use std::hint::black_box;
|
H A D | ylong_tokio_signal.rs | 128 use std::hint::black_box;
|
H A D | ylong_tokio_rwlock.rs | 30 use std::hint::black_box;
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
H A D | atomic_waker.rs | 15 use std::hint; 63 hint::spin_loop();
|
H A D | wake_list.rs | 15 use std::hint::spin_loop;
|
/commonlibrary/rust/ylong_runtime/ylong_signal/src/ |
H A D | spin_rwlock.rs | 29 use std::hint; 114 hint::spin_loop();
|
/commonlibrary/c_utils/base/include/ |
H A D | mapped_file.h | 53 const char *hint = nullptr); 144 bool ChangeHint(const char* hint);
|
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | sequence_runner.h | 40 static void SequenceRunnerDestructor(napi_env env, void* data, void* hint);
|
H A D | task_group.h | 50 static void TaskGroupDestructor(napi_env env, void* data, void* hint);
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/ |
H A D | ylong_tokio_schedule.rs | 15 use std::hint::black_box;
|
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_mapped_file_test.cpp | 418 // new mapping region will not guaranteed to be located at `hint` in HWTEST_F() 419 char* hint = reinterpret_cast<char*>(0x80000); // 0x80000: hint(expected address). in HWTEST_F() local 424 MappedFile mf(filename, MapMode::DEFAULT | MapMode::CREATE_IF_ABSENT, offset, size, hint); in HWTEST_F() 445 // check hint in HWTEST_F() 446 ASSERT_TRUE(mf.GetHint() == nullptr || mf.GetHint() == hint); in HWTEST_F() 449 "Input hint:" << reinterpret_cast<void*>(hint) << std::endl; in HWTEST_F() 1360 const char* hint = mf.GetHint(); in HWTEST_F() local 1381 EXPECT_EQ(mfNew.GetHint(), hint); in HWTEST_F() 1408 const char* hint = mf.GetHint(); HWTEST_F() local 1466 const char* hint = mf1.GetHint(); HWTEST_F() local 1510 const char* hint = mf1.GetHint(); HWTEST_F() local [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/ |
H A D | mapped_benchmark_test.cpp | 287 // new mapping region will not guaranteed to be located at `hint` in BENCHMARK_F() 288 char* hint = reinterpret_cast<char*>(0x80000); // 0x80000: hint(expected address). in BENCHMARK_F() local 293 MappedFile mf(filename, MapMode::DEFAULT | MapMode::CREATE_IF_ABSENT, offset, size, hint); in BENCHMARK_F() 314 // check hint in BENCHMARK_F() 315 AssertTrue((mf.GetHint() == nullptr || mf.GetHint() == hint), in BENCHMARK_F() 316 "(mf.GetHint() == nullptr || mf.GetHint() == hint) did not equal true as expected.", state); in BENCHMARK_F() 1488 const char* hint = mf.GetHint(); in BENCHMARK_F() local 1512 AssertEqual(mfNew.GetHint(), hint, "mfNew.GetHint() did not equal hint a in BENCHMARK_F() 1550 const char* hint = mf.GetHint(); BENCHMARK_F() local 1624 const char* hint = mf1.GetHint(); BENCHMARK_F() local 1681 const char* hint = mf1.GetHint(); BENCHMARK_F() local [all...] |
/commonlibrary/ets_utils/js_api_module/convertxml/ |
H A D | native_module_convertxml.cpp | 38 [](napi_env environment, void *data, void *hint) {
in ConvertXmlConstructor()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/ |
H A D | mod.rs | 17 use std::hint::black_box;
|