Home
last modified time | relevance | path

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

12

/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()
Ddbinder_invoker.c519 pthread_t threadId = idleDataThread->threadId; in StartProcessLoop() local
742 pthread_t threadId = pthread_self(); in RpcJoinThread() 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/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/test/rpc/socket_trans/src/
Drpc_mini_socket_trans.c183 pthread_t threadId; in OpenTcpServerSocket() local
217 pthread_t threadId; in StartListen() local
313 pthread_t threadId; in Connect() local
Drpc_socket_trans.c176 pthread_t threadId; in OpenTcpServerSocket() local
197 pthread_t threadId; in StartListen() local
279 pthread_t threadId; in Connect() local
/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_workthread.cpp101 pthread_t threadId; in Start() local
Dipc_process_skeleton.cpp528 bool IPCProcessSkeleton::DetachThreadLockInfo(const std::thread::id &threadId) in DetachThreadLockInfo()
536 const std::thread::id &threadId) in AttachThreadLockInfo()
544 …_ptr<SocketThreadLockInfo> IPCProcessSkeleton::QueryThreadLockInfo(const std::thread::id &threadId) in QueryThreadLockInfo()
557 bool IPCProcessSkeleton::AddDataThreadToIdle(const std::thread::id &threadId) in AddDataThreadToIdle()
565 bool IPCProcessSkeleton::DeleteDataThreadFromIdle(const std::thread::id &threadId) in DeleteDataThreadFromIdle()
587 std::thread::id threadId = idleDataThreads_.back(); in GetIdleDataThread() local
608 void IPCProcessSkeleton::AddDataInfoToThread(const std::thread::id &threadId, in AddDataInfoToThread()
616 …d_ptr<ThreadProcessInfo> IPCProcessSkeleton::PopDataInfoFromThread(const std::thread::id &threadId) in PopDataInfoFromThread()
645 void IPCProcessSkeleton::AddDataThreadInWait(const std::thread::id &threadId) in AddDataThreadInWait()
/foundation/communication/wifi/wifi/services/wifi_standard/ipc_framework/cRPC/include/
Dclient.h44 pthread_t threadId; member
/foundation/arkui/ace_engine/frameworks/core/common/flutter/
Dflutter_task_executor.h78 std::thread::id threadId; member
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
Drecorder_sink.h73 pthread_t threadId = 0; variable
/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/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/systemabilitymgr/samgr_lite/samgr/adapter/posix/
Dthread_adapter.c82 pthread_t threadId = 0; in THREAD_Create() local
/foundation/communication/ipc/ipc/native/c/manager/include/
Dipc_thread_pool.h38 pthread_t threadId; member
/foundation/systemabilitymgr/samgr_lite/samgr/source/
Dtask_manager.c82 register ThreadId threadId = (ThreadId)THREAD_Create(TaskEntry, pool->queueId, &attr); in SAMGR_StartTaskPool() local
/foundation/communication/ipc/ipc/native/c/manager/src/
Dipc_thread_pool.c147 pthread_t threadId; in SpawnNewThread() local
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_process_skeleton_unittest.cpp478 std::thread::id threadId; variable
495 std::thread::id threadId; variable
512 std::thread::id threadId; variable
562 std::thread::id threadId; variable
1810 std::thread::id threadId; variable
1827 std::thread::id threadId; variable
1844 std::thread::id threadId; variable
1892 std::thread::id threadId; variable
/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/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
Daudio_player.cpp99 pthread_t threadId; in OnPlaybackComplete() local
155 pthread_t threadId; in ForkUpdateTimeThread() local
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
DNativeStablityTest.cpp176 void RunDecode(string decoderName, string inputFile, string outputFile, int32_t threadId) in RunDecode()
199 void RunLongTimeFlush(string decoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeFlush()
228 void RunLongTimeReset(string decoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeReset()
258 void RunLongTimeStop(string decoderName, string inputFile, string outputFile, int32_t threadId) in RunLongTimeStop()

12