| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| D | hc_thread.c | 31 HcThread* thread = (HcThread*)args; in StaticThreadFunc() local 56 int Start(struct HcThreadT *thread) in Start() 88 void Join(struct HcThreadT *thread) in Join() 100 void BizWait(struct HcThreadT *thread) in BizWait() 108 void BizNotify(struct HcThreadT *thread) in BizNotify() 116 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread() 154 void DestroyThread(HcThread *thread) in DestroyThread()
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
| D | hc_thread.c | 27 HcThread *thread = (HcThread*)args; in StaticThreadFunc() local 49 int Start(struct HcThreadT *thread) in Start() 81 void Join(struct HcThreadT *thread) in Join() 99 void BizWait(struct HcThreadT *thread) in BizWait() 107 void BizNotify(struct HcThreadT *thread) in BizNotify() 115 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread() 154 void DestroyThread(HcThread *thread) in DestroyThread()
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/ |
| D | hc_task_thread.c | 40 static void PushTask(struct HcTaskThreadT* thread, HcTaskBase* task) in PushTask() 54 static void Clear(struct HcTaskThreadT* thread) in Clear() 69 static void StopAndClear(struct HcTaskThreadT* thread) in StopAndClear() 80 static int32_t StartTaskThread(struct HcTaskThreadT* thread) in StartTaskThread() 96 HcTaskThread* thread = (HcTaskThread*)args; in TaskThreadLoop() local 121 int32_t InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) in InitHcTaskThread() 144 void DestroyHcTaskThread(HcTaskThread* thread) in DestroyHcTaskThread()
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | printer.cpp | 157 void Printer::PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadHeaderByConfig() 195 void Printer::PrintThreadBacktraceByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadBacktraceByConfig() 230 void Printer::PrintThreadRegsByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadRegsByConfig() 254 …ectThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, in CollectThreadFaultStackByConfig() 274 void Printer::PrintThreadFaultStackByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadFaultStackByConfig()
|
| D | dfx_unwind_remote.cpp | 50 void GetThreadKernelStack(std::shared_ptr<DfxThread> thread) in GetThreadKernelStack() 84 for (auto &thread : process->GetOtherThreads()) { in ParseSymbol() local 113 for (auto &thread : process->GetOtherThreads()) { in PrintUnwindResultInfo() local 212 for (auto &thread : process->GetOtherThreads()) { in UnwindOtherThread() local 263 for (auto &thread : process->GetOtherThreads()) { in InitOtherThreadRegs() local
|
| D | dfx_process.cpp | 77 auto thread = DfxThread::Create(processInfo_.pid, tids[i], nstids[i]); in InitOtherThreads() local 133 for (auto thread : otherThreads_) { in Attach() local 148 for (auto thread : otherThreads_) { in Detach() local
|
| D | dfx_unwind_async_thread.h | 31 …DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64… in DfxUnwindAsyncThread()
|
| D | dfx_stack_info_json_formatter.cpp | 118 Json::Value thread; in GetDumpJsonFormatInfo() local 138 bool DfxStackInfoJsonFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames()
|
| D | cppcrash_reporter.cpp | 59 std::shared_ptr<DfxThread> thread = process_->keyThread_; in Format() local
|
| D | dfx_thread.cpp | 39 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
| D | process_dump_test.cpp | 167 auto thread = DfxThread::Create(pid, tid, tid); variable 181 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable 199 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable 231 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable 289 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable
|
| /base/update/updater/services/applypatch/ |
| D | update_progress.cpp | 43 void SetProgressExitFlag(pthread_t &thread) in SetProgressExitFlag() 75 int CreateProgressThread(Uscript::UScriptEnv *env, pthread_t &thread) in CreateProgressThread()
|
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| D | event_runner.cpp | 109 bool Deposit(std::unique_ptr<std::thread> &thread, const ExitFunction &threadExit) in Deposit() 138 std::unique_ptr<std::thread> thread; member 432 inline bool Attach(std::unique_ptr<std::thread> &thread) in Attach() 623 auto thread = in Create() local 683 auto thread = in StartRunningForNoWait() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
| D | backtrace_local.cpp | 55 BacktraceLocalThread thread(tid, unwinder); in GetBacktraceFramesByTid() local 147 BacktraceLocalThread thread(tid, unwinder); in GetProcessStacktrace() local
|
| /base/update/updater/test/unittest/applypatch_test/ |
| D | update_progress_unittest.cpp | 62 pthread_t thread; variable
|
| /base/security/device_security_level/services/sa/standard/ |
| D | dslm_service.cpp | 44 std::thread thread([this]() { in OnStart() local
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
| D | string_utils_test.cpp | 88 for (auto &thread : threads) { in TestThread() local
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
| D | hc_thread.h | 32 pthread_t thread; member
|
| /base/time/time_service/services/time/src/ |
| D | event_manager.cpp | 77 std::thread thread(setSystemTime); in NetConnStateConnected() local
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
| D | hc_thread.h | 36 pthread_t thread; member
|
| D | hc_task_thread.h | 34 HcThread thread; member
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | cmd_executor.cpp | 121 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
| D | signal_handler_test.cpp | 471 for (auto& thread : threads) { variable 504 for (auto& thread : threads) { variable 619 for (auto& thread : threads) { variable
|
| /base/startup/init/test/moduletest/ |
| D | param_test_cmds.c | 68 static pthread_t thread = 0; in BShellParamCmdRead() local 90 pthread_t thread; member
|
| /base/update/updater/services/include/applypatch/ |
| D | transfer_manager.h | 47 pthread_t thread; member
|