Searched refs:thread (Results 601 - 625 of 777) sorted by relevance
1...<<21222324252627282930>>...32
/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | cooperate.cpp | 333 worker_ = std::thread([this] { this->Loop(); }); in StartWorker()
|
/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 154 std::thread worker_;
|
/base/msdp/device_status/test/unittest/services/unittest/src/ |
H A D | devicestatus_service_test.cpp | 20 #include <thread>
|
/base/notification/common_event_service/tools/test/systemtest/cem/ |
H A D | common_event_command_publish_system_test.cpp | 18 #include <thread>
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | deamon_io_waiter.cpp | 104 // 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 D | remote_command_manager.cpp | 17 #include <thread>
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/src/ |
H A D | dlp_permission_kit.cpp | 18 #include <thread>
|
/base/sensors/medical_sensor/interfaces/plugin/src/ |
H A D | medical_js.cpp | 23 #include <thread>
|
/base/sensors/sensor/test/unittest/interfaces/inner_api/ |
H A D | drop_detection_test.cpp | 17 #include <thread>
|
H A D | ambient_light1_test.cpp | 17 #include <thread>
|
H A D | head_posture_test.cpp | 17 #include <thread>
|
H A D | proximity1_test.cpp | 17 #include <thread>
|
H A D | rpc_sensor_test.cpp | 17 #include <thread>
|
/base/startup/init/test/unittest/deviceinfo/ |
H A D | DeviceInfoUnittest.cpp | 16 #include <thread>
|
/base/sensors/sensor/services/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 19 #include <thread>
|
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
H A D | medical_service_client.cpp | 19 #include <thread>
|
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 17 #include <thread>
|
/base/startup/init/test/moduletest/ |
H A D | service_control_test.cpp | 16 #include <thread>
|
/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/ |
H A D | hks_api_test.cpp | 19 #include <thread>
|
/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/ |
H A D | setradiostate_fuzzer.cpp | 20 #include <thread>
|
/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/ |
H A D | unlockpin_fuzzer.cpp | 21 #include <thread>
|
/base/update/updateservice/services/engine/src/ |
H A D | progress_thread.cpp | 54 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 D | co_auth_service.cpp | 19 #include <thread>
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_test.cpp | 22 #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 D | at_manager_impl.cpp | 109 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