Home
last modified time | relevance | path

Searched refs:thread (Results 601 - 625 of 777) sorted by relevance

1...<<21222324252627282930>>...32

/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate.cpp333 worker_ = std::thread([this] { this->Loop(); }); in StartWorker()
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h154 std::thread worker_;
/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddevicestatus_service_test.cpp20 #include <thread>
/base/notification/common_event_service/tools/test/systemtest/cem/
H A Dcommon_event_command_publish_system_test.cpp18 #include <thread>
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Ddeamon_io_waiter.cpp104 // Add readable file descriptor of pipe, used to wake up blocked thread. in Init()
137 epollThread_ = std::make_unique<std::thread>(task); in StartEpollIoWaiter()
238 HILOGD("Epoll io waiter set thread sched. pid: %{public}d, tid: %{public}d", getprocpid(), getproctid()); in EpollWaitFor()
267 // Epoll only support wake up all waiting thread. in NotifyOne()
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_manager.cpp17 #include <thread>
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/src/
H A Ddlp_permission_kit.cpp18 #include <thread>
/base/sensors/medical_sensor/interfaces/plugin/src/
H A Dmedical_js.cpp23 #include <thread>
/base/sensors/sensor/test/unittest/interfaces/inner_api/
H A Ddrop_detection_test.cpp17 #include <thread>
H A Dambient_light1_test.cpp17 #include <thread>
H A Dhead_posture_test.cpp17 #include <thread>
H A Dproximity1_test.cpp17 #include <thread>
H A Drpc_sensor_test.cpp17 #include <thread>
/base/startup/init/test/unittest/deviceinfo/
H A DDeviceInfoUnittest.cpp16 #include <thread>
/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dhdi_connection.cpp19 #include <thread>
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp19 #include <thread>
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dhdi_connection.cpp17 #include <thread>
/base/startup/init/test/moduletest/
H A Dservice_control_test.cpp16 #include <thread>
/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
H A Dhks_api_test.cpp19 #include <thread>
/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/
H A Dsetradiostate_fuzzer.cpp20 #include <thread>
/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/
H A Dunlockpin_fuzzer.cpp21 #include <thread>
/base/update/updateservice/services/engine/src/
H A Dprogress_thread.cpp54 pDealThread_ = new (std::nothrow)std::thread([this] { this->ExecuteThreadFunc(); }); in StartProgress()
55 ENGINE_CHECK(pDealThread_ != nullptr, return -1, "Failed to create thread"); in StartProgress()
89 // thread exit and release resource in ExecuteThreadFunc()
/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp19 #include <thread>
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp22 #include <thread>
91 GTEST_LOG_(INFO) << "Run the function with thread will get pid != tid, " in HWTEST_F()
93 std::thread th([unwinder, &stackBottom, &stackTop, &result] { in HWTEST_F()
813 std::thread unwThread(ThreadTest001); in HWTEST_F()
816 FAIL() << "UnwindLocalWithTidTest001: Failed to create child thread.\n"; in HWTEST_F()
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp109 static bool IsCurrentThread(std::thread::id threadId) in IsCurrentThread()
111 std::thread::id currentThread = std::this_thread::get_id(); in IsCurrentThread()
119 static bool CompareCallbackRef(int64_t subscriberRef, int64_t unsubscriberRef, std::thread::id threadId) in CompareCallbackRef()

Completed in 28 milliseconds

1...<<21222324252627282930>>...32