Home
last modified time | relevance | path

Searched refs:notify_event (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-clipboard.c112 XSelectionEvent notify_event; in st_clipboard_provider() local
145 notify_event.type = SelectionNotify; in st_clipboard_provider()
146 notify_event.display = req_event->display; in st_clipboard_provider()
147 notify_event.requestor = req_event->requestor; in st_clipboard_provider()
148 notify_event.selection = req_event->selection; in st_clipboard_provider()
149 notify_event.target = req_event->target; in st_clipboard_provider()
150 notify_event.time = req_event->time; in st_clipboard_provider()
153 notify_event.property = req_event->target; in st_clipboard_provider()
155 notify_event.property = req_event->property; in st_clipboard_provider()
159 (XEvent *) &notify_event); in st_clipboard_provider()
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dselection.c96 XSelectionEvent notify_event; in selection_request()
122 notify_event.type = SelectionNotify; in selection_request()
123 notify_event.display = req_event->display; in selection_request()
124 notify_event.requestor = req_event->requestor; in selection_request()
125 notify_event.selection = req_event->selection; in selection_request()
126 notify_event.target = req_event->target; in selection_request()
127 notify_event.time = req_event->time; in selection_request()
130 notify_event.property = req_event->target; in selection_request()
132 notify_event.property = req_event->property; in selection_request()
233 (XEvent *)&notify_event); in selection_request()
/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/src/
H A DthreadPool.cpp63 void notify_event(HANDLE ev) in notify_event() function
94 void notify_event(int fd)
144 notify_event(p->to_master); in func()
177 notify_event(p->threads[i].to_client); in finiThreadPool()
197 notify_event(p->threads[i].to_client); in startFuncBody()
H A DthreadPool.hpp47 void notify_event(event_t ev);
50 void notify_event(event_t ev);
/dports/comms/ncid/ncid/modules/
H A Dncid-notify.sh82 notify_event[1]="" # placeholder
181 notify_event[$count]="${notify_event_for_messages[$count]}"
186 notify_event[$count]="${notify_event_for_calls[$count]}"
199 notify_event[$count]=`eval echo ${notify_event[$count]}`
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/ps3/
H A Ddevice-init.c779 struct ps3_notify_event *notify_event; in ps3_probe_thread() local
789 notify_event = buf; in ps3_probe_thread()
834 memset(notify_event, 0, sizeof(*notify_event)); in ps3_probe_thread()
842 notify_event->event_type, notify_event->bus_id, in ps3_probe_thread()
843 notify_event->dev_id, notify_event->dev_type, in ps3_probe_thread()
844 notify_event->dev_port); in ps3_probe_thread()
846 if (notify_event->event_type != notify_region_probe || in ps3_probe_thread()
847 notify_event->bus_id != dev.sbd.bus_id) { in ps3_probe_thread()
849 __func__, __LINE__, notify_event->event_type, in ps3_probe_thread()
850 notify_event->dev_id, notify_event->dev_type); in ps3_probe_thread()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/ps3/
H A Ddevice-init.c779 struct ps3_notify_event *notify_event; in ps3_probe_thread() local
789 notify_event = buf; in ps3_probe_thread()
834 memset(notify_event, 0, sizeof(*notify_event)); in ps3_probe_thread()
842 notify_event->event_type, notify_event->bus_id, in ps3_probe_thread()
843 notify_event->dev_id, notify_event->dev_type, in ps3_probe_thread()
844 notify_event->dev_port); in ps3_probe_thread()
846 if (notify_event->event_type != notify_region_probe || in ps3_probe_thread()
847 notify_event->bus_id != dev.sbd.bus_id) { in ps3_probe_thread()
849 __func__, __LINE__, notify_event->event_type, in ps3_probe_thread()
850 notify_event->dev_id, notify_event->dev_type); in ps3_probe_thread()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/ps3/
H A Ddevice-init.c779 struct ps3_notify_event *notify_event; in ps3_probe_thread() local
789 notify_event = buf; in ps3_probe_thread()
834 memset(notify_event, 0, sizeof(*notify_event)); in ps3_probe_thread()
842 notify_event->event_type, notify_event->bus_id, in ps3_probe_thread()
843 notify_event->dev_id, notify_event->dev_type, in ps3_probe_thread()
844 notify_event->dev_port); in ps3_probe_thread()
846 if (notify_event->event_type != notify_region_probe || in ps3_probe_thread()
847 notify_event->bus_id != dev.sbd.bus_id) { in ps3_probe_thread()
849 __func__, __LINE__, notify_event->event_type, in ps3_probe_thread()
850 notify_event->dev_id, notify_event->dev_type); in ps3_probe_thread()
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/include/
H A Dcomment_post.php282 $notify_event = false; variable
302 $notify_event = 'comment'; variable
342 $notify_event = 'comment'; variable
353 $notify_event = 'comment'; variable
358 $notify_event = 'comment_submit'; variable
382 $notify_event = 'comment'; variable
389 $notify_event = 'comment_submit'; variable
488 if ($notify_event) {
494 $not_event = $notify_event;
/dports/lang/ruby26/ruby-2.6.9/lib/rinda/
H A Dtuplespace.rb457 notify_event('write', entry.value)
458 notify_event('delete', entry.value)
468 notify_event('write', entry.value)
492 notify_event('take', entry.value)
507 notify_event('take', entry.value)
596 notify_event('delete', e.value)
605 def notify_event(event, tuple) method in Rinda.TemplateEntry.TupleSpace
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/chipidea/
H A Dhost.c90 if (ci->platdata->notify_event) { in ehci_ci_reset()
91 ret = ci->platdata->notify_event(ci, in ehci_ci_reset()
183 if (ci->platdata->notify_event && in host_start()
185 ci->platdata->notify_event in host_start()
206 if (ci->platdata->notify_event) in host_stop()
207 ci->platdata->notify_event(ci, in host_stop()
282 if (ci->platdata->notify_event) in ci_ehci_hub_control()
283 ci->platdata->notify_event(ci, in ci_ehci_hub_control()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/chipidea/
H A Dhost.c90 if (ci->platdata->notify_event) { in ehci_ci_reset()
91 ret = ci->platdata->notify_event(ci, in ehci_ci_reset()
183 if (ci->platdata->notify_event && in host_start()
185 ci->platdata->notify_event in host_start()
206 if (ci->platdata->notify_event) in host_stop()
207 ci->platdata->notify_event(ci, in host_stop()
282 if (ci->platdata->notify_event) in ci_ehci_hub_control()
283 ci->platdata->notify_event(ci, in ci_ehci_hub_control()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/chipidea/
H A Dhost.c90 if (ci->platdata->notify_event) { in ehci_ci_reset()
91 ret = ci->platdata->notify_event(ci, in ehci_ci_reset()
183 if (ci->platdata->notify_event && in host_start()
185 ci->platdata->notify_event in host_start()
206 if (ci->platdata->notify_event) in host_stop()
207 ci->platdata->notify_event(ci, in host_stop()
282 if (ci->platdata->notify_event) in ci_ehci_hub_control()
283 ci->platdata->notify_event(ci, in ci_ehci_hub_control()
/dports/x11-wm/mutter/mutter-41.1/src/backends/x11/
H A Dmeta-cursor-tracker-x11.c53 XFixesCursorNotifyEvent *notify_event; in meta_cursor_tracker_x11_handle_xevent() local
58 notify_event = (XFixesCursorNotifyEvent *)xevent; in meta_cursor_tracker_x11_handle_xevent()
59 if (notify_event->subtype != XFixesDisplayCursorNotify) in meta_cursor_tracker_x11_handle_xevent()
/dports/multimedia/QtAV/QtAV-1.13.0/src/output/audio/
H A DAudioOutputDSound.cpp75 HANDLE notify_event; member in QtAV::Q_DECL_FINAL
86 dwResult = WaitForSingleObjectEx(ao->notify_event, 2000, FALSE); in run()
171 , notify_event(NULL) in AudioOutputDSound()
195 CloseHandle(notify_event); // FIXME: is it ok if thread is still waiting? in close()
424 notify_event = CreateEvent(NULL, FALSE, FALSE, NULL); in createDSoundBuffers()
428 notification[i].hEventNotify = notify_event; in createDSoundBuffers()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_test.cc215 UnnamedEvent notify_event; in TEST_F() member
222 const bool succeeded = info->notify_event.Notify(); in TEST_F()
242 ASSERT_TRUE(info.notify_event.IsAvailable()); in TEST_F()
247 ASSERT_TRUE(info.notify_event.Wait(kTimeout)); in TEST_F()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_test.cc215 UnnamedEvent notify_event; in TEST_F() member
222 const bool succeeded = info->notify_event.Notify(); in TEST_F()
242 ASSERT_TRUE(info.notify_event.IsAvailable()); in TEST_F()
247 ASSERT_TRUE(info.notify_event.Wait(kTimeout)); in TEST_F()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_test.cc215 UnnamedEvent notify_event; in TEST_F() member
222 const bool succeeded = info->notify_event.Notify(); in TEST_F()
242 ASSERT_TRUE(info.notify_event.IsAvailable()); in TEST_F()
247 ASSERT_TRUE(info.notify_event.Wait(kTimeout)); in TEST_F()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_test.cc215 UnnamedEvent notify_event; in TEST_F() member
222 const bool succeeded = info->notify_event.Notify(); in TEST_F()
242 ASSERT_TRUE(info.notify_event.IsAvailable()); in TEST_F()
247 ASSERT_TRUE(info.notify_event.Wait(kTimeout)); in TEST_F()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_test.cc215 UnnamedEvent notify_event; in TEST_F() member
222 const bool succeeded = info->notify_event.Notify(); in TEST_F()
242 ASSERT_TRUE(info.notify_event.IsAvailable()); in TEST_F()
247 ASSERT_TRUE(info.notify_event.Wait(kTimeout)); in TEST_F()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_test.cc215 UnnamedEvent notify_event; in TEST_F() member
222 const bool succeeded = info->notify_event.Notify(); in TEST_F()
242 ASSERT_TRUE(info.notify_event.IsAvailable()); in TEST_F()
247 ASSERT_TRUE(info.notify_event.Wait(kTimeout)); in TEST_F()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/event/modules/
H A Dngx_eventport_module.c156 static ngx_event_t notify_event; variable
229 notify_event.active = 1; in ngx_eventport_init()
230 notify_event.log = cycle->log; in ngx_eventport_init()
423 notify_event.handler = handler; in ngx_eventport_notify()
425 if (port_send(ep, 0, &notify_event) != 0) { in ngx_eventport_notify()
426 ngx_log_error(NGX_LOG_ALERT, notify_event.log, ngx_errno, in ngx_eventport_notify()
/dports/www/nginx-lite/nginx-1.20.2/src/event/modules/
H A Dngx_eventport_module.c156 static ngx_event_t notify_event; variable
229 notify_event.active = 1; in ngx_eventport_init()
230 notify_event.log = cycle->log; in ngx_eventport_init()
423 notify_event.handler = handler; in ngx_eventport_notify()
425 if (port_send(ep, 0, &notify_event) != 0) { in ngx_eventport_notify()
426 ngx_log_error(NGX_LOG_ALERT, notify_event.log, ngx_errno, in ngx_eventport_notify()
/dports/www/nginx-devel/nginx-1.21.5/src/event/modules/
H A Dngx_eventport_module.c156 static ngx_event_t notify_event; variable
229 notify_event.active = 1; in ngx_eventport_init()
230 notify_event.log = cycle->log; in ngx_eventport_init()
423 notify_event.handler = handler; in ngx_eventport_notify()
425 if (port_send(ep, 0, &notify_event) != 0) { in ngx_eventport_notify()
426 ngx_log_error(NGX_LOG_ALERT, notify_event.log, ngx_errno, in ngx_eventport_notify()
/dports/www/nginx-naxsi/nginx-1.20.2/src/event/modules/
H A Dngx_eventport_module.c156 static ngx_event_t notify_event; variable
229 notify_event.active = 1; in ngx_eventport_init()
230 notify_event.log = cycle->log; in ngx_eventport_init()
423 notify_event.handler = handler; in ngx_eventport_notify()
425 if (port_send(ep, 0, &notify_event) != 0) { in ngx_eventport_notify()
426 ngx_log_error(NGX_LOG_ALERT, notify_event.log, ngx_errno, in ngx_eventport_notify()

12345678910>>...17