Home
last modified time | relevance | path

Searched defs:th (Results 1 – 25 of 145) sorted by relevance

123456

/freebsd/lib/libthread_db/
H A Dthread_db.c94 td_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) in td_ta_map_id2thr()
100 td_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwpid, td_thrhandle_t *th) in td_ta_map_lwp2thr()
144 td_thr_clear_event(const td_thrhandle_t *th, td_thr_events_t *events) in td_thr_clear_event()
151 td_thr_dbresume(const td_thrhandle_t *th) in td_thr_dbresume()
158 td_thr_dbsuspend(const td_thrhandle_t *th) in td_thr_dbsuspend()
165 td_thr_event_enable(const td_thrhandle_t *th, int en) in td_thr_event_enable()
172 td_thr_event_getmsg(const td_thrhandle_t *th, td_event_msg_t *msg) in td_thr_event_getmsg()
179 td_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) in td_thr_old_get_info()
187 td_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) in td_thr_get_info()
195 td_thr_getxmmregs(const td_thrhandle_t *th, char *fxsave) in td_thr_getxmmregs()
[all …]
H A Dlibthr_db.c202 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) in pt_ta_map_id2thr()
236 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) in pt_ta_map_lwp2thr()
246 td_thrhandle_t th; in pt_ta_thr_iter() local
409 pt_dbsuspend(const td_thrhandle_t *th, int suspend) in pt_dbsuspend()
428 pt_thr_dbresume(const td_thrhandle_t *th) in pt_thr_dbresume()
436 pt_thr_dbsuspend(const td_thrhandle_t *th) in pt_thr_dbsuspend()
444 pt_thr_validate(const td_thrhandle_t *th) in pt_thr_validate()
456 pt_thr_get_info_common(const td_thrhandle_t *th, td_thrinfo_t *info, int old) in pt_thr_get_info_common()
512 pt_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) in pt_thr_old_get_info()
519 pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) in pt_thr_get_info()
[all …]
H A Dlibpthread_db.c221 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) in pt_ta_map_id2thr()
295 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) in pt_ta_map_lwp2thr()
338 td_thrhandle_t th; in pt_ta_thr_iter() local
440 pt_dbsuspend(const td_thrhandle_t *th, int suspend) in pt_dbsuspend()
545 pt_thr_dbresume(const td_thrhandle_t *th) in pt_thr_dbresume()
553 pt_thr_dbsuspend(const td_thrhandle_t *th) in pt_thr_dbsuspend()
561 pt_thr_validate(const td_thrhandle_t *th) in pt_thr_validate()
574 pt_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) in pt_thr_old_get_info()
664 pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) in pt_thr_get_info()
675 pt_thr_getxmmregs(const td_thrhandle_t *th, char *fxsave) in pt_thr_getxmmregs()
[all …]
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c138 struct tcphdr *th; in ctf_get_enet_type() local
351 struct tcphdr *th; in ctf_process_inbound_raw() local
524 ctf_do_dropwithreset(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, in ctf_do_dropwithreset()
562 ctf_drop_checks(struct tcpopt *to, struct mbuf *m, struct tcphdr *th, in ctf_drop_checks()
670 ctf_do_dropafterack(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t thflags, int32_t t… in ctf_do_dropafterack()
713 ctf_process_rst(struct mbuf *m, struct tcphdr *th, struct socket *so, in ctf_process_rst()
777 ctf_challenge_ack(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, uint8_t iptos, int32_t * ret… in ctf_challenge_ack()
809 ctf_ts_check(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, in ctf_ts_check()
883 ctf_do_dropwithreset_conn(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, in ctf_do_dropwithreset_conn()
/freebsd/lib/libsys/x86/
H A D__vdso_gettc.c55 rdtsc_low(const struct vdso_timehands *th) in rdtsc_low()
65 rdtscp_low(const struct vdso_timehands *th) in rdtscp_low()
75 rdtsc_low_mb_lfence(const struct vdso_timehands *th) in rdtsc_low_mb_lfence()
82 rdtsc_low_mb_mfence(const struct vdso_timehands *th) in rdtsc_low_mb_mfence()
89 rdtsc_low_mb_none(const struct vdso_timehands *th) in rdtsc_low_mb_none()
349 __vdso_pvclock_gettc(const struct vdso_timehands *th, u_int *tc) in __vdso_pvclock_gettc()
403 __vdso_gettc(const struct vdso_timehands *th, u_int *tc) in __vdso_gettc()
/freebsd/sys/netinet/
H A Dtcp_input.c269 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) in hhook_run_tcp_est_in()
288 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t nsegs, in cc_ack_received()
414 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal()
479 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) in cc_post_recovery()
548 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) in cc_ecnpkt_handler()
609 struct tcphdr *th = NULL; in tcp_input_with_port() local
1475 tcp_autorcvbuf(struct mbuf *m, struct tcphdr *th, struct socket *so, in tcp_autorcvbuf()
1521 tcp_do_segment(struct tcpcb *tp, struct mbuf *m, struct tcphdr *th, in tcp_do_segment()
3493 tcp_dropwithreset(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, in tcp_dropwithreset()
3666 tcp_pulloutofband(struct socket *so, struct tcphdr *th, struct mbuf *m, in tcp_pulloutofband()
[all …]
H A Dtcp_pcap.c159 tcp_pcap_copy_bestfit(struct tcphdr *th, struct mbuf *m, struct mbuf *n) in tcp_pcap_copy_bestfit()
264 tcp_pcap_add(struct tcphdr *th, struct mbuf *m, struct mbufq *queue) in tcp_pcap_add()
H A Dtcp_lro_hpts.c70 build_ack_entry(struct tcp_ackent *ae, struct tcphdr *th, struct mbuf *m, in build_ack_entry()
96 tcp_lro_ack_valid(struct mbuf *m, struct tcphdr *th, uint32_t **ppts, bool *other_opts) in tcp_lro_ack_valid()
265 struct tcphdr *th; in do_bpf_strip_and_compress() local
H A Dtcp_syncache.c610 syncache_chkrst(struct in_conninfo *inc, struct tcphdr *th, struct mbuf *m, in syncache_chkrst()
1052 syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in syncache_expand()
1359 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, in syncache_add()
1788 struct tcphdr *th = NULL; in syncache_respond() local
2256 struct syncache *sc, struct tcphdr *th, struct tcpopt *to, in syncookie_lookup()
2352 struct syncache *sc, struct tcphdr *th, struct tcpopt *to, in syncookie_cmp()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp227 static void set_thr_data(kmp_info_t *th) { in set_thr_data()
253 static thr_data_t *get_thr_data(kmp_info_t *th) { in get_thr_data()
264 static void __kmp_bget_dequeue(kmp_info_t *th) { in __kmp_bget_dequeue()
313 static void __kmp_bget_enqueue(kmp_info_t *th, void *buf in __kmp_bget_enqueue()
395 static void bcheck(kmp_info_t *th, bufsize *max_free, bufsize *total_free) { in bcheck()
425 static void *bget(kmp_info_t *th, bufsize requested_size) { in bget()
637 static void *bgetz(kmp_info_t *th, bufsize size) { in bgetz()
667 static void *bgetr(kmp_info_t *th, void *buf, bufsize size) { in bgetr()
701 static void brel(kmp_info_t *th, void *buf) { in brel()
865 static void bectl(kmp_info_t *th, bget_compact_t compact, in bectl()
[all …]
H A Dz_Windows_NT_util.cpp202 __kmp_win32_cond_wait(kmp_win32_cond_t * cv,kmp_win32_mutex_t * mx,kmp_info_t * th,C * flag) __kmp_win32_cond_wait() argument
316 __kmp_suspend_initialize_thread(kmp_info_t * th) __kmp_suspend_initialize_thread() argument
336 __kmp_suspend_uninitialize_thread(kmp_info_t * th) __kmp_suspend_uninitialize_thread() argument
346 __kmp_try_suspend_mx(kmp_info_t * th) __kmp_try_suspend_mx() argument
350 __kmp_lock_suspend_mx(kmp_info_t * th) __kmp_lock_suspend_mx() argument
354 __kmp_unlock_suspend_mx(kmp_info_t * th) __kmp_unlock_suspend_mx() argument
362 kmp_info_t *th = __kmp_threads[th_gtid]; __kmp_suspend_template() local
490 kmp_info_t *th = __kmp_threads[target_gtid]; __kmp_resume_template() local
925 kmp_info_t *th = __kmp_threads[gtid]; __kmp_terminate_thread() local
1143 __kmp_create_worker(int gtid,kmp_info_t * th,size_t stack_size) __kmp_create_worker() argument
1218 __kmp_still_running(kmp_info_t * th) __kmp_still_running() argument
1223 __kmp_create_monitor(kmp_info_t * th) __kmp_create_monitor() argument
1290 __kmp_is_thread_alive(kmp_info_t * th,DWORD * exit_val) __kmp_is_thread_alive() argument
1306 __kmp_reap_common(kmp_info_t * th) __kmp_reap_common() argument
1376 __kmp_reap_monitor(kmp_info_t * th) __kmp_reap_monitor() argument
1408 __kmp_reap_worker(kmp_info_t * th) __kmp_reap_worker() argument
[all...]
H A Dz_Linux_util.cpp442 kmp_info_t *th = __kmp_threads[gtid]; in __kmp_terminate_thread() local
462 static kmp_int32 __kmp_set_stack_info(int gtid, kmp_info_t *th) { in __kmp_set_stack_info()
777 void __kmp_create_worker(int gtid, kmp_info_t *th, size_t stack_size) { in __kmp_create_worker()
902 void __kmp_create_monitor(kmp_info_t *th) { in __kmp_create_monitor()
1053 extern "C" void __kmp_reap_monitor(kmp_info_t *th) { in __kmp_reap_monitor()
1098 extern "C" void __kmp_reap_monitor(kmp_info_t *th) { (void)th; } in __kmp_reap_monitor()
1101 void __kmp_reap_worker(kmp_info_t *th) { in __kmp_reap_worker()
1408 void __kmp_suspend_initialize_thread(kmp_info_t *th) { in __kmp_suspend_initialize_thread()
1433 void __kmp_suspend_uninitialize_thread(kmp_info_t *th) { in __kmp_suspend_uninitialize_thread()
1454 int __kmp_try_suspend_mx(kmp_info_t *th) { in __kmp_try_suspend_mx()
[all …]
H A Dkmp_itt.inl133 kmp_info_t *th = __kmp_thread_from_gtid(gtid); local
192 kmp_info_t *th = __kmp_thread_from_gtid(gtid); local
374 kmp_info_t *th = __kmp_thread_from_gtid(gtid); local
861 kmp_info_t *th = __kmp_thread_from_gtid(gtid); global() local
873 kmp_info_t *th = __kmp_thread_from_gtid(gtid); global() local
885 kmp_info_t *th = __kmp_thread_from_gtid(gtid); global() local
[all...]
/freebsd/lib/libsys/
H A D__vdso_gettimeofday.c39 tc_delta(const struct vdso_timehands *th, u_int *delta) in tc_delta()
62 struct vdso_timehands *th; in binuptime() local
109 struct vdso_timehands *th; in getnanouptime() local
/freebsd/sys/net80211/
H A Dieee80211_radiotap.c55 struct ieee80211_radiotap_header *th, int tlen, uint32_t tx_radiotap, in ieee80211_radiotap_attach()
64 struct ieee80211_radiotap_header *th, in ieee80211_radiotap_attachv()
115 struct ieee80211_radiotap_header *th = ic->ic_th; in ieee80211_radiotap_vattach() local
174 struct ieee80211_radiotap_header *th = ic->ic_th; in ieee80211_radiotap_chan_change() local
210 struct ieee80211_radiotap_header *th = ic->ic_th; in ieee80211_radiotap_tx() local
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h40 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE) argument
51 #define THREAD_JOIN(th) pthread_join(th, NULL) argument
/freebsd/contrib/libevent/test/
H A Dregress_thread.h40 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE) argument
51 #define THREAD_JOIN(th) pthread_join(th, NULL) argument
/freebsd/usr.sbin/ppp/
H A Dslcompress.c164 register struct tcphdr *th; in sl_compress_tcp() local
232 #define THOFFSET(th) (th->th_off) in sl_compress_tcp() argument
433 register struct tcphdr *th; in sl_uncompress_tcp() local
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.y455 struct type_handler *th; in find_handler() local
474 struct type_handler *th; in gen_options() local
536 struct type_handler *th; in gen_wrapper() local
573 struct type_handler *th; in gen_wrapper() local
659 struct type_handler *th; in gen_wrapper() local
678 struct type_handler *th; in gen_wrapper() local
/freebsd/tools/regression/sockets/sendfile/
H A Dsendfile.c100 test_th(struct test_header *th, uint32_t *header_length, uint32_t *offset, in test_th()
151 struct test_header th; in receive_test() local
254 init_th(struct test_header *th, uint32_t header_length, uint32_t offset, in init_th()
269 struct test_header th; in send_test() local
/freebsd/sys/netipsec/
H A Dxform_tcp.c183 tcp_signature_compute(struct mbuf *m, struct tcphdr *th, in tcp_signature_compute()
267 tcp_ipsec_input(struct mbuf *m, struct tcphdr *th, u_char *buf) in tcp_ipsec_input()
313 tcp_ipsec_output(struct mbuf *m, struct tcphdr *th, u_char *buf) in tcp_ipsec_output()
/freebsd/lib/libsys/powerpc/
H A D__vdso_gettc.c45 __vdso_gettc(const struct vdso_timehands *th, u_int *tc) in __vdso_gettc()
/freebsd/lib/libsys/riscv/
H A D__vdso_gettc.c39 __vdso_gettc(const struct vdso_timehands *th, u_int *tc) in __vdso_gettc()
/freebsd/sys/kern/
H A Dkern_tc.c206 tc_delta(struct timehands *th) in tc_delta()
241 struct timehands *th; in bintime_off() local
270 struct timehands *th; in getthmember() local
775 ffclock_change_tc(struct timehands *th) in ffclock_change_tc()
900 struct timehands *th; in ffclock_read_counter() local
1050 struct timehands *th; in sysclock_getsnapshot() local
1344 recalculate_scaling_factor_and_large_delta(struct timehands *th) in recalculate_scaling_factor_and_large_delta()
1365 struct timehands *th, *tho; in tc_windup() local
1763 struct timehands *th; in pps_capture() local
2190 struct timehands *th; in tc_fill_vdso_timehands() local
[all …]
/freebsd/lib/libsys/powerpc64/
H A D__vdso_gettc.c44 __vdso_gettc(const struct vdso_timehands *th, u_int *tc) in __vdso_gettc()

123456