Home
last modified time | relevance | path

Searched refs:CREATE_EVENT (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/neovim/neovim-0.6.1/src/nvim/event/
H A Dtime.c59 CREATE_EVENT(watcher->events, time_event, 1, watcher); in time_watcher_cb()
73 CREATE_EVENT(watcher->events, close_event, 1, watcher); in close_cb()
H A Dprocess.c134 CREATE_EVENT(loop->events, process_close_handles, 1, proc); in process_teardown()
304 CREATE_EVENT(proc->events, process_close_event, 1, proc); in decref()
407 CREATE_EVENT(queue, process_close_handles, 1, proc); in on_process_exit()
H A Dloop.h44 #define CREATE_EVENT(multiqueue, handler, argc, ...) \ macro
H A Dsignal.c53 CREATE_EVENT(watcher->events, signal_event, 1, watcher); in signal_watcher_cb()
H A Drstream.c205 CREATE_EVENT(stream->events, in invoke_read_cb()
H A Dsocket.c183 CREATE_EVENT(watcher->events, connection_event, 2, watcher, in connection_cb()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Events/
H A DEventMgr.h28 #define CREATE_EVENT(eventType) g_EventFactory.Create(eventType) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/core/inc/
H A Dwels_decoder_thread.h136 #define CREATE_EVENT(ph, manualreset,initial_state,name) \ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/decoder/core/inc/
H A Dwels_decoder_thread.h136 #define CREATE_EVENT(ph, manualreset,initial_state,name) \ macro
/dports/multimedia/openh264/openh264-2.1.1/codec/decoder/core/inc/
H A Dwels_decoder_thread.h136 #define CREATE_EVENT(ph, manualreset,initial_state,name) \ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/plus/src/
H A DwelsDecoderExt.cpp300 CREATE_EVENT (&m_sBufferingEvent, 1, 0, NULL); in OpenDecoderThreads()
302 CREATE_EVENT (&m_sReleaseBufferEvent, 1, 0, NULL); in OpenDecoderThreads()
316 CREATE_EVENT (&m_pDecThrCtx[i].sImageReady, 1, 0, NULL); in OpenDecoderThreads()
317 CREATE_EVENT (&m_pDecThrCtx[i].sSliceDecodeStart, 1, 0, NULL); in OpenDecoderThreads()
318 CREATE_EVENT (&m_pDecThrCtx[i].sSliceDecodeFinish, 1, 0, NULL); in OpenDecoderThreads()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/decoder/plus/src/
H A DwelsDecoderExt.cpp300 CREATE_EVENT (&m_sBufferingEvent, 1, 0, NULL); in OpenDecoderThreads()
302 CREATE_EVENT (&m_sReleaseBufferEvent, 1, 0, NULL); in OpenDecoderThreads()
316 CREATE_EVENT (&m_pDecThrCtx[i].sImageReady, 1, 0, NULL); in OpenDecoderThreads()
317 CREATE_EVENT (&m_pDecThrCtx[i].sSliceDecodeStart, 1, 0, NULL); in OpenDecoderThreads()
318 CREATE_EVENT (&m_pDecThrCtx[i].sSliceDecodeFinish, 1, 0, NULL); in OpenDecoderThreads()
/dports/multimedia/openh264/openh264-2.1.1/codec/decoder/plus/src/
H A DwelsDecoderExt.cpp300 CREATE_EVENT (&m_sBufferingEvent, 1, 0, NULL); in OpenDecoderThreads()
302 CREATE_EVENT (&m_sReleaseBufferEvent, 1, 0, NULL); in OpenDecoderThreads()
316 CREATE_EVENT (&m_pDecThrCtx[i].sImageReady, 1, 0, NULL); in OpenDecoderThreads()
317 CREATE_EVENT (&m_pDecThrCtx[i].sSliceDecodeStart, 1, 0, NULL); in OpenDecoderThreads()
318 CREATE_EVENT (&m_pDecThrCtx[i].sSliceDecodeFinish, 1, 0, NULL); in OpenDecoderThreads()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/core/src/
H A Dpic_queue.cpp129 CREATE_EVENT (&pPic->pReadyEvent[i], 1, 0, NULL); in AllocPicture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/decoder/core/src/
H A Dpic_queue.cpp129 CREATE_EVENT (&pPic->pReadyEvent[i], 1, 0, NULL); in AllocPicture()
/dports/multimedia/openh264/openh264-2.1.1/codec/decoder/core/src/
H A Dpic_queue.cpp129 CREATE_EVENT (&pPic->pReadyEvent[i], 1, 0, NULL); in AllocPicture()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/datahub/
H A Ddownloads-directory-provider.vala138 Event event = new Event.full (ZG.CREATE_EVENT, ZG.WORLD_ACTIVITY,
H A Dkde-recent-document-provider.vala200 event_interpretation = ZG.CREATE_EVENT;
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/database/events/
H A Dindex.twig116 {{ show_mysql_docu('CREATE_EVENT') }}
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Threading/
H A Dmod.rs40 …SECURITY_ATTRIBUTES, lpname: super::super::Foundation::PSTR, dwflags: CREATE_EVENT, dwdesiredacces… in CreateEventExA() argument
42 …ECURITY_ATTRIBUTES, lpname: super::super::Foundation::PWSTR, dwflags: CREATE_EVENT, dwdesiredacces… in CreateEventExW() argument
590 pub type CREATE_EVENT = u32; typedef
591 pub const CREATE_EVENT_INITIAL_SET: CREATE_EVENT = 2u32;
592 pub const CREATE_EVENT_MANUAL_RESET: CREATE_EVENT = 1u32;
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/libzeitgeist/
H A Dontology.vala634 …ERIES, NFO.VISUAL, NMM.TVSHOW, ZG.EVENT_INTERPRETATION, NCAL.TODO, ZG.CREATE_EVENT, ZG.ACCEPT_EVEN…
749 uri = Zeitgeist.ZG.CREATE_EVENT;
751 display_name = "CREATE_EVENT";
777 …, ZG.DELETE_EVENT, ZG.LEAVE_EVENT, ZG.EXPIRE_EVENT, ZG.SEND_EVENT, ZG.CREATE_EVENT, ZG.ACCEPT_EVEN…
778 …NT, ZG.DENY_EVENT, ZG.LEAVE_EVENT, ZG.EXPIRE_EVENT, ZG.SEND_EVENT, ZG.CREATE_EVENT, ZG.ACCEPT_EVEN…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Threading/
H A Dmod.rs117 pub struct CREATE_EVENT(pub u32); struct
118 pub const CREATE_EVENT_INITIAL_SET: CREATE_EVENT = CREATE_EVENT(2u32);
119 pub const CREATE_EVENT_MANUAL_RESET: CREATE_EVENT = CREATE_EVENT(1u32);
120 impl ::std::convert::From<u32> for CREATE_EVENT { implementation
125 unsafe impl ::windows::runtime::Abi for CREATE_EVENT { implementation
129 impl ::std::ops::BitOr for CREATE_EVENT { implementation
135 impl ::std::ops::BitAnd for CREATE_EVENT { implementation
141 impl ::std::ops::BitOrAssign for CREATE_EVENT { implementation
146 impl ::std::ops::BitAndAssign for CREATE_EVENT { implementation
151 impl ::std::ops::Not for CREATE_EVENT { implementation
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/doc/source/diagnostics/
H A Dresponse_time_distribution.rst79 …CREATE_VIEW``, ``DROP_VIEW``, ``CREATE_TRIGGER``, ``DROP_TRIGGER``, ``CREATE_EVENT``, ``ALTER_EVEN…
/dports/databases/percona56-client/percona-server-5.6.51-91.0/doc/source/diagnostics/
H A Dresponse_time_distribution.rst79 …CREATE_VIEW``, ``DROP_VIEW``, ``CREATE_TRIGGER``, ``DROP_TRIGGER``, ``CREATE_EVENT``, ``ALTER_EVEN…
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/doc/source/diagnostics/
H A Dresponse_time_distribution.rst79 …CREATE_VIEW``, ``DROP_VIEW``, ``CREATE_TRIGGER``, ``DROP_TRIGGER``, ``CREATE_EVENT``, ``ALTER_EVEN…

12