Home
last modified time | relevance | path

Searched refs:wait_handles (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc162 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
172 wait_handles[EVENT]= shutdown_event; in main()
239 if ((wait_handles[PARENT]= in main()
326 wait_handles[CHILD]= process_info.hProcess; in main()
332 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
340 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
370 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
384 CloseHandle(wait_handles[i]); in main()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc162 HANDLE wait_handles[NUM_HANDLES]= {0};
172 wait_handles[EVENT]= shutdown_event;
239 if ((wait_handles[PARENT]=
326 wait_handles[CHILD]= process_info.hProcess;
332 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles,
340 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0)
370 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE))
384 CloseHandle(wait_handles[i]);
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc162 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
172 wait_handles[EVENT]= shutdown_event; in main()
239 if ((wait_handles[PARENT]= in main()
326 wait_handles[CHILD]= process_info.hProcess; in main()
332 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
340 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
370 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
384 CloseHandle(wait_handles[i]); in main()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc162 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
172 wait_handles[EVENT]= shutdown_event; in main()
239 if ((wait_handles[PARENT]= in main()
326 wait_handles[CHILD]= process_info.hProcess; in main()
332 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
340 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
370 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
384 CloseHandle(wait_handles[i]); in main()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc162 HANDLE wait_handles[NUM_HANDLES]= {0};
172 wait_handles[EVENT]= shutdown_event;
239 if ((wait_handles[PARENT]=
326 wait_handles[CHILD]= process_info.hProcess;
332 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles,
340 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0)
370 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE))
384 CloseHandle(wait_handles[i]);
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc162 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
172 wait_handles[EVENT]= shutdown_event; in main()
239 if ((wait_handles[PARENT]= in main()
326 wait_handles[CHILD]= process_info.hProcess; in main()
332 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
340 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
370 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
384 CloseHandle(wait_handles[i]); in main()
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc169 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
179 wait_handles[EVENT]= shutdown_event; in main()
246 if ((wait_handles[PARENT]= in main()
333 wait_handles[CHILD]= process_info.hProcess; in main()
339 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
347 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
377 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
391 CloseHandle(wait_handles[i]); in main()
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc162 HANDLE wait_handles[NUM_HANDLES]= {0}; in main() local
172 wait_handles[EVENT]= shutdown_event; in main()
239 if ((wait_handles[PARENT]= in main()
326 wait_handles[CHILD]= process_info.hProcess; in main()
332 DWORD wait_res= WaitForMultipleObjects(NUM_HANDLES, wait_handles, in main()
340 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
370 if ((wait_res= WaitForSingleObject(wait_handles[CHILD], INFINITE)) in main()
384 CloseHandle(wait_handles[i]); in main()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/lib/My/SafeProcess/
H A Dsafe_process_win.cc175 HANDLE wait_handles[NUM_HANDLES] = {0}; in main() local
176 wait_handles[EVENT] = shutdown_event; in main()
250 if ((wait_handles[PARENT] = OpenProcess(SYNCHRONIZE, FALSE, parent_pid)) == in main()
330 wait_handles[CHILD] = process_info.hProcess; in main()
337 WaitForMultipleObjects(NUM_HANDLES, wait_handles, FALSE, INFINITE); in main()
343 if (GetExitCodeProcess(wait_handles[CHILD], &child_exit_code) == 0) in main()
373 if ((wait_res = WaitForSingleObject(wait_handles[CHILD], INFINITE)) != in main()
383 for (int i = 0; i < NUM_HANDLES; i++) CloseHandle(wait_handles[i]); in main()
/dports/shells/fish/fish-3.3.1/src/
H A Dbuiltin_wait.cpp169 std::vector<wait_handle_ref_t> wait_handles; in builtin_wait() local
179 if (!find_wait_handles(pid, nullptr, parser, &wait_handles)) { in builtin_wait()
185 if (!find_wait_handles(0, argv[i], parser, &wait_handles)) { in builtin_wait()
191 if (wait_handles.empty()) return STATUS_INVALID_ARGS; in builtin_wait()
192 return wait_for_completion(parser, wait_handles, any_flag); in builtin_wait()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/karalabe/usb/libusb/libusb/os/
H A Dpoll_windows.c121 HANDLE *wait_handles, DWORD *nb_wait_handles) in check_pollfds() argument
156 } else if (wait_handles != NULL) { in check_pollfds()
161 wait_handles[*nb_wait_handles] = fd->overlapped.hEvent; in check_pollfds()
177 HANDLE wait_handles[MAXIMUM_WAIT_OBJECTS]; in usbi_poll() local
182 nready = check_pollfds(fds, nfds, wait_handles, &nb_wait_handles); in usbi_poll()
186 ret = WaitForMultipleObjects(nb_wait_handles, wait_handles, in usbi_poll()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/libusb/libusb/os/
H A Dpoll_windows.c160 HANDLE *wait_handles, DWORD *nb_wait_handles) in check_pollfds() argument
195 } else if (wait_handles != NULL) { in check_pollfds()
200 wait_handles[*nb_wait_handles] = fd->overlapped.hEvent; in check_pollfds()
216 HANDLE wait_handles[MAXIMUM_WAIT_OBJECTS]; in usbi_poll() local
221 nready = check_pollfds(fds, nfds, wait_handles, &nb_wait_handles); in usbi_poll()
225 ret = WaitForMultipleObjects(nb_wait_handles, wait_handles, in usbi_poll()
/dports/lang/ghc/ghc-8.10.7/rts/win32/
H A DAsyncIO.c52 static HANDLE wait_handles[2]; variable
167 wait_handles[0] = completed_req_event; in startupAsyncIO()
168 wait_handles[1] = abandon_req_wait; in startupAsyncIO()
246 DWORD dwRes = WaitForMultipleObjects(2, wait_handles, in awaitRequests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/test/
H A Dsecure_dll_loading_test.cc87 std::vector<HANDLE> wait_handles{init_done_notifier->handle(), in LaunchProcess() local
90 wait_handles.size(), wait_handles.data(), /*bWaitAll=*/false, in LaunchProcess()
/dports/textproc/artha/artha-1.0.3/src/
H A Dlibnotify.c157 HANDLE wait_handles[2] = {NULL}; in notify_init() local
239 wait_handles[0] = event_lib_inited, wait_handles[1] = notification_thread; in notify_init()
240 …if((WAIT_OBJECT_0 + G_N_ELEMENTS(wait_handles)) > WaitForMultipleObjects(G_N_ELEMENTS(wait_handles in notify_init()
241 wait_handles, in notify_init()

12345678910>>...12