Home
last modified time | relevance | path

Searched refs:erts_thr_progress_update (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/internal_doc/
H A DThreadProgress.md156 * `int erts_thr_progress_update(ErtsSchedulerData *esdp)` - Update
183 `erts_thr_progress_update()` (or `erts_thr_progress_leader_update()`).
217 `erts_thr_progress_update()` at least once before we reach the value
228 threads call `erts_thr_progress_update()`. Today each scheduler thread
229 calls `erts_thr_progress_update()` more or less each time an Erlang
232 `erts_thr_progress_update()` every second, or third time an Erlang
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/internal_doc/
H A DThreadProgress.md156 * `int erts_thr_progress_update(ErtsSchedulerData *esdp)` - Update
183 `erts_thr_progress_update()` (or `erts_thr_progress_leader_update()`).
217 `erts_thr_progress_update()` at least once before we reach the value
228 threads call `erts_thr_progress_update()`. Today each scheduler thread
229 calls `erts_thr_progress_update()` more or less each time an Erlang
232 `erts_thr_progress_update()` every second, or third time an Erlang
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/internal_doc/
H A DThreadProgress.md156 * `int erts_thr_progress_update(ErtsSchedulerData *esdp)` - Update
183 `erts_thr_progress_update()` (or `erts_thr_progress_leader_update()`).
217 `erts_thr_progress_update()` at least once before we reach the value
228 threads call `erts_thr_progress_update()`. Today each scheduler thread
229 calls `erts_thr_progress_update()` more or less each time an Erlang
232 `erts_thr_progress_update()` every second, or third time an Erlang
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/internal_doc/
H A DThreadProgress.md156 * `int erts_thr_progress_update(ErtsSchedulerData *esdp)` - Update
183 `erts_thr_progress_update()` (or `erts_thr_progress_leader_update()`).
217 `erts_thr_progress_update()` at least once before we reach the value
228 threads call `erts_thr_progress_update()`. Today each scheduler thread
229 calls `erts_thr_progress_update()` more or less each time an Erlang
232 `erts_thr_progress_update()` every second, or third time an Erlang
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/internal_doc/
H A DThreadProgress.md156 * `int erts_thr_progress_update(ErtsSchedulerData *esdp)` - Update
183 `erts_thr_progress_update()` (or `erts_thr_progress_leader_update()`).
217 `erts_thr_progress_update()` at least once before we reach the value
228 threads call `erts_thr_progress_update()`. Today each scheduler thread
229 calls `erts_thr_progress_update()` more or less each time an Erlang
232 `erts_thr_progress_update()` every second, or third time an Erlang
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/internal_doc/
H A DThreadProgress.md156 * `int erts_thr_progress_update(ErtsSchedulerData *esdp)` - Update
183 `erts_thr_progress_update()` (or `erts_thr_progress_leader_update()`).
217 `erts_thr_progress_update()` at least once before we reach the value
228 threads call `erts_thr_progress_update()`. Today each scheduler thread
229 calls `erts_thr_progress_update()` more or less each time an Erlang
232 `erts_thr_progress_update()` every second, or third time an Erlang
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/internal_doc/
H A DThreadProgress.md156 * `int erts_thr_progress_update(ErtsSchedulerData *esdp)` - Update
183 `erts_thr_progress_update()` (or `erts_thr_progress_leader_update()`).
217 `erts_thr_progress_update()` at least once before we reach the value
228 threads call `erts_thr_progress_update()`. Today each scheduler thread
229 calls `erts_thr_progress_update()` more or less each time an Erlang
232 `erts_thr_progress_update()` every second, or third time an Erlang
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_thr_progress.h133 int erts_thr_progress_update(ErtsThrPrgrData *);
H A Derl_thr_progress.c848 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update() function
H A Derl_trace.c2316 if (erts_thr_progress_update(tpd)) in sys_msg_dispatcher_func()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.h133 int erts_thr_progress_update(ErtsThrPrgrData *);
H A Derl_thr_progress.c848 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_thr_progress.h133 int erts_thr_progress_update(ErtsThrPrgrData *);
H A Derl_thr_progress.c859 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update() function
H A Derl_process.c3153 if (aux_work && erts_thr_progress_update(tpd)) in aux_thread()
3420 if (aux_work && erts_thr_progress_update(erts_thr_prgr_data(esdp))) in scheduler_wait()
7804 if (aux_work && erts_thr_progress_update(erts_thr_prgr_data(esdp))) in suspend_scheduler()
9573 leader_update = erts_thr_progress_update(erts_thr_prgr_data(esdp)); in erts_schedule()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.h133 int erts_thr_progress_update(ErtsThrPrgrData *);
H A Derl_thr_progress.c848 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update() function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.h133 int erts_thr_progress_update(ErtsThrPrgrData *);
H A Derl_thr_progress.c848 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update() function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_thr_progress.h133 int erts_thr_progress_update(ErtsThrPrgrData *);
H A Derl_thr_progress.c859 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update() function
H A Derl_trace.c2280 if (erts_thr_progress_update(tpd)) in sys_msg_dispatcher_func()
H A Derl_process.c3141 if (aux_work && erts_thr_progress_update(tpd)) in aux_thread()
3403 if (aux_work && erts_thr_progress_update(erts_thr_prgr_data(esdp))) in scheduler_wait()
7752 if (aux_work && erts_thr_progress_update(erts_thr_prgr_data(esdp))) in suspend_scheduler()
9522 leader_update = erts_thr_progress_update(erts_thr_prgr_data(esdp)); in erts_schedule()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.h133 int erts_thr_progress_update(ErtsThrPrgrData *);
H A Derl_thr_progress.c848 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update() function

12