| /developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
| H A D | perf_data_parser.cpp | 460 pid_t tid; in ReloadPerfCallChain() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| H A D | pdu.h | 293 uint16_t tid; /**< transaction id, if any, in regular host byte order */ member
|
| /third_party/elfutils/libdwfl/ |
| H A D | libdwflP.h | 244 pid_t tid; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_morpho.c | 380 static void update_min_lut(IPlane *f, LUT *Ty, chord_set *SE, int y, int tid, int num) in update_min_lut() argument 421 static void update_max_lut(IPlane *f, LUT *Ty, chord_set *SE, int y, int tid, int num) in update_max_lut() argument 441 static void line_dilate(IPlane *g, LUT *Ty, chord_set *SE, int y, int tid) in line_dilate() argument 452 static void line_erode(IPlane *g, LUT *Ty, chord_set *SE, int y, int tid) in line_erode() argument
|
| /third_party/libunwind/libunwind/tests/ |
| H A D | Lrs-race.c | 1476 pthread_t tid[NTHREAD]; in doit() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_vs.c | 326 LLVMValueRef tid = ac_get_thread_id(&ctx->ac); in si_llvm_emit_streamout() local
|
| /third_party/mesa3d/src/gallium/tests/trivial/ |
| H A D | compute.c | 452 int tid[] = { id % 20, (id % 240) / 20, id / 240, 0 }; in test_system_values_expect() local
|
| /third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
| H A D | ittnotify_config.h | 379 TIDT tid; member
|
| /third_party/node/src/ |
| H A D | js_native_api_v8.h | 636 static inline void ReportKeyThread(uid_t uid, pid_t pid, pid_t tid, ResType::ThreadRole role) in ReportKeyThread() argument
|
| /third_party/musl/src/internal/ |
| H A D | pthread_impl.h | 38 int tid; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 116 MachineInstr::MachineInstr(MachineFunction &MF, const MCInstrDesc &tid, in MachineInstr() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | ANGLEPerfTest.cpp | 99 uint32_t tid = renderTest->getCurrentThreadSerial(); in AddPerfTraceEvent() local 235 : phase(phaseIn), categoryName(categoryNameIn), name{}, timestamp(timestampIn), tid(tidIn) in TraceEvent() function
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | instruction.cpp | 616 uint32_t tid = type_id(); in IsValidBasePointer() local 727 uint32_t tid = type_id(); in IsValidBaseImage() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | instruction.cpp | 616 uint32_t tid = type_id(); in IsValidBasePointer() local 727 uint32_t tid = type_id(); in IsValidBaseImage() local
|
| /third_party/openssl/test/ |
| H A D | cmp_vfy_test.c | 428 const ASN1_OCTET_STRING *tid = OSSL_CMP_HDR_get0_transactionID(hdr); in execute_msg_check_test() local
|
| /third_party/python/Modules/ |
| H A D | _threadmodule.c | 358 unsigned long tid; in rlock_acquire() local 407 unsigned long tid = PyThread_get_thread_ident(); in rlock_release() local 492 unsigned long tid = PyThread_get_thread_ident(); in rlock_is_owned() local
|
| /third_party/spirv-tools/source/opt/ |
| H A D | instruction.cpp | 607 uint32_t tid = type_id(); in IsValidBasePointer() local 724 uint32_t tid = type_id(); in IsValidBaseImage() local
|
| /base/hiviewdfx/hicollie/frameworks/native/ |
| H A D | watchdog_inner.cpp | 905 int32_t tid = pid; in SendFfrtEvent() local 926 void WatchdogInner::GetFfrtTaskTid(int32_t& tid, const std::string& msg) in GetFfrtTaskTid() argument 1059 int64_t tid = getproctid(); in InitMainLooperWatcher() local [all...] |
| /base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
| H A D | hitrace_meter.cpp | 453 bool SetAllThreadInfo(const int& tid) in SetAllThreadInfo() argument 560 int tid = getproctid(); in WriteAppTrace() local 726 void SetWriteAppTrace(TraceFlag appFlag, const std::string& name, const int64_t value, bool tid) in SetWriteAppTrace() argument 745 void SetMarkerType(TraceFlag appFlag, const std::string& name, const int64_t value, bool tid) in SetMarkerType() argument
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| H A D | stack_preprocess.cpp | 529 inline void StackPreprocess::ReportThreadNameMap(uint32_t tid, const std::string& tname) in ReportThreadNameMap() argument [all...] |
| /developtools/hiperf/include/ |
| H A D | perf_events.h | 411 pid_t tid; member 425 pid_t tid; member 599 pid_t tid; member
|
| /developtools/hiperf/src/ |
| H A D | perf_events.cpp | 93 void PerfEvents::ReadRecordsFromSpeMmaps(MmapFd& mmapFd, u64 auxOffset, u64 auxSize, u32 pid, u32 tid) in ReadRecordsFromSpeMmaps() argument 1373 u32 tid = 0; in ReadRecordsFromMmaps() local 1393 u32 tid = 0; in ReadRecordsFromMmaps() local 1556 void PerfEvents::MoveRecordToBuf(MmapFd &mmap, bool &isAuxEvent, u64 &auxOffset, u64 &auxSize, u32 &pid, u32 &tid) in MoveRecordToBuf() argument [all...] |
| /developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
| H A D | memory_data_plugin_unittest.cpp | 99 int32_t tid; member
|
| /developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/native_memory/ |
| H A D | native_hook_parser_test.cpp | 88 int32_t tid; member
|
| /developtools/smartperf_host/trace_streamer/test/unittest/table/ |
| H A D | table_test.cpp | 666 uint32_t tid = 1; in HWTEST_F() local 936 uint64_t tid = 1; in HWTEST_F() local 978 uint64_t tid = 1; in HWTEST_F() local
|