Home
last modified time | relevance | path

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

12

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/common/
H A Derl_os_monotonic_time_extender.c67 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_late_init_os_monotonic_time_extender() local
68 thr_opts.detached = 1; in erts_late_init_os_monotonic_time_extender()
69 thr_opts.suggested_stack_size = 4; in erts_late_init_os_monotonic_time_extender()
72 thr_opts.name = "os_monotonic_time_extender"; in erts_late_init_os_monotonic_time_extender()
78 &thr_opts); in erts_late_init_os_monotonic_time_extender()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_os_monotonic_time_extender.c67 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_late_init_os_monotonic_time_extender() local
68 thr_opts.detached = 1; in erts_late_init_os_monotonic_time_extender()
69 thr_opts.suggested_stack_size = 4; in erts_late_init_os_monotonic_time_extender()
72 thr_opts.name = "os_monotonic_time_extender"; in erts_late_init_os_monotonic_time_extender()
78 &thr_opts); in erts_late_init_os_monotonic_time_extender()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/common/
H A Derl_os_monotonic_time_extender.c67 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_late_init_os_monotonic_time_extender() local
68 thr_opts.detached = 1; in erts_late_init_os_monotonic_time_extender()
69 thr_opts.suggested_stack_size = 4; in erts_late_init_os_monotonic_time_extender()
72 thr_opts.name = "os_monotonic_time_extender"; in erts_late_init_os_monotonic_time_extender()
78 &thr_opts); in erts_late_init_os_monotonic_time_extender()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_os_monotonic_time_extender.c67 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_late_init_os_monotonic_time_extender() local
68 thr_opts.detached = 1; in erts_late_init_os_monotonic_time_extender()
69 thr_opts.suggested_stack_size = 4; in erts_late_init_os_monotonic_time_extender()
72 thr_opts.name = "os_monotonic_time_extender"; in erts_late_init_os_monotonic_time_extender()
78 &thr_opts); in erts_late_init_os_monotonic_time_extender()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_os_monotonic_time_extender.c67 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_late_init_os_monotonic_time_extender() local
68 thr_opts.detached = 1; in erts_late_init_os_monotonic_time_extender()
69 thr_opts.suggested_stack_size = 4; in erts_late_init_os_monotonic_time_extender()
72 thr_opts.name = "os_monotonic_time_extender"; in erts_late_init_os_monotonic_time_extender()
78 &thr_opts); in erts_late_init_os_monotonic_time_extender()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_os_monotonic_time_extender.c67 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_late_init_os_monotonic_time_extender() local
68 thr_opts.detached = 1; in erts_late_init_os_monotonic_time_extender()
69 thr_opts.suggested_stack_size = 4; in erts_late_init_os_monotonic_time_extender()
72 thr_opts.name = "os_monotonic_time_extender"; in erts_late_init_os_monotonic_time_extender()
78 &thr_opts); in erts_late_init_os_monotonic_time_extender()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/common/
H A Derl_os_monotonic_time_extender.c67 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_late_init_os_monotonic_time_extender() local
68 thr_opts.detached = 1; in erts_late_init_os_monotonic_time_extender()
69 thr_opts.suggested_stack_size = 4; in erts_late_init_os_monotonic_time_extender()
72 thr_opts.name = "os_monotonic_time_extender"; in erts_late_init_os_monotonic_time_extender()
78 &thr_opts); in erts_late_init_os_monotonic_time_extender()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_async.c157 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_init_async() local
203 thr_opts.detached = 0; in erts_init_async()
204 thr_opts.suggested_stack_size in erts_init_async()
207 thr_opts.name = thr_name; in erts_init_async()
212 erts_snprintf(thr_opts.name, sizeof(thr_name), "async_%d", i+1); in erts_init_async()
214 erts_thr_create(&aq->thr_id, async_main, (void*) aq, &thr_opts); in erts_init_async()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_async.c158 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_init_async() local
204 thr_opts.detached = 0; in erts_init_async()
205 thr_opts.suggested_stack_size in erts_init_async()
208 thr_opts.name = thr_name; in erts_init_async()
213 erts_snprintf(thr_opts.name, sizeof(thr_name), "async_%d", i+1); in erts_init_async()
215 erts_thr_create(&aq->thr_id, async_main, (void*) aq, &thr_opts); in erts_init_async()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_async.c158 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_init_async() local
204 thr_opts.detached = 0; in erts_init_async()
205 thr_opts.suggested_stack_size in erts_init_async()
208 thr_opts.name = thr_name; in erts_init_async()
213 erts_snprintf(thr_opts.name, sizeof(thr_name), "async_%d", i+1); in erts_init_async()
215 erts_thr_create(&aq->thr_id, async_main, (void*) aq, &thr_opts); in erts_init_async()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_async.c158 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_init_async() local
204 thr_opts.detached = 0; in erts_init_async()
205 thr_opts.suggested_stack_size in erts_init_async()
208 thr_opts.name = thr_name; in erts_init_async()
213 erts_snprintf(thr_opts.name, sizeof(thr_name), "async_%d", i+1); in erts_init_async()
215 erts_thr_create(&aq->thr_id, async_main, (void*) aq, &thr_opts); in erts_init_async()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_async.c158 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_init_async() local
204 thr_opts.detached = 0; in erts_init_async()
205 thr_opts.suggested_stack_size in erts_init_async()
208 thr_opts.name = thr_name; in erts_init_async()
213 erts_snprintf(thr_opts.name, sizeof(thr_name), "async_%d", i+1); in erts_init_async()
215 erts_thr_create(&aq->thr_id, async_main, (void*) aq, &thr_opts); in erts_init_async()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_async.c157 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_init_async() local
203 thr_opts.detached = 0; in erts_init_async()
204 thr_opts.suggested_stack_size in erts_init_async()
207 thr_opts.name = thr_name; in erts_init_async()
212 erts_snprintf(thr_opts.name, 16, "async_%d", i+1); in erts_init_async()
214 erts_thr_create(&aq->thr_id, async_main, (void*) aq, &thr_opts); in erts_init_async()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_async.c157 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in erts_init_async() local
203 thr_opts.detached = 0; in erts_init_async()
204 thr_opts.suggested_stack_size in erts_init_async()
207 thr_opts.name = thr_name; in erts_init_async()
212 erts_snprintf(thr_opts.name, 16, "async_%d", i+1); in erts_init_async()
214 erts_thr_create(&aq->thr_id, async_main, (void*) aq, &thr_opts); in erts_init_async()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/unix/
H A Dsys.c1046 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in init_smp_sig_notify() local
1047 thr_opts.detached = 1; in init_smp_sig_notify()
1048 thr_opts.name = "sys_sig_dispatcher"; in init_smp_sig_notify()
1061 &thr_opts); in init_smp_sig_notify()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys.c1059 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in init_smp_sig_notify() local
1060 thr_opts.detached = 1; in init_smp_sig_notify()
1061 thr_opts.name = "sys_sig_dispatcher"; in init_smp_sig_notify()
1074 &thr_opts); in init_smp_sig_notify()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/unix/
H A Dsys.c1064 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in init_smp_sig_notify() local
1065 thr_opts.detached = 1; in init_smp_sig_notify()
1066 thr_opts.name = "sys_sig_dispatcher"; in init_smp_sig_notify()
1079 &thr_opts); in init_smp_sig_notify()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys.c1059 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in init_smp_sig_notify() local
1060 thr_opts.detached = 1; in init_smp_sig_notify()
1061 thr_opts.name = "sys_sig_dispatcher"; in init_smp_sig_notify()
1074 &thr_opts); in init_smp_sig_notify()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys.c1059 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in init_smp_sig_notify() local
1060 thr_opts.detached = 1; in init_smp_sig_notify()
1061 thr_opts.name = "sys_sig_dispatcher"; in init_smp_sig_notify()
1074 &thr_opts); in init_smp_sig_notify()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys.c1059 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in init_smp_sig_notify() local
1060 thr_opts.detached = 1; in init_smp_sig_notify()
1061 thr_opts.name = "sys_sig_dispatcher"; in init_smp_sig_notify()
1074 &thr_opts); in init_smp_sig_notify()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/unix/
H A Dsys.c1043 erts_thr_opts_t thr_opts = ERTS_THR_OPTS_DEFAULT_INITER; in init_smp_sig_notify() local
1044 thr_opts.detached = 1; in init_smp_sig_notify()
1045 thr_opts.name = "sys_sig_dispatcher"; in init_smp_sig_notify()
1058 &thr_opts); in init_smp_sig_notify()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/test/ethread_SUITE_data/
H A Dethread_tests.c823 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in detached_thread_test() local
832 thr_opts.detached = 1; in detached_thread_test()
841 res = ethr_thr_create(&tid[j], dt_thread, NULL, &thr_opts); in detached_thread_test()
1767 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in dw_atomic_massage_test() local
1777 res = ethr_thr_create(&tid[i-AT_DW_MIN], at_dw_thr, (void *) val, &thr_opts); in dw_atomic_massage_test()
1844 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in atomic_test() local
1860 thr_opts.detached = 1; in atomic_test()
1876 res = ethr_thr_create(&tid[i], at_thread, NULL, &thr_opts); in atomic_test()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/test/ethread_SUITE_data/
H A Dethread_tests.c789 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in detached_thread_test() local
798 thr_opts.detached = 1; in detached_thread_test()
807 res = ethr_thr_create(&tid[j], dt_thread, NULL, &thr_opts); in detached_thread_test()
1733 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in dw_atomic_massage_test() local
1743 res = ethr_thr_create(&tid[i-AT_DW_MIN], at_dw_thr, (void *) val, &thr_opts); in dw_atomic_massage_test()
1810 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in atomic_test() local
1826 thr_opts.detached = 1; in atomic_test()
1842 res = ethr_thr_create(&tid[i], at_thread, NULL, &thr_opts); in atomic_test()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/test/ethread_SUITE_data/
H A Dethread_tests.c823 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in detached_thread_test() local
832 thr_opts.detached = 1; in detached_thread_test()
841 res = ethr_thr_create(&tid[j], dt_thread, NULL, &thr_opts); in detached_thread_test()
1767 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in dw_atomic_massage_test() local
1777 res = ethr_thr_create(&tid[i-AT_DW_MIN], at_dw_thr, (void *) val, &thr_opts); in dw_atomic_massage_test()
1844 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in atomic_test() local
1860 thr_opts.detached = 1; in atomic_test()
1876 res = ethr_thr_create(&tid[i], at_thread, NULL, &thr_opts); in atomic_test()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/test/ethread_SUITE_data/
H A Dethread_tests.c823 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in detached_thread_test() local
832 thr_opts.detached = 1; in detached_thread_test()
841 res = ethr_thr_create(&tid[j], dt_thread, NULL, &thr_opts); in detached_thread_test()
1767 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in dw_atomic_massage_test() local
1777 res = ethr_thr_create(&tid[i-AT_DW_MIN], at_dw_thr, (void *) val, &thr_opts); in dw_atomic_massage_test()
1844 ethr_thr_opts thr_opts = ETHR_THR_OPTS_DEFAULT_INITER; in atomic_test() local
1860 thr_opts.detached = 1; in atomic_test()
1876 res = ethr_thr_create(&tid[i], at_thread, NULL, &thr_opts); in atomic_test()

12