Home
last modified time | relevance | path

Searched refs:wait_helper (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_signal.py796 def wait_helper(self, blocked, test): member in PendingSignalsTests
843 self.wait_helper(signal.SIGALRM, '''
855 self.wait_helper(signal.SIGALRM, '''
866 self.wait_helper(signal.SIGALRM, '''
878 self.wait_helper(signal.SIGALRM, '''
890 self.wait_helper(signal.SIGALRM, '''
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6pypy/
H A Dtest_signal.py707 def wait_helper(self, blocked, test): member in PendingSignalsTests
754 self.wait_helper(signal.SIGALRM, '''
766 self.wait_helper(signal.SIGALRM, '''
777 self.wait_helper(signal.SIGALRM, '''
789 self.wait_helper(signal.SIGALRM, '''
801 self.wait_helper(signal.SIGALRM, '''
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dimportant_file_writer_unittest.cc208 base::WaitableEvent wait_helper( in TEST_F() local
213 base::Unretained(&wait_helper))); in TEST_F()
223 wait_helper.Signal(); in TEST_F()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_signal.py852 def wait_helper(self, blocked, test): member in PendingSignalsTests
899 self.wait_helper(signal.SIGALRM, '''
911 self.wait_helper(signal.SIGALRM, '''
922 self.wait_helper(signal.SIGALRM, '''
934 self.wait_helper(signal.SIGALRM, '''
946 self.wait_helper(signal.SIGALRM, '''
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_signal.py852 def wait_helper(self, blocked, test): member in PendingSignalsTests
899 self.wait_helper(signal.SIGALRM, '''
911 self.wait_helper(signal.SIGALRM, '''
922 self.wait_helper(signal.SIGALRM, '''
934 self.wait_helper(signal.SIGALRM, '''
946 self.wait_helper(signal.SIGALRM, '''
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_signal.py852 def wait_helper(self, blocked, test): member in PendingSignalsTests
899 self.wait_helper(signal.SIGALRM, '''
911 self.wait_helper(signal.SIGALRM, '''
922 self.wait_helper(signal.SIGALRM, '''
934 self.wait_helper(signal.SIGALRM, '''
946 self.wait_helper(signal.SIGALRM, '''
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_signal.py852 def wait_helper(self, blocked, test): member in PendingSignalsTests
899 self.wait_helper(signal.SIGALRM, '''
911 self.wait_helper(signal.SIGALRM, '''
922 self.wait_helper(signal.SIGALRM, '''
934 self.wait_helper(signal.SIGALRM, '''
946 self.wait_helper(signal.SIGALRM, '''
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_signal.py860 def wait_helper(self, blocked, test): member in PendingSignalsTests
907 self.wait_helper(signal.SIGALRM, '''
919 self.wait_helper(signal.SIGALRM, '''
930 self.wait_helper(signal.SIGALRM, '''
942 self.wait_helper(signal.SIGALRM, '''
954 self.wait_helper(signal.SIGALRM, '''
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_signal.py852 def wait_helper(self, blocked, test): member in PendingSignalsTests
899 self.wait_helper(signal.SIGALRM, '''
911 self.wait_helper(signal.SIGALRM, '''
922 self.wait_helper(signal.SIGALRM, '''
934 self.wait_helper(signal.SIGALRM, '''
946 self.wait_helper(signal.SIGALRM, '''
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_signal.py852 def wait_helper(self, blocked, test): member in PendingSignalsTests
899 self.wait_helper(signal.SIGALRM, '''
911 self.wait_helper(signal.SIGALRM, '''
922 self.wait_helper(signal.SIGALRM, '''
934 self.wait_helper(signal.SIGALRM, '''
946 self.wait_helper(signal.SIGALRM, '''
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dimportant_file_writer_unittest.cc208 base::WaitableEvent wait_helper( in TEST_F() local
213 base::Unretained(&wait_helper))); in TEST_F()
223 wait_helper.Signal(); in TEST_F()
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_signal.py887 def wait_helper(self, blocked, test): member in PendingSignalsTests
934 self.wait_helper(signal.SIGALRM, '''
946 self.wait_helper(signal.SIGALRM, '''
957 self.wait_helper(signal.SIGALRM, '''
969 self.wait_helper(signal.SIGALRM, '''
981 self.wait_helper(signal.SIGALRM, '''
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DgcTaskManager.cpp870 WaitHelper* wait_helper = manager->wait_helper(); in do_it() local
872 p2i(this), wait_helper->should_wait() ? "true" : "false"); in do_it()
879 while (wait_helper->should_wait()) { in do_it()
888 p2i(this), wait_helper->should_wait() ? "true" : "false"); in do_it()
H A DgcTaskManager.hpp411 WaitHelper* wait_helper() { in wait_helper() function in GCTaskManager
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DgcTaskManager.cpp870 WaitHelper* wait_helper = manager->wait_helper(); in do_it() local
872 p2i(this), wait_helper->should_wait() ? "true" : "false"); in do_it()
879 while (wait_helper->should_wait()) { in do_it()
888 p2i(this), wait_helper->should_wait() ? "true" : "false"); in do_it()
H A DgcTaskManager.hpp411 WaitHelper* wait_helper() { in wait_helper() function in GCTaskManager
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/parallel/
H A DgcTaskManager.cpp871 WaitHelper* wait_helper = manager->wait_helper(); in do_it() local
873 p2i(this), wait_helper->should_wait() ? "true" : "false"); in do_it()
880 while (wait_helper->should_wait()) { in do_it()
889 p2i(this), wait_helper->should_wait() ? "true" : "false"); in do_it()
H A DgcTaskManager.hpp411 WaitHelper* wait_helper() { in wait_helper() function in GCTaskManager
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/parallel/
H A DgcTaskManager.cpp871 WaitHelper* wait_helper = manager->wait_helper(); in do_it() local
873 p2i(this), wait_helper->should_wait() ? "true" : "false"); in do_it()
880 while (wait_helper->should_wait()) { in do_it()
889 p2i(this), wait_helper->should_wait() ? "true" : "false"); in do_it()
H A DgcTaskManager.hpp411 WaitHelper* wait_helper() { in wait_helper() function in GCTaskManager
/dports/devel/hpx/hpx-1.2.1/hpx/
H A Druntime_impl.hpp57 void wait_helper(compat::mutex& mtx, compat::condition_variable& cond,
/dports/devel/hpx/hpx-1.2.1/src/
H A Druntime_impl.cpp407 void runtime_impl::wait_helper( in wait_helper() function in hpx::runtime_impl
449 &runtime_impl::wait_helper, in wait()
/dports/devel/creduce/creduce-2.10.0/creduce/
H A Dcreduce.in476 sub wait_helper() {
665 my $xpid = wait_helper();
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Efi/
H A Dedk2module.c4344 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() function
4423 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait3()
4448 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait4()
/dports/lang/python39/Python-3.9.9/Tools/c-analyzer/
H A DTODO154 Modules/posixmodule.c:wait_helper():struct_rusage static PyObject *struct_rusage
331 Modules/posixmodule.c:wait_helper():PyId_struct_rusage _Py_IDENTIFIER(struct_rusage)

12