Home
last modified time | relevance | path

Searched refs:tcdp (Results 1 – 19 of 19) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/unix/
H A Dsys.c201 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
203 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
206 erts_thr_sigmask(SIG_BLOCK, &thr_create_sigmask, &tcdp->saved_sigmask); in thr_create_prepare()
208 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
210 return (void *) tcdp; in thr_create_prepare()
218 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
220 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
224 erts_thr_sigmask(SIG_SETMASK, &tcdp->saved_sigmask, NULL); in thr_create_cleanup()
227 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
233 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys.c204 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
206 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
209 erts_thr_sigmask(SIG_BLOCK, &thr_create_sigmask, &tcdp->saved_sigmask); in thr_create_prepare()
211 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
213 return (void *) tcdp; in thr_create_prepare()
221 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
223 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
227 erts_thr_sigmask(SIG_SETMASK, &tcdp->saved_sigmask, NULL); in thr_create_cleanup()
230 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
236 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/unix/
H A Dsys.c205 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
207 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
210 erts_thr_sigmask(SIG_BLOCK, &thr_create_sigmask, &tcdp->saved_sigmask); in thr_create_prepare()
212 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
214 return (void *) tcdp; in thr_create_prepare()
222 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
224 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
228 erts_thr_sigmask(SIG_SETMASK, &tcdp->saved_sigmask, NULL); in thr_create_cleanup()
231 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
237 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys.c204 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
206 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
209 erts_thr_sigmask(SIG_BLOCK, &thr_create_sigmask, &tcdp->saved_sigmask); in thr_create_prepare()
211 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
213 return (void *) tcdp; in thr_create_prepare()
221 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
223 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
227 erts_thr_sigmask(SIG_SETMASK, &tcdp->saved_sigmask, NULL); in thr_create_cleanup()
230 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
236 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys.c204 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
206 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
209 erts_thr_sigmask(SIG_BLOCK, &thr_create_sigmask, &tcdp->saved_sigmask); in thr_create_prepare()
211 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
213 return (void *) tcdp; in thr_create_prepare()
221 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
223 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
227 erts_thr_sigmask(SIG_SETMASK, &tcdp->saved_sigmask, NULL); in thr_create_cleanup()
230 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
236 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys.c204 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
206 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
209 erts_thr_sigmask(SIG_BLOCK, &thr_create_sigmask, &tcdp->saved_sigmask); in thr_create_prepare()
211 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
213 return (void *) tcdp; in thr_create_prepare()
221 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
223 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
227 erts_thr_sigmask(SIG_SETMASK, &tcdp->saved_sigmask, NULL); in thr_create_cleanup()
230 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
236 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/unix/
H A Dsys.c200 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
202 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
205 erts_thr_sigmask(SIG_BLOCK, &thr_create_sigmask, &tcdp->saved_sigmask); in thr_create_prepare()
207 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
209 return (void *) tcdp; in thr_create_prepare()
217 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
219 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
223 erts_thr_sigmask(SIG_SETMASK, &tcdp->saved_sigmask, NULL); in thr_create_cleanup()
226 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
232 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/zgl/
H A Duzglgeometry.pas623 tcdp:GDBDouble;
628 tcdp:=length+cdp;
629 if (cdp<-eps)and(tcdp>eps)then
634 if (cdp>=-eps)and(tcdp>eps) then
636 if tcdp<=(pcurrsegment.naccumlength+eps) then
643 cdp:=tcdp;
649 length:=tcdp-pcurrsegment^.naccumlength;
656 cdp:=tcdp;
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/win32/
H A Dsys.c3185 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
3187 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
3188 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
3190 return (void *) tcdp; in thr_create_prepare()
3198 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
3200 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
3202 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
3208 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
3214 erts_sched_bind_atthrcreate_child(tcdp->sched_bind_data); in thr_create_prepare_child()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c3185 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
3187 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
3188 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
3190 return (void *) tcdp; in thr_create_prepare()
3198 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
3200 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
3202 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
3208 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
3214 erts_sched_bind_atthrcreate_child(tcdp->sched_bind_data); in thr_create_prepare_child()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/win32/
H A Dsys.c3184 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
3186 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
3187 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
3189 return (void *) tcdp; in thr_create_prepare()
3197 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
3199 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
3201 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
3207 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
3213 erts_sched_bind_atthrcreate_child(tcdp->sched_bind_data); in thr_create_prepare_child()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c3185 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
3187 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
3188 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
3190 return (void *) tcdp; in thr_create_prepare()
3198 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
3200 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
3202 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
3208 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
3214 erts_sched_bind_atthrcreate_child(tcdp->sched_bind_data); in thr_create_prepare_child()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c3185 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
3187 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
3188 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
3190 return (void *) tcdp; in thr_create_prepare()
3198 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
3200 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
3202 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
3208 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
3214 erts_sched_bind_atthrcreate_child(tcdp->sched_bind_data); in thr_create_prepare_child()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c3185 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
3187 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
3188 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
3190 return (void *) tcdp; in thr_create_prepare()
3198 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
3200 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
3202 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
3208 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
3214 erts_sched_bind_atthrcreate_child(tcdp->sched_bind_data); in thr_create_prepare_child()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/win32/
H A Dsys.c3148 erts_thr_create_data_t *tcdp; in thr_create_prepare() local
3150 tcdp = erts_alloc(ERTS_ALC_T_TMP, sizeof(erts_thr_create_data_t)); in thr_create_prepare()
3151 tcdp->sched_bind_data = erts_sched_bind_atthrcreate_prepare(); in thr_create_prepare()
3153 return (void *) tcdp; in thr_create_prepare()
3161 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_cleanup() local
3163 erts_sched_bind_atthrcreate_parent(tcdp->sched_bind_data); in thr_create_cleanup()
3165 erts_free(ERTS_ALC_T_TMP, tcdp); in thr_create_cleanup()
3171 erts_thr_create_data_t *tcdp = (erts_thr_create_data_t *) vtcdp; in thr_create_prepare_child() local
3177 erts_sched_bind_atthrcreate_child(tcdp->sched_bind_data); in thr_create_prepare_child()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DnsSTSPreloadList.inc23389 chrt-tcdp.gc.ca, 1
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DnsSTSPreloadList.inc25133 chrt-tcdp.gc.ca, 1
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DnsSTSPreloadList.inc25878 chrt-tcdp.gc.ca, 1
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DnsSTSPreloadList.inc25133 chrt-tcdp.gc.ca, 1