Home
last modified time | relevance | path

Searched defs:threadId (Results 1 – 25 of 54) sorted by relevance

123

/foundation/communication/ipc/ipc/native/c/rpc/src/
Drpc_process_skeleton.c117 static SocketThreadLockInfo *QueryThreadLockInfo(pthread_t threadId) in QueryThreadLockInfo()
147 void AddDataThreadInWait(pthread_t threadId) in AddDataThreadInWait()
186 void WakeUpDataThread(pthread_t threadId) in WakeUpDataThread()
216 ThreadProcessInfo *PopDataInfoFromThread(pthread_t threadId) in PopDataInfoFromThread()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
Devent_runner.cpp72 auto threadId = std::this_thread::get_id(); in ReclaimCurrentThread() local
106 auto threadId = thread->get_id(); in Deposit() local
171 auto threadId = it->first; in DoReclaimLocked() local
200 auto threadId = reclaims_.back(); in Run() local
Devent_handler.cpp255 int64_t threadId = gettid(); in DeliveryTimeAction() local
283 int64_t threadId = gettid(); in DistributeTimeAction() local
/foundation/communication/ipc/ipc/native/c/rpc/include/
Drpc_process_skeleton.h50 pthread_t threadId; member
63 pthread_t threadId; member
75 pthread_t threadId; member
99 pthread_t threadId; member
/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
Drpc_socket_trans.c176 pthread_t threadId; in OpenTcpServerSocket() local
197 pthread_t threadId; in StartListen() local
279 pthread_t threadId; in Connect() local
Drpc_mini_socket_trans.c183 pthread_t threadId; in OpenTcpServerSocket() local
217 pthread_t threadId; in StartListen() local
284 pthread_t threadId; in HandleConnect() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
Dmock_client.h44 pthread_t threadId; member
/foundation/communication/wifi/wifi/base/cRPC/include/
Dclient.h44 pthread_t threadId; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
Dreactor_linux.c32 pthread_t threadId; member
56 void ReactorSetThreadId(Reactor *reactor, unsigned long threadId) in ReactorSetThreadId()
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
Drecorder_sink.h73 pthread_t threadId = 0; variable
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
Dpan_network.cpp44 pthread_t threadId; in Open() local
337 pthread_t threadId = static_cast<pthread_t>(-1); in CreateThread() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
Ddistributeddb_nb_autolaunch_test.cpp606 for (unsigned int threadId = 0; threadId < threeThreads; ++threadId) { variable
614 for (unsigned int threadId = 0; threadId < threeThreads; ++threadId) { variable
620 for (unsigned int threadId = 0; threadId <= threeThreads; ++threadId) { variable
Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp595 for (unsigned int threadId = 0; threadId < threeThreads; ++threadId) { variable
603 for (unsigned int threadId = 0; threadId < threeThreads; ++threadId) { variable
609 for (unsigned int threadId = 0; threadId <= threeThreads; ++threadId) { variable
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
Dhid_host_uhid.cpp40 pthread_t threadId; in Open() local
294 pthread_t threadId = static_cast<pthread_t>(-1); in CreateThread() local
/foundation/arkui/ace_engine/frameworks/core/common/
Dtask_executor_impl.h87 std::thread::id threadId; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
Drs_canvas_node_command_test.cpp117 std::thread::id threadId = std::this_thread::get_id(); variable
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
Dthread_adapter.c82 pthread_t threadId = 0; in THREAD_Create() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
Dcamera_manager.cpp252 std::shared_ptr<CameraManagerCallback> cameraManagerCallback) { in OnCameraStatusChanged()
279 …listenerMap.Iterate([&](std::thread::id threadId, std::shared_ptr<CameraManagerCallback> cameraMan… in OnFlashlightStatusChanged()
969 std::shared_ptr<CameraManagerCallback> cameraManagerCallback) { in CameraServerDied()
1027 std::thread::id threadId = std::this_thread::get_id(); in SetCallback() local
1034 std::thread::id threadId = std::this_thread::get_id(); in GetApplicationCallback() local
1042 std::thread::id threadId = std::this_thread::get_id(); in RegisterCameraMuteListener() local
1049 std::thread::id threadId = std::this_thread::get_id(); in GetCameraMuteListener() local
1057 std::thread::id threadId = std::this_thread::get_id(); in RegisterTorchListener() local
1064 std::thread::id threadId = std::this_thread::get_id(); in GetTorchListener() local
1072 std::thread::id threadId = std::this_thread::get_id(); in RegisterFoldListener() local
[all …]
/foundation/communication/ipc/ipc/native/c/manager/include/
Dipc_thread_pool.h38 pthread_t threadId; member
/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_workthread.cpp171 pthread_t threadId; in Start() local
Dipc_process_skeleton.cpp709 bool IPCProcessSkeleton::DetachThreadLockInfo(const std::thread::id &threadId) in DetachThreadLockInfo()
718 const std::thread::id &threadId) in AttachThreadLockInfo()
727 …_ptr<SocketThreadLockInfo> IPCProcessSkeleton::QueryThreadLockInfo(const std::thread::id &threadId) in QueryThreadLockInfo()
741 bool IPCProcessSkeleton::AddDataThreadToIdle(const std::thread::id &threadId) in AddDataThreadToIdle()
750 bool IPCProcessSkeleton::DeleteDataThreadFromIdle(const std::thread::id &threadId) in DeleteDataThreadFromIdle()
774 std::thread::id threadId = idleDataThreads_.back(); in GetIdleDataThread() local
797 void IPCProcessSkeleton::AddDataInfoToThread(const std::thread::id &threadId, in AddDataInfoToThread()
806 …d_ptr<ThreadProcessInfo> IPCProcessSkeleton::PopDataInfoFromThread(const std::thread::id &threadId) in PopDataInfoFromThread()
837 void IPCProcessSkeleton::AddDataThreadInWait(const std::thread::id &threadId) in AddDataThreadInWait()
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_process_skeleton_unittest.cpp472 std::thread::id threadId; variable
489 std::thread::id threadId; variable
506 std::thread::id threadId; variable
556 std::thread::id threadId; variable
1769 std::thread::id threadId; variable
1786 std::thread::id threadId; variable
1803 std::thread::id threadId; variable
1851 std::thread::id threadId; variable
/foundation/systemabilitymgr/samgr_lite/samgr/source/
Dtask_manager.c82 register ThreadId threadId = (ThreadId)THREAD_Create(TaskEntry, pool->queueId, &attr); in SAMGR_StartTaskPool() local
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
DNativeStablityTest.cpp78 void RunEncode(string encoderName, string inputFile, string outputFile, int32_t threadId) in RunEncode()
90 void RunLongTimeFlush(string encoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeFlush()
119 void RunLongTimeReset(string encoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeReset()
148 void RunLongTimeStop(string encoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeStop()
/foundation/communication/ipc/ipc/native/c/manager/src/
Dipc_thread_pool.c148 pthread_t threadId; in SpawnNewThread() local

123