/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/include/ |
H A D | dfx_kernel_stack.h | 26 long int tid = 0;
member
|
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdclient_fuzzer/ |
H A D | faultloggerdclient_fuzzer.cpp | 31 int32_t tid; in FaultloggerdClientTest() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_ptrace.cpp | 33 void DfxPtrace::Detach(pid_t tid) in Detach() argument 41 bool DfxPtrace::Attach(pid_t tid, int timeout) in Attach() argument [all...] |
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerddumpcatcher_fuzzer/ |
H A D | faultloggerddumpcatcher_fuzzer.cpp | 32 int tid; in DumpStackTraceTest() local
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/include/ |
H A D | easy_event_builder.h | 39 uint32_t tid; member
|
/base/hiviewdfx/hiview/base/event_store/include/ |
H A D | doc_query.h | 43 uint32_t tid; member
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_fault_stack.h | 38 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack() argument
|
H A D | lock_parser.cpp | 36 bool LockParser::ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid)
in ParseLockInfo() argument
|
H A D | dfx_thread.h | 35 pid_t tid = 0; member
|
/base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
H A D | main.cpp | 45 static int ParseParamters(int argc, char *argv[], int32_t &pid, int32_t &tid) in ParseParamters() argument 99 int32_t tid = 0; in main() local [all...] |
/base/tee/tee_client/services/cadaemon/src/ca_daemon/ |
H A D | cadaemon_service.h | 45 int tid;
member
|
/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/ |
H A D | resschedadapter_fuzz.cpp | 39 pid_t tid = 1;
in ResSchedAdapterFuzzTest() local
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_base.h | 41 uint32_t tid;
member
|
/base/hiviewdfx/faultloggerd/example/ |
H A D | dump_catcher_demo.cpp | 29 static NOINLINE int TestFuncDump(int32_t pid, int32_t tid, bool isJson) in TestFuncDump() argument 69 static bool ParseParameters(int argc, char *argv[], int32_t &pid, int32_t &tid) in ParseParameters() argument 109 int32_t tid = 0; in main() local
|
/base/hiviewdfx/faultloggerd/test/unittest/common/ |
H A D | common_cutil_test.cpp | 141 int tid; in HWTEST_F() local [all...] |
/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_notify_data_listener.cpp | 93 std::string tid = std::to_string(notifyData->taskId); in RemoveJSTask() local
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_data.h | 38 uint32_t tid; member
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record_c.h | 36 int64_t tid;
member
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
H A D | log_print.h | 27 uint32_t tid;
member
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | db_helper.cpp | 51 long tid = std::strtol(record->GetEventValue(EventStore::EventCol::TID).c_str(), nullptr, 0); in GetResultMap() local
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_tid_benchmark.cpp | 41 NOINLINE int TestFunc6(std::atomic_int* tid, std::atomic_bool* done)
in TestFunc6() argument 49 NOINLINE int TestFunc5(std::atomic_int* tid, std::atomic_bool* done)
in TestFunc5() argument 55 NOINLINE int TestFunc4(std::atomic_int* tid, std::atomic_bool* done)
in TestFunc4() argument 61 NOINLINE int TestFunc3(std::atomic_int* tid, std::atomic_bool* done)
in TestFunc3() argument 67 NOINLINE int TestFunc2(std::atomic_int* tid, std::atomic_bool* done)
in TestFunc2() argument 73 TestFunc1(std::atomic_int* tid, std::atomic_bool* done) TestFunc1() argument [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
H A D | backtrace_local_thread.cpp | 33 BacktraceLocalThread::BacktraceLocalThread(int32_t tid, std::shared_ptr<Unwinder> unwinder) in BacktraceLocalThread() argument
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | lock_parser_test.cpp | 88 void WaitThreadBlock(int& tid) in WaitThreadBlock() argument 113 int tid = 0; in HWTEST_F() local 167 int tid = 0; HWTEST_F() local 219 int tid = 0; HWTEST_F() local 258 int tid = 0; HWTEST_F() local 297 int tid = 0; HWTEST_F() local [all...] |
/base/hiviewdfx/faultloggerd/common/cutil/ |
H A D | dfx_cutil.c | 78 bool GetThreadNameByTid(int32_t tid, char* buffer, size_t bufferSz) in GetThreadNameByTid() argument 164 void ParseSiValue(siginfo_t* si, uint64_t* endTime, int* tid) in ParseSiValue() argument
|
H A D | musl_cutil.h | 78 bool GetThreadNameByTid(int32_t tid, char* buffer, size_t bufferSz) in GetThreadNameByTid() argument
|