Home
last modified time | relevance | path

Searched refs:tid (Results 801 - 825 of 1948) sorted by relevance

1...<<31323334353637383940>>...78

/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_collector.cpp49 dropMsg->tid = msg.tid; in InsertDropInfo()
/base/hiviewdfx/faultloggerd/test/moduletest/
H A Dfaultloggerd_module_test.cpp117 testRequest.tid = gettid(); in HWTEST_F()
149 testRequest.tid = gettid(); in HWTEST_F()
/base/hiviewdfx/faultloggerd/common/cutil/
H A Dmusl_cutil.h78 bool GetThreadNameByTid(int32_t tid, char* buffer, size_t bufferSz) in GetThreadNameByTid() argument
81 if (snprintf(threadNamePath, sizeof(threadNamePath), "/proc/%d/comm", tid) <= 0) { in GetThreadNameByTid()
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h121 char *tid; member
196 CTask tid; member
/drivers/peripheral/usb/sample/device/liteos/
H A Dacm_test.c90 pthread_t tid; in StartPThreadRead() local
91 if ((pthread_create(&tid, NULL, ReadThread, NULL)) == -1) { in StartPThreadRead()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_current_pid_tgid_new_ns.c114 pid_t tid = syscall(SYS_gettid); in main() local
117 id = (__u64) tid << 32 | pid; in main()
H A Dtest_tcpnotify_user.c31 pthread_t tid; variable
122 pthread_create(&tid, NULL, poller_thread, pb); in main()
/kernel/linux/linux-5.10/drivers/misc/ocxl/
H A Docxl_internal.h89 __be32 tid; member
134 * @tid: the new thread id for the process element
138 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid);
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.h142 struct ch_filter_specification *fs, u32 *tid);
144 struct ch_filter_specification *fs, int tid);
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h55 struct ath11k_peer *peer, u8 tid);
57 u8 tid, u32 ba_win_sz, u16 ssn,
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dintel-pt-events.py84 tid = sample["tid"]
86 (comm, pid, tid, cpu, ts / 1000000000, ts %1000000000, name),
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcs-etm.h177 pid_t tid, u8 trace_chan_id);
199 pid_t tid __maybe_unused, in cs_etm__etmq_set_tid()
/kernel/linux/linux-5.10/include/sound/
H A Dtimer.h115 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
123 int snd_timer_open(struct snd_timer_instance *timeri, struct snd_timer_id *tid, unsigned int slave_id);
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dmsgr.h135 __le64 tid; /* transaction id */ member
153 __le64 tid; /* transaction id */ member
/kernel/linux/linux-6.6/drivers/misc/ocxl/
H A Docxl_internal.h92 __be32 tid; member
137 * @tid: the new thread id for the process element
141 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid);
/kernel/linux/linux-6.6/include/sound/
H A Dtimer.h115 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
123 int snd_timer_open(struct snd_timer_instance *timeri, struct snd_timer_id *tid, unsigned int slave_id);
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.h142 struct ch_filter_specification *fs, u32 *tid);
144 struct ch_filter_specification *fs, int tid);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h55 struct ath11k_peer *peer, u8 tid);
57 u8 tid, u32 ba_win_sz, u16 ssn,
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c31 pid_t tid = gettid(); in execute_thread() local
37 srand(time(NULL) ^ (pid << 16) ^ (tid << 16)); in execute_thread()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c31 pthread_t tid; variable
122 pthread_create(&tid, NULL, poller_thread, pb); in main()
/third_party/libunwind/libunwind/src/
H A Dos-freebsd.c53 get_pid_by_tid(int tid) in get_pid_by_tid() argument
82 if (kv->ki_tid == tid) { in get_pid_by_tid()
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap3.c72 long tid = (long)args; in map_write_unmap() local
89 tid, addr, fsize/1024, i); in map_write_unmap()
/third_party/ltp/testcases/kernel/syscalls/tgkill/
H A Dtgkill03.c81 const int *tid; member
86 { "Invalid tid", &parent_tgid, &invalid_pid, SIGUSR1, EINVAL },
88 { "Defunct tid", &parent_tgid, &defunct_tid, SIGUSR1, ESRCH },
97 TEST(sys_tgkill(*tc->tgid, *tc->tid, tc->sig)); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRTraceExpander.cpp98 TID = R.tid(); in visit()
100 PID = R.tid(); in visit()
/third_party/spirv-tools/source/opt/
H A Dinline_opaque_pass.cpp43 return !typeInst->WhileEachInId([this](const uint32_t* tid) { in IsOpaqueType()
44 if (IsOpaqueType(*tid)) return false; in IsOpaqueType()

Completed in 10 milliseconds

1...<<31323334353637383940>>...78