Home
last modified time | relevance | path

Searched refs:Gettid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dbase_thread.h34 pid_t Gettid() const;
H A Dbase_thread.cpp74 pid_t BaseThread::Gettid() const in Gettid() function in OHOS::IntellVoiceUtils::BaseThread
H A Dmsg_handle_thread.cpp49 INTELL_VOICE_LOG_INFO("run thread %{public}u process msg %{public}u", Gettid(), msg.what_); in HandleMsg()