Home
last modified time | relevance | path

Searched defs:tid (Results 1 - 25 of 101) sorted by relevance

12345

/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/include/
H A Ddfx_kernel_stack.h26 long int tid = 0; member
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdclient_fuzzer/
H A Dfaultloggerdclient_fuzzer.cpp31 int32_t tid; in FaultloggerdClientTest() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_ptrace.cpp33 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 Dfaultloggerddumpcatcher_fuzzer.cpp32 int tid; in DumpStackTraceTest() local
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/include/
H A Deasy_event_builder.h39 uint32_t tid; member
/base/hiviewdfx/hiview/base/event_store/include/
H A Ddoc_query.h43 uint32_t tid; member
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.h38 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack() argument
H A Dlock_parser.cpp36 bool LockParser::ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid) in ParseLockInfo() argument
H A Ddfx_thread.h35 pid_t tid = 0; member
/base/hiviewdfx/faultloggerd/tools/dump_catcher/
H A Dmain.cpp45 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 Dcadaemon_service.h45 int tid; member
/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/
H A Dresschedadapter_fuzz.cpp39 pid_t tid = 1; in ResSchedAdapterFuzzTest() local
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_base.h41 uint32_t tid; member
/base/hiviewdfx/faultloggerd/example/
H A Ddump_catcher_demo.cpp29 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 Dcommon_cutil_test.cpp141 int tid; in HWTEST_F() local
[all...]
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_notify_data_listener.cpp93 std::string tid = std::to_string(notifyData->taskId); in RemoveJSTask() local
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_data.h38 uint32_t tid; member
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_record_c.h36 int64_t tid; member
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_print.h27 uint32_t tid; member
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Ddb_helper.cpp51 long tid = std::strtol(record->GetEventValue(EventStore::EventCol::TID).c_str(), nullptr, 0); in GetResultMap() local
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp41 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 Dbacktrace_local_thread.cpp33 BacktraceLocalThread::BacktraceLocalThread(int32_t tid, std::shared_ptr<Unwinder> unwinder) in BacktraceLocalThread() argument
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dlock_parser_test.cpp88 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 Ddfx_cutil.c78 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 Dmusl_cutil.h78 bool GetThreadNameByTid(int32_t tid, char* buffer, size_t bufferSz) in GetThreadNameByTid() argument

Completed in 7 milliseconds

12345