Home
last modified time | relevance | path

Searched refs:tid (Results 226 - 250 of 1936) sorted by relevance

12345678910>>...78

/third_party/musl/src/stdio/
H A Dftrylockfile.c33 int tid = self->tid; in ftrylockfile() local
35 if ((owner & ~MAYBE_WAITERS) == tid) { in ftrylockfile()
42 if (owner || a_cas(&f->lock, 0, tid)) in ftrylockfile()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D21-1.c34 pthread_t tid; in main() local
64 if (pthread_create(&tid, &attr, runner, NULL) != 0) { in main()
69 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
74 pthread_cancel(tid); in main()
H A D21-2.c34 pthread_t tid; in main() local
64 if (pthread_create(&tid, &attr, runner, NULL) != 0) { in main()
69 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
74 pthread_cancel(tid); in main()
H A D20-1.c34 pthread_t tid; in main() local
60 if (pthread_create(&tid, &attr, runner, NULL) != 0) { in main()
71 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
76 pthread_cancel(tid); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D15-2.c35 pthread_t tid; in main() local
60 if (pthread_create(&tid, &attr, runner, NULL) != 0) { in main()
76 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
81 pthread_cancel(tid); in main()
H A D22-2.c35 pthread_t tid; in main() local
69 if (pthread_create(&tid, &attr, runner, NULL) != 0) { in main()
74 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
79 pthread_cancel(tid); in main()
H A D22-1.c35 pthread_t tid; in main() local
70 if (pthread_create(&tid, &attr, runner, NULL) != 0) { in main()
75 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
80 pthread_cancel(tid); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
H A D1-1.c33 timer_t tid; in main() local
45 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { in main()
50 if (timer_settime(tid, 0, &itsset, NULL) != 0) { in main()
55 if (timer_gettime(tid, &itsget) != 0) { in main()
H A D3-1.c34 timer_t tid; in main() local
43 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { in main()
59 if (timer_settime(tid, flags, &itsset, NULL) != 0) { in main()
64 if (timer_gettime(tid, &itsget) != 0) { in main()
H A D1-3.c35 timer_t tid; in main() local
48 if (timer_create(CLOCK_REALTIME, &ev, &tid)) { in main()
53 if (timer_settime(tid, 0, &itsset, NULL)) { in main()
65 if (timer_gettime(tid, &itsget)) { in main()
H A D1-2.c35 timer_t tid; in main() local
47 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { in main()
52 if (timer_settime(tid, 0, &itsset, NULL) != 0) { in main()
62 if (timer_gettime(tid, &itsget) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H A D8-2.c30 timer_t tid; in main() local
41 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { in main()
49 if (timer_settime(tid, 0, &its, &oits) != 0) { in main()
67 if (timer_settime(tid, 0, &its, &oits) != 0) { in main()
H A D3-2.c36 timer_t tid; in main() local
55 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { in main()
68 if (timer_settime(tid, 0, &its, NULL) != 0) { in main()
79 if (timer_settime(tid, 0, &its, NULL) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
H A D1-1.c44 timer_t tid; in main() local
67 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { in main()
72 if (timer_settime(tid, 0, &its, NULL) != 0) { in main()
77 if (timer_delete(tid) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
H A D2-2.c38 timer_t tid; in main() local
64 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { in main()
84 if (timer_settime(tid, 0, &its, NULL) != 0) { in main()
101 overruns = timer_getoverrun(tid); in main()
H A D2-1.c35 timer_t tid; in main() local
60 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { in main()
70 if (timer_settime(tid, 0, &its, NULL) != 0) { in main()
82 overruns = timer_getoverrun(tid); in main()
/kernel/linux/linux-5.10/net/mac80211/
H A Dkey.c1146 int tid, struct ieee80211_key_seq *seq) in ieee80211_get_key_rx_seq()
1155 if (WARN_ON(tid < 0 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_get_key_rx_seq()
1157 seq->tkip.iv32 = key->u.tkip.rx[tid].iv32; in ieee80211_get_key_rx_seq()
1158 seq->tkip.iv16 = key->u.tkip.rx[tid].iv16; in ieee80211_get_key_rx_seq()
1162 if (WARN_ON(tid < -1 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_get_key_rx_seq()
1164 if (tid < 0) in ieee80211_get_key_rx_seq()
1167 pn = key->u.ccmp.rx_pn[tid]; in ieee80211_get_key_rx_seq()
1172 if (WARN_ON(tid ! in ieee80211_get_key_rx_seq()
1145 ieee80211_get_key_rx_seq(struct ieee80211_key_conf *keyconf, int tid, struct ieee80211_key_seq *seq) ieee80211_get_key_rx_seq() argument
1198 ieee80211_set_key_rx_seq(struct ieee80211_key_conf *keyconf, int tid, struct ieee80211_key_seq *seq) ieee80211_set_key_rx_seq() argument
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dkey.c1247 int tid, struct ieee80211_key_seq *seq) in ieee80211_get_key_rx_seq()
1256 if (WARN_ON(tid < 0 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_get_key_rx_seq()
1258 seq->tkip.iv32 = key->u.tkip.rx[tid].iv32; in ieee80211_get_key_rx_seq()
1259 seq->tkip.iv16 = key->u.tkip.rx[tid].iv16; in ieee80211_get_key_rx_seq()
1263 if (WARN_ON(tid < -1 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_get_key_rx_seq()
1265 if (tid < 0) in ieee80211_get_key_rx_seq()
1268 pn = key->u.ccmp.rx_pn[tid]; in ieee80211_get_key_rx_seq()
1273 if (WARN_ON(tid ! in ieee80211_get_key_rx_seq()
1246 ieee80211_get_key_rx_seq(struct ieee80211_key_conf *keyconf, int tid, struct ieee80211_key_seq *seq) ieee80211_get_key_rx_seq() argument
1299 ieee80211_set_key_rx_seq(struct ieee80211_key_conf *keyconf, int tid, struct ieee80211_key_seq *seq) ieee80211_set_key_rx_seq() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A Dqedi_fw.c59 "Freeing tid=0x%x for cid=0x%x\n", in qedi_process_logout_resp()
69 "Active cmd list node already deleted, tid=0x%x, cid=0x%x, io_cmd_node=%p\n", in qedi_process_logout_resp()
123 "Freeing tid=0x%x for cid=0x%x\n", in qedi_process_text_resp()
133 "Active cmd list node already deleted, tid=0x%x, cid=0x%x, io_cmd_node=%p\n", in qedi_process_text_resp()
303 "Freeing tid=0x%x for cid=0x%x\n", in qedi_process_login_resp()
448 "Freeing tid=0x%x for cid=0x%x\n", in qedi_process_nopin_mesg()
639 "Under flow itt=0x%x proto flags=0x%x tid=0x%x cid 0x%x fw resid 0x%x sc dlen 0x%x\n", in qedi_scsi_completion()
657 "Freeing tid=0x%x for cid=0x%x\n", in qedi_scsi_completion()
759 "TMF work not found, cqe->tid=0x%x, cid=0x%x\n", in qedi_process_cmd_cleanup_resp()
776 "TMF work, cqe->tid in qedi_process_cmd_cleanup_resp()
1009 s16 tid = 0; qedi_send_iscsi_login() local
1111 s16 tid = 0; qedi_send_iscsi_logout() local
1364 s16 tid = 0; qedi_tmf_work() local
1468 s16 tid = 0; qedi_send_iscsi_tmf() local
1555 s16 tid = 0; qedi_iscsi_abort_work() local
1606 s16 tid = 0; qedi_send_iscsi_text() local
1706 s16 tid = 0; qedi_send_iscsi_nopout() local
1970 qedi_trace_io(struct qedi_ctx *qedi, struct iscsi_task *task, u16 tid, int8_t direction) qedi_trace_io() argument
2048 s16 tid = 0; qedi_iscsi_send_ioreq() local
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/
H A Dthread_utils.h30 void SetThreadName(pthread_t tid, const std::string& name);
31 void SetThreadPriority(pthread_t tid, int priority);
32 int GetThreadPriority(pthread_t tid);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
H A D6-1.c22 timer_t tid; in main() local
24 tid = (timer_t) & tval; in main()
26 if (timer_getoverrun(tid) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/
H A D5-1.c22 timer_t tid; in main() local
24 tid = (timer_t) & tval; in main()
26 if (timer_delete(tid) == -1) { in main()
/third_party/musl/libc-test/src/functional/
H A Dtgkill.c12 int tgid, tid; in main() local
14 tid = ARGV_2; in main()
16 if (tgkill(tgid, tid, SIGPROF) == -1 && errno != ESRCH) { in main()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Drx_reorder.c87 int tid, cid, mid, mcast, retry; variable
94 wil->txrx_ops.get_reorder_params(wil, skb, &tid, &cid, &mid, &seq,
99 mid, cid, tid, seq, mcast);
111 r = sta->tid_rx[tid];
215 u8 cid, u8 tid, u16 seq) in wil_rx_bar()
223 r = sta->tid_rx[tid]; in wil_rx_bar()
225 wil_err(wil, "BAR for non-existing CID %d TID %d\n", cid, tid); in wil_rx_bar()
234 cid, vif->mid, tid, seq, r->head_seq_num); in wil_rx_bar()
298 int wil_addba_rx_request(struct wil6210_priv *wil, u8 mid, u8 cid, u8 tid,
341 cid, sta->addr, tid, req_agg_wsiz
214 wil_rx_bar(struct wil6210_priv *wil, struct wil6210_vif *vif, u8 cid, u8 tid, u16 seq) wil_rx_bar() argument
[all...]
/kernel/linux/linux-5.10/tools/accounting/
H A Dgetdelays.c272 pid_t tid = 0; in main() local
329 tid = atoi(optarg); in main()
330 if (!tid) in main()
335 tid = atoi(optarg); in main()
336 if (!tid) in main()
350 tid = fork(); in main()
351 if (tid < 0) in main()
353 if (tid == 0) in main()
409 if (tid && containerset) { in main()
418 if (tid in main()
[all...]

Completed in 11 milliseconds

12345678910>>...78