Home
last modified time | relevance | path

Searched defs:thread_ (Results 1 – 23 of 23) sorted by relevance

/foundation/multimodalinput/input/uinput/
Dhdf_device_event_manager.h34 std::thread thread_; variable
/foundation/ai/ai_engine/services/server/server_executor/include/
Dengine.h89 std::shared_ptr<Thread> thread_; variable
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
Dwrapper_listener.h49 std::thread thread_; variable
/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
Dishared_result_set_stub.h59 std::thread thread_; variable
/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_workthread.h50 std::thread thread_; variable
/foundation/communication/netmanager_ext/services/mdnsmanager/include/protocol/
Dmdns_socket_listener.h71 std::thread thread_; variable
/foundation/multimedia/player_framework/services/dfx/
Ddfx_log_dump.h36 std::unique_ptr<std::thread> thread_; variable
/foundation/multimedia/player_framework/services/utils/include/
Dwatchdog.h92 std::unique_ptr<std::thread> thread_; variable
/foundation/multimedia/av_codec/services/dfx/include/
Davcodec_log_dump.h36 std::unique_ptr<std::thread> thread_; variable
Davcodec_bitstream_dump.h47 std::unique_ptr<std::thread> thread_; variable
/foundation/multimedia/player_framework/services/services/monitor/server/
Dmonitor_server.h66 std::unique_ptr<std::thread> thread_; variable
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
Dvsync_generator.h92 std::thread thread_; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_cold_start_thread.h64 std::unique_ptr<std::thread> thread_ = nullptr; variable
/foundation/ai/ai_engine/services/common/platform/threadpool/include/
Dthread.h196 PthreadData thread_; variable
/foundation/multimedia/av_codec/services/engine/muxer/
Dmuxer_engine_impl.h86 std::unique_ptr<std::thread> thread_ = nullptr; variable
/foundation/distributeddatamgr/kv_store/frameworks/common/
Dexecutor.h123 std::thread thread_; variable
Dtask_scheduler.h202 std::unique_ptr<std::thread> thread_; variable
/foundation/communication/bluetooth/frameworks/js/napi/include/
Dnapi_bluetooth_spp_client.h80 std::shared_ptr<std::thread> thread_; member
/foundation/distributeddatamgr/preferences/frameworks/native/include/
Dexecutor.h136 std::thread thread_; variable
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/
Dtimer_linux.cpp51 std::unique_ptr<std::thread> thread_ {}; member in utility::TimerManager
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
Drs_render_thread.h149 std::unique_ptr<std::thread> thread_ = nullptr; variable
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
Devent_runner.cpp227 std::unique_ptr<std::thread> thread_; member in OHOS::AppExecFwk::__anonc3d5977c0111::ThreadCollector
/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_socket_server.cpp1396 std::thread thread_([this, &tlsListenOptions]() { in PollThread() local