Searched refs:th (Results 1 - 25 of 212) sorted by relevance

123456789

/freebsd-current/stand/userboot/userboot_4th/
H A DMakefile2 LOADER_INTERP=4th
/freebsd-current/stand/i386/loader_4th/
H A DMakefile2 LOADER_INTERP=4th
/freebsd-current/stand/efi/loader_4th/
H A DMakefile2 LOADER_INTERP=4th
/freebsd-current/stand/forth/
H A DMakefile4 MAN+= beastie.4th.8 \
5 brand.4th.8 \
6 check-password.4th.8 \
7 color.4th.8 \
8 delay.4th.8 \
9 loader.4th.8 \
10 menu.4th.8 \
11 menusets.4th.8 \
12 version.4th.8
14 FILES+= beastie.4th
[all...]
/freebsd-current/sys/modules/iwlwififw/iwlwifi-9260-th-b0-jf-b0-fw/
H A DMakefile3 NAME= 9260-th-b0-jf-b0
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp203 kmp_info_t *th, C *flag) {
245 TCW_PTR(th->th.th_sleep_loc, NULL);
246 th->th.th_sleep_loc_type = flag_unset;
317 void __kmp_suspend_initialize_thread(kmp_info_t *th) { argument
318 int old_value = KMP_ATOMIC_LD_RLX(&th->th.th_suspend_init);
325 !__kmp_atomic_compare_store(&th->th
202 __kmp_win32_cond_wait(kmp_win32_cond_t *cv, kmp_win32_mutex_t *mx, kmp_info_t *th, C *flag) argument
337 __kmp_suspend_uninitialize_thread(kmp_info_t *th) argument
347 __kmp_try_suspend_mx(kmp_info_t *th) argument
351 __kmp_lock_suspend_mx(kmp_info_t *th) argument
355 __kmp_unlock_suspend_mx(kmp_info_t *th) argument
363 kmp_info_t *th = __kmp_threads[th_gtid]; local
491 kmp_info_t *th = __kmp_threads[target_gtid]; local
926 kmp_info_t *th = __kmp_threads[gtid]; local
1144 __kmp_create_worker(int gtid, kmp_info_t *th, size_t stack_size) argument
1219 __kmp_still_running(kmp_info_t *th) argument
1224 __kmp_create_monitor(kmp_info_t *th) argument
1291 __kmp_is_thread_alive(kmp_info_t *th, DWORD *exit_val) argument
1307 __kmp_reap_common(kmp_info_t *th) argument
1377 __kmp_reap_monitor(kmp_info_t *th) argument
1409 __kmp_reap_worker(kmp_info_t *th) argument
[all...]
H A Dkmp_runtime.cpp172 stack_size = (size_t)TCR_PTR(thr->th.th_info.ds.ds_stacksize);
173 stack_base = (char *)TCR_PTR(thr->th.th_info.ds.ds_stackbase);
214 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) {
218 stack_base = (char *)other_threads[i]->th.th_info.ds.ds_stackbase;
220 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stackbase, stack_addr);
221 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize,
222 other_threads[i]->th.th_info.ds.ds_stacksize + stack_addr -
225 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize,
231 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase;
232 char *stack_beg = stack_end - other_threads[i]->th
283 __kmp_check_stack_overlap(kmp_info_t *th) argument
686 kmp_info_t *th; local
4069 KMP_DEBUG_ASSERT(level < max_level); kmp_team_t *team = hot_teams[level].hot_team; nth = hot_teams[level].hot_team_nth; n = nth - 1; if (level < max_level - 1) { for (i = 0; i < nth; ++i) { kmp_info_t *th = team->t.t_threads[i]; n += __kmp_free_hot_teams(root, th, level + 1, max_level); if (i > 0 && th->th.th_hot_teams) argument
[all...]
H A Dz_Linux_util.cpp426 kmp_info_t *th = __kmp_threads[gtid]; local
428 if (!th)
433 status = pthread_cancel(th->th.th_info.ds.ds_thread);
446 static kmp_int32 __kmp_set_stack_info(int gtid, kmp_info_t *th) { argument
482 TCW_PTR(th->th.th_info.ds.ds_stackbase, (((char *)addr) + size));
483 TCW_PTR(th->th.th_info.ds.ds_stacksize, size);
484 TCW_4(th
748 __kmp_create_worker(int gtid, kmp_info_t *th, size_t stack_size) argument
873 __kmp_create_monitor(kmp_info_t *th) argument
1024 __kmp_reap_monitor(kmp_info_t *th) argument
1069 __kmp_reap_monitor(kmp_info_t *th) argument
1074 __kmp_reap_worker(kmp_info_t *th) argument
1380 __kmp_suspend_initialize_thread(kmp_info_t *th) argument
1405 __kmp_suspend_uninitialize_thread(kmp_info_t *th) argument
1426 __kmp_try_suspend_mx(kmp_info_t *th) argument
1430 __kmp_lock_suspend_mx(kmp_info_t *th) argument
1435 __kmp_unlock_suspend_mx(kmp_info_t *th) argument
1445 kmp_info_t *th = __kmp_threads[th_gtid]; local
1631 kmp_info_t *th = __kmp_threads[target_gtid]; local
[all...]
/freebsd-current/lib/libthread_db/
H A Dthread_db.c94 td_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) argument
96 return (ta->ta_ops->to_ta_map_id2thr(ta, id, th));
100 td_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwpid, td_thrhandle_t *th) argument
102 return (ta->ta_ops->to_ta_map_lwp2thr(ta, lwpid, th));
144 td_thr_clear_event(const td_thrhandle_t *th, td_thr_events_t *events) argument
146 const td_thragent_t *ta = th->th_ta;
147 return (ta->ta_ops->to_thr_clear_event(th, events));
151 td_thr_dbresume(const td_thrhandle_t *th) argument
153 const td_thragent_t *ta = th->th_ta;
154 return (ta->ta_ops->to_thr_dbresume(th));
158 td_thr_dbsuspend(const td_thrhandle_t *th) argument
165 td_thr_event_enable(const td_thrhandle_t *th, int en) argument
172 td_thr_event_getmsg(const td_thrhandle_t *th, td_event_msg_t *msg) argument
179 td_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) argument
187 td_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) argument
195 td_thr_getxmmregs(const td_thrhandle_t *th, char *fxsave) argument
204 td_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregset) argument
211 td_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs) argument
218 td_thr_set_event(const td_thrhandle_t *th, td_thr_events_t *events) argument
226 td_thr_setxmmregs(const td_thrhandle_t *th, const char *fxsave) argument
234 td_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) argument
241 td_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs) argument
248 td_thr_validate(const td_thrhandle_t *th) argument
255 td_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t linkmap, size_t offset, psaddr_t *address) argument
265 td_thr_sstep(const td_thrhandle_t *th, int step) argument
[all...]
H A Dlibthr_db.c76 static int pt_validate(const td_thrhandle_t *th);
202 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) argument
229 th->th_ta = ta;
230 th->th_tid = id;
231 th->th_thread = pt;
236 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) argument
238 return (pt_ta_map_id2thr(ta, lwp, th));
246 td_thrhandle_t th; local
261 th.th_ta = ta;
262 th
409 pt_dbsuspend(const td_thrhandle_t *th, int suspend) argument
428 pt_thr_dbresume(const td_thrhandle_t *th) argument
436 pt_thr_dbsuspend(const td_thrhandle_t *th) argument
444 pt_thr_validate(const td_thrhandle_t *th) argument
456 pt_thr_get_info_common(const td_thrhandle_t *th, td_thrinfo_t *info, int old) argument
512 pt_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) argument
519 pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) argument
527 pt_thr_getxmmregs(const td_thrhandle_t *th, char *fxsave) argument
544 pt_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregs) argument
560 pt_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs) argument
577 pt_thr_setxmmregs(const td_thrhandle_t *th, const char *fxsave) argument
594 pt_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) argument
610 pt_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs) argument
626 pt_thr_event_enable(const td_thrhandle_t *th, int en) argument
638 pt_thr_set_event(const td_thrhandle_t *th, td_thr_events_t *setp) argument
654 pt_thr_clear_event(const td_thrhandle_t *th, td_thr_events_t *setp) argument
670 pt_thr_event_getmsg(const td_thrhandle_t *th, td_event_msg_t *msg) argument
713 pt_thr_sstep(const td_thrhandle_t *th, int step __unused) argument
721 pt_validate(const td_thrhandle_t *th) argument
730 pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset, psaddr_t *address) argument
[all...]
H A Dlibpthread_db.c47 static int pt_validate(const td_thrhandle_t *th);
221 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) argument
288 th->th_ta = ta;
289 th->th_tid = id;
290 th->th_thread = pt;
295 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) argument
315 th->th_ta = ta;
316 th->th_tid = pt_map_thread(ta, pt, PT_USER);
317 if (th->th_tid == -1)
320 th
338 td_thrhandle_t th; local
440 pt_dbsuspend(const td_thrhandle_t *th, int suspend) argument
545 pt_thr_dbresume(const td_thrhandle_t *th) argument
553 pt_thr_dbsuspend(const td_thrhandle_t *th) argument
561 pt_thr_validate(const td_thrhandle_t *th) argument
574 pt_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) argument
664 pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) argument
675 pt_thr_getxmmregs(const td_thrhandle_t *th, char *fxsave) argument
719 pt_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregs) argument
760 pt_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs) argument
802 pt_thr_setxmmregs(const td_thrhandle_t *th, const char *fxsave) argument
852 pt_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) argument
899 pt_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs) argument
977 pt_thr_sstep(const td_thrhandle_t *th, int step) argument
1062 pt_validate(const td_thrhandle_t *th) argument
1072 pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset, psaddr_t *address) argument
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dt_kill.c75 } th[NTHREAD]; variable in typeref:struct:threadinfo
90 if (self == th[i].id)
95 th[i].gotsignal++;
125 PTHREAD_REQUIRE(pthread_create(&th[i].id, NULL, f, &th[i]));
134 PTHREAD_REQUIRE(pthread_kill(th[i].id, SIGUSR1));
138 PTHREAD_REQUIRE(pthread_join(th[i].id, NULL));
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dtcp.h64 struct tcphdr *th; local
66 th = tcp_hdr(skb);
67 return (4 * th->doff);
/freebsd-current/lib/libsys/
H A D__vdso_gettimeofday.c39 tc_delta(const struct vdso_timehands *th, u_int *delta) argument
44 error = __vdso_gettc(th, &tc);
46 *delta = (tc - th->th_offset_count) & th->th_counter_mask;
62 struct vdso_timehands *th; local
73 th = &tk->tk_th[curr];
74 gen = atomic_load_acq_32(&th->th_gen);
75 *bt = th->th_offset;
76 error = tc_delta(th, &delta);
81 scale = th
109 struct vdso_timehands *th; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h40 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE)
51 #define THREAD_JOIN(th) pthread_join(th, NULL)
/freebsd-current/contrib/libevent/test/
H A Dregress_thread.h40 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE)
51 #define THREAD_JOIN(th) pthread_join(th, NULL)
/freebsd-current/lib/libsys/riscv/
H A D__vdso_gettc.c39 __vdso_gettc(const struct vdso_timehands *th, u_int *tc) argument
41 if (th->th_algo != VDSO_TH_ALGO_RISCV_RDTIME)
/freebsd-current/usr.sbin/ppp/
H A Dslcompress.c164 register struct tcphdr *th; local
181 th = (struct tcphdr *) & ((int *) ip)[hlen];
182 if ((th->th_flags & (TH_SYN | TH_FIN | TH_RST | TH_ACK)) != TH_ACK) {
183 log_Printf(LogDEBUG, "??? 2 th_flags = %x\n", th->th_flags);
198 *(int *) th != ((int *) &cs->cs_ip)[cs->cs_ip.ip_hl]) {
219 && *(int *) th == ((int *) &cs->cs_ip)[cs->cs_ip.ip_hl])
232 #define THOFFSET(th) (th->th_off)
233 hlen += th->th_off;
258 * but costless). The 4th lin
433 register struct tcphdr *th; local
[all...]
/freebsd-current/sys/net/
H A Dslcompress.c157 struct tcphdr *th; local
172 th = (struct tcphdr *)&((int32_t *)ip)[hlen];
173 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK)
185 *(int32_t *)th != ((int32_t *)&cs->cs_ip)[cs->cs_ip.ip_hl]) {
206 && *(int32_t *)th ==
221 hlen += th->th_off;
245 * check is unnecessary but costless). The 4th line checks the TCP
246 * header length. The 5th line checks IP options, if any. The 6th
253 hlen += th
455 struct tcphdr *th; local
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dsyzkaller1.sh60 pthread_t th;
66 if (pthread_create(&th, &attr, fn, arg) == 0) {
158 struct thread_t* th = (struct thread_t*)arg;
160 event_wait(&th->ready);
161 event_reset(&th->ready);
162 execute_call(th->call);
164 event_set(&th->done);
175 struct thread_t* th = &threads[thread];
176 if (!th->created) {
177 th
[all...]
H A Dsyzkaller45.sh111 pthread_t th;
117 if (pthread_create(&th, &attr, fn, arg) == 0) {
209 struct thread_t* th = (struct thread_t*)arg;
211 event_wait(&th->ready);
212 event_reset(&th->ready);
213 execute_call(th->call);
215 event_set(&th->done);
228 struct thread_t* th = &threads[thread];
229 if (!th->created) {
230 th
[all...]
H A Dsyzkaller49.sh81 pthread_t th;
87 if (pthread_create(&th, &attr, fn, arg) == 0) {
179 struct thread_t* th = (struct thread_t*)arg;
181 event_wait(&th->ready);
182 event_reset(&th->ready);
183 execute_call(th->call);
185 event_set(&th->done);
196 struct thread_t* th = &threads[thread];
197 if (!th->created) {
198 th
[all...]
H A Dsyzkaller39.sh65 pthread_t th;
71 if (pthread_create(&th, &attr, fn, arg) == 0) {
163 struct thread_t* th = (struct thread_t*)arg;
165 event_wait(&th->ready);
166 event_reset(&th->ready);
167 execute_call(th->call);
169 event_set(&th->done);
182 struct thread_t* th = &threads[thread];
183 if (!th->created) {
184 th
[all...]
H A Dsyzkaller41.sh79 pthread_t th;
85 if (pthread_create(&th, &attr, fn, arg) == 0) {
177 struct thread_t* th = (struct thread_t*)arg;
179 event_wait(&th->ready);
180 event_reset(&th->ready);
181 execute_call(th->call);
183 event_set(&th->done);
194 struct thread_t* th = &threads[thread];
195 if (!th->created) {
196 th
[all...]
H A Dsyzkaller56.sh66 pthread_t th;
72 if (pthread_create(&th, &attr, fn, arg) == 0) {
164 struct thread_t* th = (struct thread_t*)arg;
166 event_wait(&th->ready);
167 event_reset(&th->ready);
168 execute_call(th->call);
170 event_set(&th->done);
181 struct thread_t* th = &threads[thread];
182 if (!th->created) {
183 th
[all...]

Completed in 319 milliseconds

123456789