Home
last modified time | relevance | path

Searched refs:ERTS_MAX_PID_SERIAL (Results 1 – 12 of 12) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_node_container_utils.h181 #define ERTS_MAX_PID_SERIAL ((1 << _PID_SER_SIZE) - 1) macro
H A Dbif.c4273 if (c > ERTS_MAX_PID_SERIAL || b > ERTS_MAX_PID_NUMBER) in list_to_pid_1()
H A Dexternal.c2980 if (ser > ERTS_MAX_PID_SERIAL) in dec_pid()
H A Derl_process.c11701 ASSERT(internal_pid_serial(p->common.id) <= ERTS_MAX_PID_SERIAL); in alloc_process()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_node_container_utils.h181 #define ERTS_MAX_PID_SERIAL ((1 << _PID_SER_SIZE) - 1) macro
H A Dbif.c4153 if (c > ERTS_MAX_PID_SERIAL || b > ERTS_MAX_PID_NUMBER) in list_to_pid_1()
H A Dexternal.c2607 if (ser > ERTS_MAX_PID_SERIAL) in dec_pid()
H A Derl_process.c11719 ASSERT(internal_pid_serial(p->common.id) <= ERTS_MAX_PID_SERIAL); in alloc_process()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_node_container_utils.h181 #define ERTS_MAX_PID_SERIAL ((1 << _PID_SER_SIZE) - 1) macro
H A Dbif.c4041 if (c > ERTS_MAX_PID_SERIAL || b > ERTS_MAX_PID_NUMBER) in list_to_pid_1()
H A Dexternal.c2386 if (ser > ERTS_MAX_PID_SERIAL) in dec_pid()
H A Derl_process.c11608 ASSERT(internal_pid_serial(p->common.id) <= ERTS_MAX_PID_SERIAL); in alloc_process()