Home
last modified time | relevance | path

Searched refs:WAIT_IO_COMPLETION (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/win32/
H A Dwaiter.cpp75 else if (dwWaitResult == WAIT_IO_COMPLETION) ++performanceStats.waitIOCompleted; in wait()
79 …if ((dwWaitResult == WAIT_TIMEOUT) || (dwWaitResult == WAIT_IO_COMPLETION) || maxds == 0 || (dwWai… in wait()
/dports/sysutils/vchanger/vchanger/src/compat/
H A Dsemaphore.c131 case WAIT_IO_COMPLETION: in sem_wait()
163 case WAIT_IO_COMPLETION: in sem_timedwait()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dos-event-win32.c79 else if (res == WAIT_IO_COMPLETION) in mono_os_event_wait_one()
112 else if (res == WAIT_IO_COMPLETION) in mono_os_event_wait_multiple()
H A Dmono-os-semaphore.h321 if (G_UNLIKELY (res != WAIT_OBJECT_0 && res != WAIT_IO_COMPLETION && res != WAIT_TIMEOUT)) in mono_os_sem_timedwait()
324 if (res == WAIT_IO_COMPLETION && !(flags & MONO_SEM_FLAGS_ALERTABLE)) in mono_os_sem_timedwait()
330 case WAIT_IO_COMPLETION: in mono_os_sem_timedwait()
H A Dw32api.h18 #define WAIT_IO_COMPLETION ((gint) 0x000000C0) macro
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/priv/
H A Dhandle.c203 else if (err == WAIT_IO_COMPLETION) in netwib_priv_handle_wait()
239 else if (err == WAIT_IO_COMPLETION) in netwib_priv_handle_waitsimple()
/dports/www/firefox/firefox-99.0/third_party/rust/wio/src/
H A Dsleep.rs20 w::WAIT_IO_COMPLETION => WakeReason::CallbacksFired, in sleep_alertable()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wio/src/
H A Dsleep.rs20 w::WAIT_IO_COMPLETION => WakeReason::CallbacksFired, in sleep_alertable()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/wio-0.2.2/src/
H A Dsleep.rs20 w::WAIT_IO_COMPLETION => WakeReason::CallbacksFired, in sleep_alertable()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wio/src/
H A Dsleep.rs20 w::WAIT_IO_COMPLETION => WakeReason::CallbacksFired, in sleep_alertable()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wio/src/
H A Dsleep.rs20 w::WAIT_IO_COMPLETION => WakeReason::CallbacksFired, in sleep_alertable()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/wio-0.2.2/src/
H A Dsleep.rs20 w::WAIT_IO_COMPLETION => WakeReason::CallbacksFired, in sleep_alertable()
/dports/graphics/rx/rx-0.4.0/cargo-crates/wio-0.2.2/src/
H A Dsleep.rs20 w::WAIT_IO_COMPLETION => WakeReason::CallbacksFired, in sleep_alertable()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION)
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents))
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION)
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION) in pgwin32_waitforsinglesocket()
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents)) in pgwin32_select()
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION) in pgwin32_select()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION) in pgwin32_waitforsinglesocket()
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents)) in pgwin32_select()
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION) in pgwin32_select()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION) in pgwin32_waitforsinglesocket()
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents)) in pgwin32_select()
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION) in pgwin32_select()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION) in pgwin32_waitforsinglesocket()
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents)) in pgwin32_select()
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION) in pgwin32_select()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION) in pgwin32_waitforsinglesocket()
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents)) in pgwin32_select()
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION) in pgwin32_select()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION)
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents))
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION)
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION) in pgwin32_waitforsinglesocket()
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents)) in pgwin32_select()
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION) in pgwin32_select()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION) in pgwin32_waitforsinglesocket()
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents)) in pgwin32_select()
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION) in pgwin32_select()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION)
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents))
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION)
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION) in pgwin32_waitforsinglesocket()
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents)) in pgwin32_select()
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION) in pgwin32_select()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c256 if (r == WAIT_OBJECT_0 || r == WAIT_IO_COMPLETION) in pgwin32_waitforsinglesocket()
618 if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents)) in pgwin32_select()
675 if (r == WAIT_OBJECT_0 + numevents || r == WAIT_IO_COMPLETION) in pgwin32_select()

12345678910>>...43