Home
last modified time | relevance | path

Searched refs:after_fork (Results 1 – 25 of 83) sorted by relevance

1234

/dports/devel/p5-Parallel-Prefork/Parallel-Prefork-0.18/t/
H A D05-before_after_fork.t20 after_fork => sub {
39 cmp_ok($j, '>=', 10, 'after_fork callback was called 10 times at least');
/dports/sysutils/tmux23/tmux-2.3/
H A Dsignal.c67 clear_signals(int after_fork) in clear_signals() argument
84 if (after_fork) { in clear_signals()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dsignal.c69 clear_signals(int after_fork) in clear_signals() argument
86 if (after_fork) { in clear_signals()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dsignal.c76 clear_signals(int after_fork) in clear_signals() argument
97 if (after_fork) { in clear_signals()
/dports/sysutils/lnav/lnav-0.10.1/src/tailer/
H A Ddrive_tailer.cc101 in_pipe.after_fork(child.in()); in main()
102 out_pipe.after_fork(child.in()); in main()
103 err_pipe.after_fork(child.in()); in main()
H A Dtailer.looper.cc312 in_pipe.after_fork(child.in()); in for_host()
313 out_pipe.after_fork(child.in()); in for_host()
314 err_pipe.after_fork(child.in()); in for_host()
390 in_pipe.after_fork(child.in()); in for_host()
391 out_pipe.after_fork(child.in()); in for_host()
392 err_pipe.after_fork(child.in()); in for_host()
/dports/lang/ruby26/ruby-2.6.9/test/ruby/
H A Dtest_jit.rb943 def after_fork; end method
947 after_fork; after_fork # this child does not share JIT-ed after_fork with parent
949 after_fork; after_fork # this parent does not share JIT-ed after_fork with child
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dgrep_proc.cc120 in_pipe.after_fork(this->gp_child); in start()
121 out_pipe.after_fork(this->gp_child); in start()
122 err_pipe.after_fork(this->gp_child); in start()
H A Dlog_actions.cc63 in_pipe.after_fork(child_pid); in execute_action()
64 out_pipe.after_fork(child_pid); in execute_action()
H A Dauto_fd.hh275 void after_fork(pid_t child_pid) { in after_fork() function in auto_pipe
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/
H A Dspring.rb10 Spring.after_fork do
/dports/science/py-chainer/chainer-7.8.0/chainer/datasets/
H A Dpickle_dataset.py108 self._reader.after_fork()
162 def after_fork(self): member in _FileReader
/dports/devel/R-cran-data.table/data.table/src/
H A Dopenmp-utils.c176 void after_fork() { in after_fork() function
183 pthread_atfork(&when_fork, &after_fork, NULL); in avoid_openmp_hang_within_fork()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/cpp/engine/
H A Domp_test.cc32 TEST(OMPBehaviour, after_fork) { in TEST() argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/cpp/engine/
H A Domp_test.cc32 TEST(OMPBehaviour, after_fork) { in TEST() argument
/dports/lang/python310/Python-3.10.1/Lib/multiprocessing/
H A Dqueues.py69 self._reset(after_fork=True)
71 def _reset(self, after_fork=False): argument
72 if after_fork:
/dports/lang/python39/Python-3.9.9/Lib/multiprocessing/
H A Dqueues.py69 self._reset(after_fork=True)
71 def _reset(self, after_fork=False): argument
72 if after_fork:
/dports/lang/python311/Python-3.11.0a3/Lib/multiprocessing/
H A Dqueues.py69 self._reset(after_fork=True)
71 def _reset(self, after_fork=False): argument
72 if after_fork:
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.9/multiprocess/
H A Dqueues.py72 self._reset(after_fork=True)
74 def _reset(self, after_fork=False): argument
75 if after_fork:
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.10/multiprocess/
H A Dqueues.py72 self._reset(after_fork=True)
74 def _reset(self, after_fork=False): argument
75 if after_fork:
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/tracer/
H A Dtest_forksafe.py87 forksafe.register(self.after_fork)
89 def after_fork(self): member in test_method_usage.A
/dports/multimedia/blind/blind-1.1/src/
H A Dblind-from-image.c211 goto after_fork; in main()
236 after_fork: in main()
/dports/net/py-eventlet/eventlet-0.33.0/eventlet/
H A Dpatcher.py340 def after_fork(): function
345 after_in_parent=after_fork)
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/unix/
H A Dos390-syscalls.c168 static void after_fork(void) { in after_fork() function
201 if (pthread_atfork(&before_fork, &after_fork, &child_fork)) in epoll_init()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/src/unix/
H A Dos390-syscalls.c170 static void after_fork(void) { in after_fork() function
203 if (pthread_atfork(&before_fork, &after_fork, &child_fork)) in epoll_init()

1234