Home
last modified time | relevance | path

Searched defs:tid (Results 426 - 450 of 495) sorted by relevance

1...<<11121314151617181920

/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
H A Dperf_data_parser.cpp460 pid_t tid; in ReloadPerfCallChain() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dpdu.h293 uint16_t tid; /**< transaction id, if any, in regular host byte order */ member
/third_party/elfutils/libdwfl/
H A DlibdwflP.h244 pid_t tid; member
/third_party/ffmpeg/libavfilter/
H A Dvf_morpho.c380 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 DLrs-race.c1476 pthread_t tid[NTHREAD]; in doit() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c326 LLVMValueRef tid = ac_get_thread_id(&ctx->ac); in si_llvm_emit_streamout() local
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c452 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 Dittnotify_config.h379 TIDT tid; member
/third_party/node/src/
H A Djs_native_api_v8.h636 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 Dpthread_impl.h38 int tid; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineInstr.cpp116 MachineInstr::MachineInstr(MachineFunction &MF, const MCInstrDesc &tid, in MachineInstr() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp99 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 Dinstruction.cpp616 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 Dinstruction.cpp616 uint32_t tid = type_id(); in IsValidBasePointer() local
727 uint32_t tid = type_id(); in IsValidBaseImage() local
/third_party/openssl/test/
H A Dcmp_vfy_test.c428 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.c358 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 Dinstruction.cpp607 uint32_t tid = type_id(); in IsValidBasePointer() local
724 uint32_t tid = type_id(); in IsValidBaseImage() local
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp905 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 Dhitrace_meter.cpp453 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 Dstack_preprocess.cpp529 inline void StackPreprocess::ReportThreadNameMap(uint32_t tid, const std::string& tname) in ReportThreadNameMap() argument
[all...]
/developtools/hiperf/include/
H A Dperf_events.h411 pid_t tid; member
425 pid_t tid; member
599 pid_t tid; member
/developtools/hiperf/src/
H A Dperf_events.cpp93 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 Dmemory_data_plugin_unittest.cpp99 int32_t tid; member
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/native_memory/
H A Dnative_hook_parser_test.cpp88 int32_t tid; member
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H A Dtable_test.cpp666 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

Completed in 42 milliseconds

1...<<11121314151617181920