Home
last modified time | relevance | path

Searched refs:ResetEvent (Results 1 – 25 of 2173) sorted by relevance

12345678910>>...87

/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DRWLock_WIN32.cpp50 if (++_writersWaiting == 1) ResetEvent(_readEvent); in addWriter()
83 ResetEvent(_writeEvent); in readLockImpl()
128 ResetEvent(_readEvent); in writeLockImpl()
129 ResetEvent(_writeEvent); in writeLockImpl()
153 ResetEvent(_readEvent); in tryWriteLockImpl()
154 ResetEvent(_writeEvent); in tryWriteLockImpl()
195 ResetEvent(_writeEvent); in tryReadLockOnce()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/synch/test/
H A DTestSynchEvent.c10 if (ResetEvent(NULL)) in TestSynchEvent()
36 if (!ResetEvent(event)) in TestSynchEvent()
48 if (!ResetEvent(event)) in TestSynchEvent()
76 if (!ResetEvent(event)) in TestSynchEvent()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dsync_policy_win32.h156 ResetEvent(read_event_);
157 ResetEvent(write_event_);
170 ResetEvent(write_event_);
190 ResetEvent(read_event_);
191 ResetEvent(write_event_);
207 ResetEvent(write_event_);
240 ResetEvent(read_event_); in add_writer()
/dports/lang/zig/zig-0.9.0/lib/std/Thread/
H A DResetEvent.zig7 //! it is preferred to use `ResetEvent`.
9 const ResetEvent = @This();
32 pub fn init(ev: *ResetEvent) InitError!void {
38 pub fn deinit(ev: *ResetEvent) void {
46 pub fn set(ev: *ResetEvent) void {
53 pub fn reset(ev: *ResetEvent) void {
60 /// in `ResetEvent` are `reset` and `deinit`.
61 pub fn wait(ev: *ResetEvent) void {
185 var event: ResetEvent = undefined;
211 in: ResetEvent,
[all …]
H A DAutoResetEvent.zig10 //! if the event is unset, it registers a ResetEvent pointer to be notified when the event is set
15 //! if theres a waiting ResetEvent, then we unset the event and notify the ResetEvent
62 // check if theres currently a pending ResetEvent pointer already registered
67 // lazily initialize the ResetEvent if it hasn't been already
74 // try to register our ResetEvent on it to wait
101 … If we don't, then when we return, a set() thread could observe a pointer to an invalid ResetEvent.
118 … // This menas a set() thread saw our ResetEvent pointer, acquired it, and is trying to wake it up.
119 // We need to wait for it to wake up our ResetEvent before we can return and invalidate it.
148 // There is a ResetEvent pointer registered on the AutoResetEvent event thats waiting.
/dports/lang/zig-devel/zig-0.9.0/lib/std/Thread/
H A DResetEvent.zig7 //! it is preferred to use `ResetEvent`.
9 const ResetEvent = @This();
32 pub fn init(ev: *ResetEvent) InitError!void {
38 pub fn deinit(ev: *ResetEvent) void {
46 pub fn set(ev: *ResetEvent) void {
53 pub fn reset(ev: *ResetEvent) void {
60 /// in `ResetEvent` are `reset` and `deinit`.
61 pub fn wait(ev: *ResetEvent) void {
185 var event: ResetEvent = undefined;
211 in: ResetEvent,
[all …]
H A DAutoResetEvent.zig10 //! if the event is unset, it registers a ResetEvent pointer to be notified when the event is set
15 //! if theres a waiting ResetEvent, then we unset the event and notify the ResetEvent
62 // check if theres currently a pending ResetEvent pointer already registered
67 // lazily initialize the ResetEvent if it hasn't been already
74 // try to register our ResetEvent on it to wait
101 … If we don't, then when we return, a set() thread could observe a pointer to an invalid ResetEvent.
118 … // This menas a set() thread saw our ResetEvent pointer, acquired it, and is trying to wake it up.
119 // We need to wait for it to wake up our ResetEvent before we can return and invalidate it.
148 // There is a ResetEvent pointer registered on the AutoResetEvent event thats waiting.
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/detail/win/
H A Dsynchronization.hpp45 using ::ResetEvent;
114 ResetEvent(void*);
117 using ::ResetEvent;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/midi/
H A Dtask_service_unittest.cc45 void ResetEvent() { in ResetEvent() function
134 ResetEvent(); in SetUp()
193 ResetEvent(); in TEST_F()
201 ResetEvent(); in TEST_F()
233 ResetEvent(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/midi/
H A Dtask_service_unittest.cc45 void ResetEvent() { in ResetEvent() function
134 ResetEvent(); in SetUp()
193 ResetEvent(); in TEST_F()
201 ResetEvent(); in TEST_F()
233 ResetEvent(); in TEST_F()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/audio/win32/
H A Daud_dsound3.cpp97 ResetEvent(hAbortAckEvent); in DxSoundCheck()
122 ResetEvent(hAbortEvent); in DxSoundCheck()
128 ResetEvent(hDSoundEvent); in DxSoundCheck()
189 ResetEvent(hAbortEvent); in DxSoundExit()
190 ResetEvent(hAbortAckEvent); in DxSoundExit()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/audio/win32/
H A Daud_dsound3.cpp96 ResetEvent(hAbortAckEvent); in DxSoundCheck()
121 ResetEvent(hAbortEvent); in DxSoundCheck()
127 ResetEvent(hDSoundEvent); in DxSoundCheck()
188 ResetEvent(hAbortEvent); in DxSoundExit()
189 ResetEvent(hAbortAckEvent); in DxSoundExit()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/os_mon/c_src/nteventlog/
H A Delog_pipe_stdin.c80 ResetEvent(stdin_event); /* Now we "unsignal" */ in peek_pipe_stdin_eof()
99 ResetEvent(stdin_event); in read_pipe_stdin()
127 ResetEvent(stdin_event); in read_pipe_stdin()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/os_mon/c_src/nteventlog/
H A Delog_pipe_stdin.c80 ResetEvent(stdin_event); /* Now we "unsignal" */ in peek_pipe_stdin_eof()
99 ResetEvent(stdin_event); in read_pipe_stdin()
127 ResetEvent(stdin_event); in read_pipe_stdin()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/os_mon/c_src/nteventlog/
H A Delog_pipe_stdin.c80 ResetEvent(stdin_event); /* Now we "unsignal" */ in peek_pipe_stdin_eof()
99 ResetEvent(stdin_event); in read_pipe_stdin()
127 ResetEvent(stdin_event); in read_pipe_stdin()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/os_mon/c_src/nteventlog/
H A Delog_pipe_stdin.c80 ResetEvent(stdin_event); /* Now we "unsignal" */ in peek_pipe_stdin_eof()
99 ResetEvent(stdin_event); in read_pipe_stdin()
127 ResetEvent(stdin_event); in read_pipe_stdin()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/os_mon/c_src/nteventlog/
H A Delog_pipe_stdin.c80 ResetEvent(stdin_event); /* Now we "unsignal" */ in peek_pipe_stdin_eof()
99 ResetEvent(stdin_event); in read_pipe_stdin()
127 ResetEvent(stdin_event); in read_pipe_stdin()
/dports/lang/erlang/otp-OTP-24.1.7/lib/os_mon/c_src/nteventlog/
H A Delog_pipe_stdin.c80 ResetEvent(stdin_event); /* Now we "unsignal" */ in peek_pipe_stdin_eof()
99 ResetEvent(stdin_event); in read_pipe_stdin()
127 ResetEvent(stdin_event); in read_pipe_stdin()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/os_mon/c_src/nteventlog/
H A Delog_pipe_stdin.c80 ResetEvent(stdin_event); /* Now we "unsignal" */ in peek_pipe_stdin_eof()
99 ResetEvent(stdin_event); in read_pipe_stdin()
127 ResetEvent(stdin_event); in read_pipe_stdin()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DDataControlFieldCollectionTest.cs57 private void ResetEvent() in ResetEvent() method in MonoTests.System.Web.UI.WebControls.DataControlFieldCollectionTest
188 ResetEvent (); in DataControlFieldCollection_FieldsChangedEvent()
191 ResetEvent (); in DataControlFieldCollection_FieldsChangedEvent()
194 ResetEvent (); in DataControlFieldCollection_FieldsChangedEvent()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_server.cc92 ::ResetEvent(event_); in AsyncHide()
101 ::ResetEvent(event_); in AsyncQuit()
194 ::ResetEvent(event_); in StartMessageLoop()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_server.cc92 ::ResetEvent(event_); in AsyncHide()
101 ::ResetEvent(event_); in AsyncQuit()
194 ::ResetEvent(event_); in StartMessageLoop()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_server.cc92 ::ResetEvent(event_); in AsyncHide()
101 ::ResetEvent(event_); in AsyncQuit()
194 ::ResetEvent(event_); in StartMessageLoop()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_server.cc92 ::ResetEvent(event_); in AsyncHide()
101 ::ResetEvent(event_); in AsyncQuit()
194 ::ResetEvent(event_); in StartMessageLoop()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_server.cc92 ::ResetEvent(event_); in AsyncHide()
101 ::ResetEvent(event_); in AsyncQuit()
194 ::ResetEvent(event_); in StartMessageLoop()

12345678910>>...87