Home
last modified time | relevance | path

Searched refs:main_threads (Results 1 – 24 of 24) sorted by relevance

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/common/
H A Dethr_aux.c73 static int main_threads; variable
301 main_threads = 0; in ethr_late_init_common__()
305 if (lid->main_threads < 0 || USHRT_MAX < lid->main_threads) in ethr_late_init_common__()
307 main_threads = lid->main_threads; in ethr_late_init_common__()
310 res = ethr_mutex_lib_late_init(reader_groups, main_threads); in ethr_late_init_common__()
604 if (no < 1 || main_threads < no) in ethr_set_main_thr_status()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/common/
H A Dethr_aux.c73 static int main_threads; variable
300 main_threads = 0; in ethr_late_init_common__()
304 if (lid->main_threads < 0 || USHRT_MAX < lid->main_threads) in ethr_late_init_common__()
306 main_threads = lid->main_threads; in ethr_late_init_common__()
309 res = ethr_mutex_lib_late_init(reader_groups, main_threads); in ethr_late_init_common__()
603 if (no < 1 || main_threads < no) in ethr_set_main_thr_status()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/common/
H A Dethr_aux.c73 static int main_threads; variable
301 main_threads = 0; in ethr_late_init_common__()
305 if (lid->main_threads < 0 || USHRT_MAX < lid->main_threads) in ethr_late_init_common__()
307 main_threads = lid->main_threads; in ethr_late_init_common__()
310 res = ethr_mutex_lib_late_init(reader_groups, main_threads); in ethr_late_init_common__()
604 if (no < 1 || main_threads < no) in ethr_set_main_thr_status()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/common/
H A Dethr_aux.c73 static int main_threads; variable
301 main_threads = 0; in ethr_late_init_common__()
305 if (lid->main_threads < 0 || USHRT_MAX < lid->main_threads) in ethr_late_init_common__()
307 main_threads = lid->main_threads; in ethr_late_init_common__()
310 res = ethr_mutex_lib_late_init(reader_groups, main_threads); in ethr_late_init_common__()
604 if (no < 1 || main_threads < no) in ethr_set_main_thr_status()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/common/
H A Dethr_aux.c73 static int main_threads; variable
301 main_threads = 0; in ethr_late_init_common__()
305 if (lid->main_threads < 0 || USHRT_MAX < lid->main_threads) in ethr_late_init_common__()
307 main_threads = lid->main_threads; in ethr_late_init_common__()
310 res = ethr_mutex_lib_late_init(reader_groups, main_threads); in ethr_late_init_common__()
604 if (no < 1 || main_threads < no) in ethr_set_main_thr_status()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/common/
H A Dethr_aux.c73 static int main_threads; variable
300 main_threads = 0; in ethr_late_init_common__()
304 if (lid->main_threads < 0 || USHRT_MAX < lid->main_threads) in ethr_late_init_common__()
306 main_threads = lid->main_threads; in ethr_late_init_common__()
309 res = ethr_mutex_lib_late_init(reader_groups, main_threads); in ethr_late_init_common__()
603 if (no < 1 || main_threads < no) in ethr_set_main_thr_status()
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/common/
H A Dethr_aux.c73 static int main_threads; variable
301 main_threads = 0; in ethr_late_init_common__()
305 if (lid->main_threads < 0 || USHRT_MAX < lid->main_threads) in ethr_late_init_common__()
307 main_threads = lid->main_threads; in ethr_late_init_common__()
310 res = ethr_mutex_lib_late_init(reader_groups, main_threads); in ethr_late_init_common__()
604 if (no < 1 || main_threads < no) in ethr_set_main_thr_status()
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A Dthreading.py165 main_threads = [v for v in __threading__._active.values()
167 assert len(main_threads) == 1, "Too many main threads"
169 return main_threads[0]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/scripts/inferno/
H A Dinferno.py139 main_threads = [thread for thread in process.threads.values() if thread.tid == thread.pid]
140 if main_threads:
141 process.name = main_threads[0].name
142 process.pid = main_threads[0].pid
/dports/devel/py-tox/tox-3.12.1/src/tox/session/commands/run/
H A Dparallel.py124 def _stop_child_processes(processes, main_threads): argument
138 for thread in main_threads:
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h484 int main_threads; member
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/include/internal/
H A Dethread.h483 int main_threads; member
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/include/internal/
H A Dethread.h482 int main_threads; member
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h484 int main_threads; member
/dports/lang/erlang/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h484 int main_threads; member
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h484 int main_threads; member
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/include/internal/
H A Dethread.h483 int main_threads; member
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_init.c1231 elid.main_threads = max_main_threads; in early_init()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_init.c1248 elid.main_threads = max_main_threads; in early_init()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_init.c1278 elid.main_threads = max_main_threads; in early_init()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_init.c1278 elid.main_threads = max_main_threads; in early_init()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_init.c1278 elid.main_threads = max_main_threads; in early_init()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_init.c1278 elid.main_threads = max_main_threads; in early_init()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_init.c1222 elid.main_threads = max_main_threads; in early_init()