Home
last modified time | relevance | path

Searched refs:erts_tsd_get (Results 1 – 25 of 97) sorted by relevance

1234

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_thr_progress.h197 ErtsThrPrgrData *tpd = erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_is_managed_thread()
224 ErtsThrPrgrData *tpd = erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_lc_is_delaying()
253 tpd = erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_later()
H A Derl_alloc.h321 && !!erts_tsd_get(erts_allctr_prelock_tsd_key); /* by me */ in erts_is_allctr_wrapper_prelocked()
580 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
590 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
H A Dcode_ix.c208 return code_writing_seized && erts_tsd_get(has_code_write_permission); in erts_has_code_write_permission()
H A Derl_dyn_lock_check.c214 dlc_thread_t *thr = (dlc_thread_t*) erts_tsd_get(dlc_thread_key); in get_thr()
367 dlc_thread_t *thr = (dlc_thread_t*) erts_tsd_get(dlc_thread_key); in erts_dlc_unlock()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.h197 ErtsThrPrgrData *tpd = (ErtsThrPrgrData*)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_is_managed_thread()
224 ErtsThrPrgrData *tpd = (ErtsThrPrgrData *)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_lc_is_delaying()
253 tpd = (ErtsThrPrgrData *)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_later()
H A Derl_alloc.h321 && !!erts_tsd_get(erts_allctr_prelock_tsd_key); /* by me */ in erts_is_allctr_wrapper_prelocked()
580 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
590 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
H A Dcode_ix.c223 return code_writing_seized && erts_tsd_get(has_code_write_permission); in erts_has_code_write_permission()
H A Derl_dyn_lock_check.c214 dlc_thread_t *thr = (dlc_thread_t*) erts_tsd_get(dlc_thread_key); in get_thr()
367 dlc_thread_t *thr = (dlc_thread_t*) erts_tsd_get(dlc_thread_key); in erts_dlc_unlock()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_thr_progress.h197 ErtsThrPrgrData *tpd = erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_is_managed_thread()
224 ErtsThrPrgrData *tpd = erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_lc_is_delaying()
253 tpd = erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_later()
H A Derl_alloc.h321 && !!erts_tsd_get(erts_allctr_prelock_tsd_key); /* by me */ in erts_is_allctr_wrapper_prelocked()
593 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
603 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
H A Dcode_ix.c168 return (code_writing_process != NULL) && erts_tsd_get(has_code_write_permission); in erts_has_code_write_permission()
H A Derl_dyn_lock_check.c214 dlc_thread_t *thr = (dlc_thread_t*) erts_tsd_get(dlc_thread_key); in get_thr()
367 dlc_thread_t *thr = (dlc_thread_t*) erts_tsd_get(dlc_thread_key); in erts_dlc_unlock()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.h197 ErtsThrPrgrData *tpd = (ErtsThrPrgrData*)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_is_managed_thread()
224 ErtsThrPrgrData *tpd = (ErtsThrPrgrData *)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_lc_is_delaying()
253 tpd = (ErtsThrPrgrData *)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_later()
H A Derl_alloc.h321 && !!erts_tsd_get(erts_allctr_prelock_tsd_key); /* by me */ in erts_is_allctr_wrapper_prelocked()
580 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
590 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
H A Dcode_ix.c223 return code_writing_seized && erts_tsd_get(has_code_write_permission); in erts_has_code_write_permission()
H A Derl_dyn_lock_check.c214 dlc_thread_t *thr = (dlc_thread_t*) erts_tsd_get(dlc_thread_key); in get_thr()
367 dlc_thread_t *thr = (dlc_thread_t*) erts_tsd_get(dlc_thread_key); in erts_dlc_unlock()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.h197 ErtsThrPrgrData *tpd = (ErtsThrPrgrData*)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_is_managed_thread()
224 ErtsThrPrgrData *tpd = (ErtsThrPrgrData *)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_lc_is_delaying()
253 tpd = (ErtsThrPrgrData *)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_later()
H A Derl_alloc.h321 && !!erts_tsd_get(erts_allctr_prelock_tsd_key); /* by me */ in erts_is_allctr_wrapper_prelocked()
580 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
590 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
H A Dcode_ix.c223 return code_writing_seized && erts_tsd_get(has_code_write_permission); in erts_has_code_write_permission()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_thr_progress.h197 ErtsThrPrgrData *tpd = erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_is_managed_thread()
224 ErtsThrPrgrData *tpd = erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_lc_is_delaying()
253 tpd = erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_later()
H A Derl_alloc.h300 && !!erts_tsd_get(erts_allctr_prelock_tsd_key); /* by me */ in erts_is_allctr_wrapper_prelocked()
572 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
582 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
H A Dcode_ix.c168 return (code_writing_process != NULL) && erts_tsd_get(has_code_write_permission); in erts_has_code_write_permission()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.h197 ErtsThrPrgrData *tpd = (ErtsThrPrgrData*)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_is_managed_thread()
224 ErtsThrPrgrData *tpd = (ErtsThrPrgrData *)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_lc_is_delaying()
253 tpd = (ErtsThrPrgrData *)erts_tsd_get(erts_thr_prgr_data_key__); in erts_thr_progress_later()
H A Derl_alloc.h321 && !!erts_tsd_get(erts_allctr_prelock_tsd_key); /* by me */ in erts_is_allctr_wrapper_prelocked()
580 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
590 int id = (int)(SWord)erts_tsd_get(sspa_data_##NAME##__->tsd_key); \
H A Dcode_ix.c223 return code_writing_seized && erts_tsd_get(has_code_write_permission); in erts_has_code_write_permission()

1234