Home
last modified time | relevance | path

Searched refs:ready (Results 1 - 10 of 10) sorted by relevance

/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A Dunwind_remote_benchmark.cpp42 NOINLINE static void TestFunc6(MAYBE_UNUSED void (*func)(void*), MAYBE_UNUSED volatile bool* ready) in TestFunc6() argument
44 *ready = true; in TestFunc6()
49 NOINLINE static void TestFunc5(void (*func)(void*), volatile bool* ready) in TestFunc5() argument
51 return TestFunc6(func, ready); in TestFunc5()
54 NOINLINE static void TestFunc4(void (*func)(void*), volatile bool* ready) in TestFunc4() argument
56 return TestFunc5(func, ready); in TestFunc4()
59 NOINLINE static void TestFunc3(void (*func)(void*), volatile bool* ready) in TestFunc3() argument
61 return TestFunc4(func, ready); in TestFunc3()
64 NOINLINE static void TestFunc2(void (*func)(void*), volatile bool* ready) in TestFunc2() argument
66 return TestFunc3(func, ready); in TestFunc2()
69 TestFunc1(void (*func)(void*), volatile bool* ready) TestFunc1() argument
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dpush_promise_callback.h28 bool ready = false; member
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dcustom_command.cpp95 if (ret != std::future_status::ready) { in GetResult()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp905 param->ready = true; in ExecuteGetJavaScriptResult()
914 param->ready = true; in ExecuteGetJavaScriptResult()
942 param->ready = true; in ExecuteGetJavaScriptResult()
1283 param->condition.wait(lock, [&param] { return param->ready; }); in PostGetJavaScriptResultToJsThread()
1319 param->ready = true; in ExecuteHasJavaScriptObjectMethods()
1338 param->ready = true; in ExecuteHasJavaScriptObjectMethods()
1370 param->condition.wait(lock, [&param] { return param->ready; }); in PostHasJavaScriptObjectMethodsToJsThread()
1431 param->ready = true; in ExecuteGetJavaScriptObjectMethods()
1451 param->ready = true; in ExecuteGetJavaScriptObjectMethods()
1481 param->condition.wait(lock, [&param] { return param->ready; }); in PostGetJavaScriptObjectMethodsToJsThread()
[all...]
H A Dwebview_javascript_result_callback.h439 bool ready = false; member
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dpush_callback_stub.cpp100 pushCallBackParam->callBackCondition.wait(uniqueLock, [=]() {return pushCallBackParam->ready; }); in OnRemoteRequest()
/base/powermgr/power_manager/utils/ffrt/src/
H A Dffrt_utils.cpp62 return status == ffrt::future_status::ready; in SubmitTimeoutTask()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp103 callBackParam->ready = true; in CallBackReturn()
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp167 if (mr.ready() && mr.size() == EXPECTED_N_SUBMATCHES) { in ParseDeviceId()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_test.cpp2213 bool ready = false; in HWTEST_F() local
2220 ready = true; in HWTEST_F()
2229 EXPECT_TRUE(ready); in HWTEST_F()

Completed in 10 milliseconds