Home
last modified time | relevance | path

Searched defs:tid (Results 276 - 300 of 495) sorted by relevance

1...<<11121314151617181920

/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/
H A Dsched_stdtype.cpp107 void ThreadStateData::UpdateTidAndPid(TableRowId index, InternalTid tid, InternalTid pid) in UpdateTidAndPid() argument
/developtools/smartperf_host/trace_streamer/src/filter/
H A Dapp_start_filter.cpp84 auto tid = INVALID_UINT32; in UpdatePidByNameIndex() local
232 auto tid = threadData[callId].tid_; in ProcForegroundData() local
280 auto tid = threadData[callId].tid_; in ParserSoInitalization() local
[all...]
H A Dbinder_filter.cpp54 SendTraction(int64_t ts, uint32_t tid, uint64_t transactionId, int32_t destNode, int32_t destTgid, int32_t destTid, bool isReply, int32_t flags, int32_t code) SendTraction() argument
[all...]
H A Dprocess_filter.cpp37 uint32_t ProcessFilter::UpdateOrCreateThreadWithName(uint64_t timeStamp, uint32_t tid, std::string_view name) in UpdateOrCreateThreadWithName() argument
64 uint32_t ProcessFilter::UpdateOrCreateThread(uint64_t timeStamp, uint32_t tid) in UpdateOrCreateThread() argument
68 uint32_t ProcessFilter::UpdateOrCreateThreadWithPidAndName(uint32_t tid, uint32_t pid, std::string_view name) in UpdateOrCreateThreadWithPidAndName() argument
81 uint32_t ProcessFilter::GetOrCreateThreadWithPid(uint32_t tid, uint32_t pid) in GetOrCreateThreadWithPid() argument
120 UpdateOrCreateThreadWithNameIndex(uint64_t timeStamp, uint32_t tid, DataIndex threadNameIndex) UpdateOrCreateThreadWithNameIndex() argument
145 GetInternalTid(uint32_t tid, uint32_t pid) const GetInternalTid() argument
177 GetInternalTids(uint32_t tid) GetInternalTids() argument
210 NewThread(uint32_t tid) NewThread() argument
[all...]
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
H A Dhiperf_stdtype.cpp204 size_t PerfThread::AppendNewPerfThread(uint32_t pid, uint32_t tid, DataIndex threadName) in AppendNewPerfThread() argument
H A Dhiperf_stdtype.h77 uint32_t tid = INVALID_UINT32; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_traffic_classify.c72 static hi_u32 hmac_tx_add_cfm_traffic(hmac_user_stru *hmac_user, hi_u8 tid, const hmac_tx_major_flow_stru *max) in hmac_tx_add_cfm_traffic() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp_job.h45 u32 tid; /**< Thread ID of submitting thread */ member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_sync.c227 u32 tid = mali_osk_get_tid(); in timeline_print_obj() local
282 u32 tid = mali_osk_get_tid(); in timeline_value_str() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_sync.c222 u32 tid = _mali_osk_get_tid(); in timeline_print_obj() local
278 u32 tid = _mali_osk_get_tid(); in timeline_value_str() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp_job.h44 u32 tid; /**< Thread ID of submitting thread */ member
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsemaphorendk.cpp138 pthread_t tid = PARAM_0; in SemPost() local
/test/xts/acts/communication_lite/dsoftbus_hal/src/
H A Dsoftbus_bus_center_test.c51 pthread_t tid; in ThreadCreateTest() local
/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadMutexTest.cpp54 pthread_t tid[loopNum]; in HWTEST_F() local
98 pthread_t tid[2]; in HWTEST_F() local
173 pthread_t tid[2]; in HWTEST_F() local
211 pthread_t tid; HWTEST_F() local
248 pthread_t tid; HWTEST_F() local
319 pthread_t tid; HWTEST_F() local
396 pthread_t tid; HWTEST_F() local
508 pthread_t tid[loopNum]; HWTEST_F() local
552 pthread_t tid[2]; HWTEST_F() local
[all...]
H A DPthreadCondTest.cpp140 pthread_t tid[2]; in HWTEST_F() local
185 pthread_t tid[2]; in HWTEST_F() local
232 pthread_t tid[3]; HWTEST_F() local
332 pthread_t tid; HWTEST_F() local
370 pthread_t tid; HWTEST_F() local
[all...]
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestStdio.cpp764 pthread_t tid; in HWTEST_F() local
/test/xts/acts/kernel_lite/ipc_posix/signal/
H A DSignalTestUtils.cpp230 pthread_t* tid = (pthread_t*)arg; in ThreadFunc2() local
H A DSignalTest.cpp1206 pthread_t tid; in HWTEST_F() local
1233 pthread_t tid; in HWTEST_F() local
1270 pthread_t tid; in HWTEST_F() local
1285 pthread_t tid; HWTEST_F() local
1311 pthread_t tid; HWTEST_F() local
[all...]
/test/xts/hats/kernel/accesstokenid/
H A Daccesstokenid_test.cpp66 pid_t tid; member
/third_party/ffmpeg/libavcodec/
H A Djpeglsdec.c53 int tid, wt, maxtab, i, j; in ff_jpegls_decode_lse() local
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c75 __libdwfl_ptrace_attach (pid_t tid, bool *tid_was_stoppedp) in __libdwfl_ptrace_attach() argument
196 pid_t tid = pid_arg->tid_attached; pid_memory_read() local
281 pid_t tid = tidl; pid_next_thread() local
293 pid_getthread(Dwfl *dwfl __attribute__ ((unused)), pid_t tid, void *dwfl_arg, void **thread_argp) pid_getthread() argument
328 pid_t tid = INTUSE(dwfl_thread_tid) (thread); pid_set_initial_registers() local
352 __libdwfl_ptrace_detach(pid_t tid, bool tid_was_stopped) __libdwfl_ptrace_detach() argument
367 pid_t tid = INTUSE(dwfl_thread_tid) (thread); pid_thread_detach() local
[all...]
H A Dlinux-core-attach.c157 pid_t tid = (int32_t) val32; in core_next_thread() local
206 pid_t tid; in core_set_initial_registers() local
H A Dlinux-proc-maps.c409 pid_t tid = pid_arg->tid_attached; in dwfl_linux_proc_find_elf() local
/third_party/ffmpeg/compat/
H A Dos2threads.h45 TID tid; member
/third_party/ffmpeg/libavformat/
H A Drtpdec_hevc.c183 int tid, lid, nal_type; in hevc_handle_packet() local

Completed in 18 milliseconds

1...<<11121314151617181920