/freebsd/stand/forth/ |
H A D | Makefile | 3 MAN+= beastie.4th.8 \ 4 brand.4th.8 \ 5 check-password.4th.8 \ 6 color.4th.8 \ 7 delay.4th.8 \ 8 loader.4th.8 \ 9 menu.4th.8 \ 10 menusets.4th.8 \ 11 version.4th.8 13 FILES+= beastie.4th [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT_util.cpp | 203 kmp_info_t *th, C *flag) { in __kmp_win32_cond_wait() 245 TCW_PTR(th->th.th_sleep_loc, NULL); in __kmp_win32_cond_wait() 246 th->th.th_sleep_loc_type = flag_unset; in __kmp_win32_cond_wait() 317 void __kmp_suspend_initialize_thread(kmp_info_t *th) { in __kmp_suspend_initialize_thread() 318 int old_value = KMP_ATOMIC_LD_RLX(&th->th.th_suspend_init); in __kmp_suspend_initialize_thread() 325 !__kmp_atomic_compare_store(&th->th in __kmp_suspend_initialize_thread() 202 __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 D | kmp_runtime.cpp | 121 int new_size = level + thr->th.th_set_nested_nth_sz; in __kmp_override_nested_nth() 126 new_nested_nth->nth[i] = thr->th.th_set_nested_nth[j]; in __kmp_override_nested_nth() 187 stack_size = (size_t)TCR_PTR(thr->th.th_info.ds.ds_stacksize); in __kmp_get_global_thread_id() 188 stack_base = (char *)TCR_PTR(thr->th.th_info.ds.ds_stackbase); in __kmp_get_global_thread_id() 229 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) { in __kmp_get_global_thread_id() 233 stack_base = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id() 235 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stackbase, stack_addr); in __kmp_get_global_thread_id() 236 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id() 237 other_threads[i]->th.th_info.ds.ds_stacksize + stack_addr - in __kmp_get_global_thread_id() 240 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id() [all …]
|
/freebsd/lib/libthread_db/ |
H A D | thread_db.c | 94 td_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) in td_ta_map_id2thr() argument 96 return (ta->ta_ops->to_ta_map_id2thr(ta, id, 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() argument 102 return (ta->ta_ops->to_ta_map_lwp2thr(ta, lwpid, 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() argument 146 const td_thragent_t *ta = th->th_ta; in td_thr_clear_event() 147 return (ta->ta_ops->to_thr_clear_event(th, events)); in td_thr_clear_event() 151 td_thr_dbresume(const td_thrhandle_t *th) in td_thr_dbresume() argument 153 const td_thragent_t *ta = th->th_ta; in td_thr_dbresume() 154 return (ta->ta_ops->to_thr_dbresume(th)); in td_thr_dbresume() [all …]
|
H A D | libthr_db.c | 76 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) in pt_ta_map_id2thr() argument 229 th->th_ta = ta; in pt_ta_map_id2thr() 230 th->th_tid = id; in pt_ta_map_id2thr() 231 th->th_thread = pt; 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() argument 238 return (pt_ta_map_id2thr(ta, lwp, th)); in pt_ta_map_lwp2thr() 246 td_thrhandle_t th; in pt_ta_thr_iter() local 261 th.th_ta = ta; in pt_ta_thr_iter() 262 th.th_tid = (thread_t)lwp; in pt_ta_thr_iter() [all …]
|
H A D | libpthread_db.c | 47 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) in pt_ta_map_id2thr() argument 288 th->th_ta = ta; in pt_ta_map_id2thr() 289 th->th_tid = id; in pt_ta_map_id2thr() 290 th->th_thread = pt; 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() argument 315 th->th_ta = ta; in pt_ta_map_lwp2thr() 316 th->th_tid = pt_map_thread(ta, pt, PT_USER); in pt_ta_map_lwp2thr() 317 if (th->th_tid == -1) in pt_ta_map_lwp2thr() 320 th->th_thread = pt; in pt_ta_map_lwp2thr() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-sita.html | 32 <TH VALIGN=TOP>SMP</TH> 37 <TH VALIGN=TOP>IOP</TH> 55 <TR><TH>Application</TH> <TH>Capture</TH> <TH>Termination</TH></TR> 56 <TR><TH VALIGN=TOP NOWRAP>wireshark</TH> 60 <TR><TH VALIGN=TOP NOWRAP>tshark</TH> 64 <TR><TH VALIGN=TOP NOWRAP>tcpdump</TH> 114 <TR><TH VALIGN=TOP NOWRAP>SMP -> IOP</TH> 121 <TR><TH VALIGN=TOP NOWRAP>IOP -> SMP</TH> 141 <TR><TH VALIGN=TOP NOWRAP>SMP</TH> 146 <TR><TH VALIGN=TOP NOWRAP>SMP -> IOP</TH> [all …]
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | mx4200data.html | 46 <th>Character</th> 47 <th>Meaning</th> 85 <th>Character</th> 86 <th>Hex Value</th> 87 <th>Usage</th> 140 <th>Field</th> 141 <th>Description</th> 142 <th>Units</th> 143 <th>Format</th> 144 <th>Default</th> [all …]
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | xxfi_unknown.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 23 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 26 <TH width="80">Called When</TH> 31 <TH>Default Behavior</TH> 38 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 40 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 52 <TH valign="top" align=left>SPECIAL RETURN VALUES</TH> 54 <TR bgcolor="#dddddd"><TH>Return value</TH><TH>Description</TH></TR> 70 <TH valign="top" align=left>NOTES</TH>
|
H A D | xxfi_data.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 22 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 25 <TH width="80">Called When</TH> 29 <TH>Default Behavior</TH> 36 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 38 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 47 <TH valign="top" align=left>SPECIAL RETURN VALUES</TH> 49 <TR bgcolor="#dddddd"><TH>Return value</TH><TH>Description</TH></TR> 75 <TH valign="top" align=left>NOTES</TH>
|
H A D | xxfi_envfrom.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 23 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 26 <TH width="80">Called When</TH> 32 <TH>Default Behavior</TH> 39 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 41 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 55 <TH valign="top" align=left>SPECIAL RETURN VALUES</TH> 57 <TR bgcolor="#dddddd"><TH>Return value</TH><TH>Description</TH></TR> 83 <TH valign="top" align=left>NOTES</TH>
|
H A D | xxfi_envrcpt.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 23 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 26 <TH width="80">Called When</TH> 30 <TH>Default Behavior</TH> 37 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 39 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 53 <TH valign="top" align=left>SPECIAL RETURN VALUES</TH> 55 <TR bgcolor="#dddddd"><TH>Return value</TH><TH>Description</TH></TR> 84 <TH valign="top" align=left>NOTES</TH>
|
H A D | smfi_setpriv.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 23 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 26 <TH width="80">Called When</TH> 30 <TH width="80">Effects</TH> 37 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 39 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 51 <TH valign="top" align=left>RETURN VALUES</TH> 58 <TH valign="top" align=left>NOTES</TH>
|
H A D | xxfi_connect.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 21 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 24 <TH valign="top" align=left width=80>Called When</TH> 28 <TH valign="top" align=left width=80>Default Behavior</TH> 45 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 47 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 73 <TH valign="top" align=left>SPECIAL RETURN VALUES</TH> 75 <TR bgcolor="#dddddd"><TH>Return value</TH><TH>Description</TH></TR> 108 <TH valign="top" align=left>NOTES</TH>
|
H A D | smfi_getsymval.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 23 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 26 <TH width="80">Called When</TH> 30 <TH width="80">Effects</TH> 37 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 39 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 55 <TH valign="top" align=left>RETURN VALUES</TH> 62 <TH><A name="notes">NOTES</A></TH> 67 <TR bgcolor="#dddddd"><TH>Sent With</TH><TH>Macros</TH></TR>
|
H A D | smfi_addrcpt.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 23 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 26 <TH width="80">Called When</TH> 30 <TH width="80">Effects</TH> 37 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 39 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 51 <TH valign="top" align=left>RETURN VALUES</TH> 65 <TH>NOTES</TH>
|
H A D | smfi_addrcpt_par.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 24 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 27 <TH width="80">Called When</TH> 31 <TH width="80">Effects</TH> 38 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 40 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 55 <TH valign="top" align=left>RETURN VALUES</TH> 69 <TH>NOTES</TH>
|
H A D | smfi_settimeout.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 22 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 25 <TH width="80">Called When</TH> 29 <TH width="80">Effects</TH> 39 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 41 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 51 <TH valign="top" align=left>RETURN VALUES</TH> 58 <TH valign="top" align=left>NOTES</TH>
|
H A D | smfi_getpriv.html | 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 22 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 25 <TH width="80">Called When</TH> 29 <TH width="80">Effects</TH> 36 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD> 38 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR> 47 <TH valign="top" align=left>RETURN VALUES</TH>
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | life_cycle-mac.pod | 113 <tr><th style="border:1px solid" align="left">Function Call</th> 114 <th style="border:1px solid" colspan="6">Current State</th></tr> 115 <tr><th style="border:1px solid"></th> 116 <th style="border:1px solid" align="center">start</th> 117 <th style="border:1px solid" align="center">newed</th> 118 <th style="border:1px solid" align="center">initialised</th> 119 <th style="border:1px solid" align="center">updated</th> 120 <th style="border:1px solid" align="center">finaled</th> 121 <th style="border:1px solid" align="center">freed</th></tr> 122 <tr><th style="border:1px solid" align="left">EVP_MAC_CTX_new</th> [all …]
|
H A D | life_cycle-kdf.pod | 92 <tr><th style="border:1px solid" align="left">Function Call</th> 93 <th style="border:1px solid" colspan="4">Current State</th></tr> 94 <tr><th style="border:1px solid"></th> 95 <th style="border:1px solid" align="center">start</th> 96 <th style="border:1px solid" align="center">newed</th> 97 <th style="border:1px solid" align="center">deriving</th> 98 <th style="border:1px solid" align="center">freed</th></tr> 99 <tr><th style="border:1px solid" align="left">EVP_KDF_CTX_new</th> 104 <tr><th style="border:1px solid" align="left">EVP_KDF_derive</th> 109 <tr><th style="border:1px solid" align="left">EVP_KDF_CTX_free</th> [all …]
|
H A D | life_cycle-digest.pod | 113 <tr><th style="border:1px solid" align="left">Function Call</th> 114 <th style="border:1px solid" colspan="6">Current State</th></tr> 115 <tr><th style="border:1px solid"></th> 116 <th style="border:1px solid" align="center">start</th> 117 <th style="border:1px solid" align="center">newed</th> 118 <th style="border:1px solid" align="center">initialised</th> 119 <th style="border:1px solid" align="center">updated</th> 120 <th style="border:1px solid" align="center">finaled</th> 121 <th style="border:1px solid" align="center">freed</th></tr> 122 <tr><th style="border:1px solid" align="left">EVP_MD_CTX_new</th> [all …]
|
H A D | life_cycle-rand.pod | 105 <tr><th style="border:1px solid" align="left">Function Call</th> 106 <th style="border:1px solid" colspan="5">Current State</th></tr> 107 <tr><th style="border:1px solid"></th> 108 <th style="border:1px solid" align="center">start</th> 109 <th style="border:1px solid" align="center">newed</th> 110 <th style="border:1px solid" align="center">instantiated</th> 111 <th style="border:1px solid" align="center">uninstantiated</th> 112 <th style="border:1px solid" align="center">freed</th></tr> 113 <tr><th style="border:1px solid" align="left">EVP_RAND_CTX_new</th> 119 <tr><th style="border:1px solid" align="left">EVP_RAND_instantiate</th> [all …]
|
/freebsd/share/doc/psd/18.gprof/ |
H A D | postp2.pic | 34 circle diam .3i "\(ci" at 5th circle + (1i,0i) 37 circle diam .3i "\(ci" at 4th circle - (0i,1i) 39 arrow from 1st circle to 4th circle chop .15i chop .15i 40 arrow from 2nd circle to 4th circle chop .15i chop .15i 42 spline -> from 4th circle left .5i down .075i then left .5i up .075i chop .15i chop .15i 43 arrow from 3rd circle to 5th circle chop .15i chop .15i 44 arrow from 4th circle to 5th circle chop .15i chop .15i 45 arrow from 4th circle to 6th circle chop .15i chop .15i 46 arrow from 4th circle to 7th circle chop .15i chop .15i 47 arrow from 5th circle to 8th circle chop .15i chop .15i [all …]
|
H A D | postp1.pic | 34 circle diam .3i "5" at 5th circle + (1i,0i) 37 circle diam .3i "4" at 4th circle - (0i,1i) 39 arrow from 1st circle to 4th circle chop .15i chop .15i 40 arrow from 2nd circle to 4th circle chop .15i chop .15i 41 arrow from 3rd circle to 5th circle chop .15i chop .15i 42 arrow from 4th circle to 5th circle chop .15i chop .15i 43 arrow from 4th circle to 6th circle chop .15i chop .15i 44 arrow from 4th circle to 7th circle chop .15i chop .15i 45 arrow from 5th circle to 8th circle chop .15i chop .15i 46 arrow from 6th circle to 8th circle chop .15i chop .15i [all …]
|