Home
last modified time | relevance | path

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

1234

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_querier.cpp58 [this, sysEvents, seq] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnQuery()
81 [this, reason, total, seq] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnComplete()
101 }, [this] (pid_t threadId) { in OnComplete()
H A Dnapi_hisysevent_listener.cpp57 …main, eventName, eventType, eventDetail] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnEvent()
81 [this] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnServiceDied()
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dnapi_security_event_querier.cpp145 const std::vector<SecurityCollector::SecurityEvent> &napiEvents) { in OnQuery()
200 }, [this] (pid_t threadId) { in OnComplete()
228 }, [this] (pid_t threadId) { in OnError()
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A D_hi_debug___thread_cpu_usage.md46 ### threadId subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A D_hi_debug___thread_cpu_usage.md46 ### threadId subsection
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
H A Dnapi_callback_context.h34 pid_t threadId; member
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A 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()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h50 pthread_t threadId; member
63 pthread_t threadId; member
75 pthread_t threadId; member
99 pthread_t threadId; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A 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
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_callback_object.cpp23 JSCallbackObject::JSCallbackObject(napi_env env, napi_value callback, std::thread::id threadId) in JSCallbackObject()
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
H A Drpc_socket_trans.c176 pthread_t threadId; in OpenTcpServerSocket() local
197 pthread_t threadId; in StartListen() local
279 pthread_t threadId; in Connect() local
H A 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
/ohos5.0/base/startup/init/services/modules/bootchart/
H A Dbootchart.h27 pthread_t threadId; member
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dmock_client.h44 pthread_t threadId; member
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dclient.h44 pthread_t threadId; member
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dblock_queue_test.cpp87 auto threadId = GetThreadId(); in TestImfBlockQueue() local
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_sink.h73 pthread_t threadId = 0; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dreactor_linux.c32 pthread_t threadId; member
56 void ReactorSetThreadId(Reactor *reactor, unsigned long threadId) in ReactorSetThreadId()
/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_test_common.h125 static inline void PushbackThread(const std::string threadId) in PushbackThread()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.cpp44 pthread_t threadId; in Open() local
337 pthread_t threadId = static_cast<pthread_t>(-1); in CreateThread() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A 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
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_executor_impl.h87 std::thread::id threadId; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.cpp40 pthread_t threadId; in Open() local
294 pthread_t threadId = static_cast<pthread_t>(-1); in CreateThread() local
/ohos5.0/base/security/access_token/interfaces/kits/napi/common/src/
H A Dnapi_common.cpp25 bool IsCurrentThread(std::thread::id threadId) in IsCurrentThread()
34 …Ref(const napi_env env, napi_ref subscriberRef, napi_ref unsubscriberRef, std::thread::id threadId) in CompareCallbackRef()

1234