Home
last modified time | relevance | path

Searched refs:Fork (Results 1 – 25 of 3956) sorted by relevance

12345678910>>...159

/dports/devel/grpc134/grpc-1.34.1/test/core/gprpp/
H A Dfork_test.cc28 grpc_core::Fork::GlobalInit(); in test_init()
33 grpc_core::Fork::Enable(false); in test_init()
34 grpc_core::Fork::GlobalInit(); in test_init()
39 grpc_core::Fork::Enable(true); in test_init()
40 grpc_core::Fork::GlobalInit(); in test_init()
61 grpc_core::Fork::Enable(true); in test_thd_count()
62 grpc_core::Fork::GlobalInit(); in test_thd_count()
66 grpc_core::Fork::Enable(true); in test_thd_count()
67 grpc_core::Fork::GlobalInit(); in test_thd_count()
97 grpc_core::Fork::Enable(true); in test_exec_count()
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/core/gprpp/
H A Dfork_test.cc28 grpc_core::Fork::GlobalInit(); in test_init()
33 grpc_core::Fork::Enable(false); in test_init()
34 grpc_core::Fork::GlobalInit(); in test_init()
39 grpc_core::Fork::Enable(true); in test_init()
40 grpc_core::Fork::GlobalInit(); in test_init()
61 grpc_core::Fork::Enable(true); in test_thd_count()
62 grpc_core::Fork::GlobalInit(); in test_thd_count()
66 grpc_core::Fork::Enable(true); in test_thd_count()
67 grpc_core::Fork::GlobalInit(); in test_thd_count()
97 grpc_core::Fork::Enable(true); in test_exec_count()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/gprpp/
H A Dfork_test.cc28 grpc_core::Fork::GlobalInit(); in test_init()
33 grpc_core::Fork::Enable(false); in test_init()
34 grpc_core::Fork::GlobalInit(); in test_init()
39 grpc_core::Fork::Enable(true); in test_init()
40 grpc_core::Fork::GlobalInit(); in test_init()
61 grpc_core::Fork::Enable(true); in test_thd_count()
62 grpc_core::Fork::GlobalInit(); in test_thd_count()
66 grpc_core::Fork::Enable(true); in test_thd_count()
67 grpc_core::Fork::GlobalInit(); in test_thd_count()
97 grpc_core::Fork::Enable(true); in test_exec_count()
[all …]
/dports/devel/grpc/grpc-1.42.0/test/core/gprpp/
H A Dfork_test.cc28 grpc_core::Fork::GlobalInit(); in test_init()
33 grpc_core::Fork::Enable(false); in test_init()
34 grpc_core::Fork::GlobalInit(); in test_init()
39 grpc_core::Fork::Enable(true); in test_init()
40 grpc_core::Fork::GlobalInit(); in test_init()
61 grpc_core::Fork::Enable(true); in test_thd_count()
62 grpc_core::Fork::GlobalInit(); in test_thd_count()
66 grpc_core::Fork::Enable(true); in test_thd_count()
67 grpc_core::Fork::GlobalInit(); in test_thd_count()
97 grpc_core::Fork::Enable(true); in test_exec_count()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/gprpp/
H A Dfork.cc169 void Fork::GlobalInit() { in GlobalInit()
179 void Fork::GlobalShutdown() { in GlobalShutdown()
194 void Fork::IncExecCtxCount() { in IncExecCtxCount()
200 void Fork::DecExecCtxCount() { in DecExecCtxCount()
210 Fork::child_postfork_func Fork::GetResetChildPollingEngineFunc() { in GetResetChildPollingEngineFunc()
214 bool Fork::BlockExecCtx() { in BlockExecCtx()
221 void Fork::AllowExecCtx() { in AllowExecCtx()
227 void Fork::IncThreadCount() { in IncThreadCount()
233 void Fork::DecThreadCount() { in DecThreadCount()
238 void Fork::AwaitThreads() { in AwaitThreads()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/gprpp/
H A Dfork.cc169 void Fork::GlobalInit() { in GlobalInit()
180 void Fork::GlobalShutdown() { in GlobalShutdown()
190 void Fork::Enable(bool enable) { in Enable()
203 Fork::child_postfork_func Fork::GetResetChildPollingEngineFunc() { in GetResetChildPollingEngineFunc()
207 bool Fork::BlockExecCtx() { in BlockExecCtx()
214 void Fork::AllowExecCtx() { in AllowExecCtx()
220 void Fork::IncThreadCount() { in IncThreadCount()
226 void Fork::DecThreadCount() { in DecThreadCount()
231 void Fork::AwaitThreads() { in AwaitThreads()
240 bool Fork::override_enabled_ = false;
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/gprpp/
H A Dfork.cc169 void Fork::GlobalInit() { in GlobalInit()
180 void Fork::GlobalShutdown() { in GlobalShutdown()
190 void Fork::Enable(bool enable) { in Enable()
203 Fork::child_postfork_func Fork::GetResetChildPollingEngineFunc() { in GetResetChildPollingEngineFunc()
207 bool Fork::BlockExecCtx() { in BlockExecCtx()
214 void Fork::AllowExecCtx() { in AllowExecCtx()
220 void Fork::IncThreadCount() { in IncThreadCount()
226 void Fork::DecThreadCount() { in DecThreadCount()
231 void Fork::AwaitThreads() { in AwaitThreads()
240 bool Fork::override_enabled_ = false;
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/lib/gprpp/
H A Dfork.cc169 void Fork::GlobalInit() { in GlobalInit()
180 void Fork::GlobalShutdown() { in GlobalShutdown()
187 bool Fork::Enabled() { in Enabled()
192 void Fork::Enable(bool enable) { in Enable()
205 Fork::child_postfork_func Fork::GetResetChildPollingEngineFunc() { in GetResetChildPollingEngineFunc()
209 bool Fork::BlockExecCtx() { in BlockExecCtx()
216 void Fork::AllowExecCtx() { in AllowExecCtx()
222 void Fork::IncThreadCount() { in IncThreadCount()
228 void Fork::DecThreadCount() { in DecThreadCount()
233 void Fork::AwaitThreads() { in AwaitThreads()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/gprpp/
H A Dfork.cc169 void Fork::GlobalInit() { in GlobalInit()
180 void Fork::GlobalShutdown() { in GlobalShutdown()
187 bool Fork::Enabled() { in Enabled()
192 void Fork::Enable(bool enable) { in Enable()
205 Fork::child_postfork_func Fork::GetResetChildPollingEngineFunc() { in GetResetChildPollingEngineFunc()
209 bool Fork::BlockExecCtx() { in BlockExecCtx()
216 void Fork::AllowExecCtx() { in AllowExecCtx()
222 void Fork::IncThreadCount() { in IncThreadCount()
228 void Fork::DecThreadCount() { in DecThreadCount()
233 void Fork::AwaitThreads() { in AwaitThreads()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/gprpp/
H A Dfork.cc169 void Fork::GlobalInit() { in GlobalInit()
180 void Fork::GlobalShutdown() { in GlobalShutdown()
187 bool Fork::Enabled() { in Enabled()
192 void Fork::Enable(bool enable) { in Enable()
205 Fork::child_postfork_func Fork::GetResetChildPollingEngineFunc() { in GetResetChildPollingEngineFunc()
209 bool Fork::BlockExecCtx() { in BlockExecCtx()
216 void Fork::AllowExecCtx() { in AllowExecCtx()
222 void Fork::IncThreadCount() { in IncThreadCount()
228 void Fork::DecThreadCount() { in DecThreadCount()
233 void Fork::AwaitThreads() { in AwaitThreads()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/socketxx/socket++/
H A Dfork.cpp28 Fork::ForkProcess* Fork::ForkProcess::list = nullptr;
29 Fork::KillForks Fork::killall;
31 Fork::~Fork () in ~Fork()
37 Fork::KillForks::~KillForks () in ~KillForks()
45 while (Fork::ForkProcess::list && wait (nullptr) > 0) {} in ~KillForks()
85 Fork::ForkProcess::~ForkProcess () in ~ForkProcess()
105 void Fork::ForkProcess::kill_process () const in kill_process()
113 void Fork::ForkProcess::reap_child () const in reap_child()
148 void Fork::ForkProcess::reaper_nohang (int signo) in reaper_nohang()
178 void Fork::ForkProcess::commit_suicide (int) in commit_suicide()
[all …]
H A Dfork.h19 class Fork {
28 friend Fork::KillForks::~KillForks ();
55 Fork (Fork&) = delete;
56 Fork& operator = (Fork&) = delete;
57 Fork (bool kill = false, bool reason = false)
59 ~Fork ();
/dports/devel/gdcm/gdcm-3.0.10/Utilities/socketxx/socket++/
H A Dfork.cpp28 Fork::ForkProcess* Fork::ForkProcess::list = nullptr;
29 Fork::KillForks Fork::killall;
31 Fork::~Fork () in ~Fork()
37 Fork::KillForks::~KillForks () in ~KillForks()
45 while (Fork::ForkProcess::list && wait (nullptr) > 0) {} in ~KillForks()
85 Fork::ForkProcess::~ForkProcess () in ~ForkProcess()
105 void Fork::ForkProcess::kill_process () const in kill_process()
113 void Fork::ForkProcess::reap_child () const in reap_child()
148 void Fork::ForkProcess::reaper_nohang (int signo) in reaper_nohang()
178 void Fork::ForkProcess::commit_suicide (int) in commit_suicide()
[all …]
H A Dfork.h19 class Fork {
28 friend Fork::KillForks::~KillForks ();
55 Fork (Fork&) = delete;
56 Fork& operator = (Fork&) = delete;
57 Fork (bool kill = false, bool reason = false)
59 ~Fork ();
/dports/devel/libassa/libassa-3.5.1/tests/
H A Dfork_test.cpp86 Fork a (Fork::WAIT_ON_EXIT, Fork::IGNORE_STATUS); in main()
92 Fork b (Fork::KILL_ON_EXIT, Fork::IGNORE_STATUS); in main()
98 Fork c (Fork::WAIT_ON_EXIT, Fork::IGNORE_STATUS); in main()
104 Fork d (Fork::LEAVE_ALONE, Fork::IGNORE_STATUS); in main()
/dports/games/py-pychess/pychess-1.0.2/learn/puzzles/
H A Dlichess_study_lichess-practice-the-fork_by_arex_2017.01.29.pgn2 [Event "Lichess Practice: The Fork: Knight Fork #1"]
18 [Event "Lichess Practice: The Fork: Knight Fork #2"]
34 [Event "Lichess Practice: The Fork: Pawn Fork #1"]
49 [Event "Lichess Practice: The Fork: Pawn Fork #2"]
64 [Event "Lichess Practice: The Fork: Rook Fork #1"]
79 [Event "Lichess Practice: The Fork: Bishop Fork #1"]
94 [Event "Lichess Practice: The Fork: Queen Fork #1"]
145 [Event "Lichess Practice: The Fork: Fork Challenge #1 N"]
161 [Event "Lichess Practice: The Fork: Fork Challenge #2 N"]
177 [Event "Lichess Practice: The Fork: Fork Challenge #3 N"]
[all …]
/dports/graphics/dia/dia-0.97.3/objects/UML/
H A Dfork.c42 typedef struct _Fork Fork; typedef
67 static void fork_destroy(Fork *branch);
75 static void fork_update_data(Fork *branch);
121 fork_describe_props(Fork *branch) in fork_describe_props()
143 fork_set_props(Fork *branch, GPtrArray *props) in fork_set_props()
151 fork_distance_from(Fork *branch, Point *point) in fork_distance_from()
193 fork_move(Fork *branch, Point *to) in fork_move()
229 static void fork_update_data(Fork *branch) in fork_update_data()
256 Fork *branch; in fork_create()
261 branch = g_malloc0(sizeof(Fork)); in fork_create()
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dfork_posix.cc60 if (!grpc_core::Fork::Enabled()) { in grpc_prefork()
74 if (!grpc_core::Fork::BlockExecCtx()) { in grpc_prefork()
83 grpc_core::Fork::AwaitThreads(); in grpc_prefork()
89 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_parent()
98 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_child()
100 grpc_core::Fork::child_postfork_func reset_polling_engine = in grpc_postfork_child()
101 grpc_core::Fork::GetResetChildPollingEngineFunc(); in grpc_postfork_child()
111 if (grpc_core::Fork::Enabled() & !registered_handlers) { in grpc_fork_handlers_auto_register()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/iomgr/
H A Dfork_posix.cc60 if (!grpc_core::Fork::Enabled()) { in grpc_prefork()
74 if (!grpc_core::Fork::BlockExecCtx()) { in grpc_prefork()
83 grpc_core::Fork::AwaitThreads(); in grpc_prefork()
89 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_parent()
98 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_child()
100 grpc_core::Fork::child_postfork_func reset_polling_engine = in grpc_postfork_child()
101 grpc_core::Fork::GetResetChildPollingEngineFunc(); in grpc_postfork_child()
111 if (grpc_core::Fork::Enabled() & !registered_handlers) { in grpc_fork_handlers_auto_register()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/iomgr/
H A Dfork_posix.cc60 if (!grpc_core::Fork::Enabled()) { in grpc_prefork()
74 if (!grpc_core::Fork::BlockExecCtx()) { in grpc_prefork()
83 grpc_core::Fork::AwaitThreads(); in grpc_prefork()
89 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_parent()
98 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_child()
100 grpc_core::Fork::child_postfork_func reset_polling_engine = in grpc_postfork_child()
101 grpc_core::Fork::GetResetChildPollingEngineFunc(); in grpc_postfork_child()
111 if (grpc_core::Fork::Enabled() & !registered_handlers) { in grpc_fork_handlers_auto_register()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/iomgr/
H A Dfork_posix.cc56 if (!grpc_core::Fork::Enabled()) { in grpc_prefork()
70 if (!grpc_core::Fork::BlockExecCtx()) { in grpc_prefork()
79 grpc_core::Fork::AwaitThreads(); in grpc_prefork()
85 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_parent()
94 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_child()
96 grpc_core::Fork::child_postfork_func reset_polling_engine = in grpc_postfork_child()
97 grpc_core::Fork::GetResetChildPollingEngineFunc(); in grpc_postfork_child()
107 if (grpc_core::Fork::Enabled() & !registered_handlers) { in grpc_fork_handlers_auto_register()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dfork_posix.cc60 if (!grpc_core::Fork::Enabled()) { in grpc_prefork()
74 if (!grpc_core::Fork::BlockExecCtx()) { in grpc_prefork()
83 grpc_core::Fork::AwaitThreads(); in grpc_prefork()
89 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_parent()
98 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_child()
100 grpc_core::Fork::child_postfork_func reset_polling_engine = in grpc_postfork_child()
101 grpc_core::Fork::GetResetChildPollingEngineFunc(); in grpc_postfork_child()
111 if (grpc_core::Fork::Enabled() & !registered_handlers) { in grpc_fork_handlers_auto_register()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/iomgr/
H A Dfork_posix.cc60 if (!grpc_core::Fork::Enabled()) { in grpc_prefork()
74 if (!grpc_core::Fork::BlockExecCtx()) { in grpc_prefork()
83 grpc_core::Fork::AwaitThreads(); in grpc_prefork()
89 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_parent()
98 grpc_core::Fork::AllowExecCtx(); in grpc_postfork_child()
100 grpc_core::Fork::child_postfork_func reset_polling_engine = in grpc_postfork_child()
101 grpc_core::Fork::GetResetChildPollingEngineFunc(); in grpc_postfork_child()
111 if (grpc_core::Fork::Enabled() & !registered_handlers) { in grpc_fork_handlers_auto_register()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/micro/org/openjdk/bench/java/lang/
H A DObjectHashCode.java26 import org.openjdk.jmh.annotations.Fork;
41 @Fork
47 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=0"})
53 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=1"})
59 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=2"})
65 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=3"})
71 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=4"})
77 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=5"})
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/java/lang/
H A DObjectHashCode.java26 import org.openjdk.jmh.annotations.Fork;
41 @Fork
47 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=0"})
53 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=1"})
59 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=2"})
65 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=3"})
71 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=4"})
77 @Fork(jvmArgsPrepend = {"-XX:+UnlockExperimentalVMOptions", "-XX:hashCode=5"})

12345678910>>...159