Home
last modified time | relevance | path

Searched refs:handle_idle (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/wlroots/wlroots-0.12.0/examples/
H A Didle.c42 static void handle_idle(void* data, struct org_kde_kwin_idle_timeout *timer) { in handle_idle() function
51 .idle = handle_idle,
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/usb_signalling/
H A Dpd.py283 def handle_idle(self, sym): member in Decoder
310 self.handle_idle(sym)
341 self.handle_idle(sym)
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/ext/events/mpdserver/
H A Dtcpserver.py83 def handle_idle(self): member in BaseTCPServer
95 self.handle_idle()
H A Dmain.py392 def handle_idle(self): member in MPDServer
/dports/emulators/mess/mame-mame0226/src/devices/bus/vsmile/
H A Dpad.cpp53 timer_expired_delegate(FUNC(vsmile_pad_device::handle_idle), this)); in device_start()
166 TIMER_CALLBACK_MEMBER(vsmile_pad_device::handle_idle) in TIMER_CALLBACK_MEMBER() argument
H A Dpad.h70 TIMER_CALLBACK_MEMBER(handle_idle);
/dports/emulators/mame/mame-mame0226/src/devices/bus/vsmile/
H A Dpad.cpp53 timer_expired_delegate(FUNC(vsmile_pad_device::handle_idle), this)); in device_start()
166 TIMER_CALLBACK_MEMBER(vsmile_pad_device::handle_idle) in TIMER_CALLBACK_MEMBER() argument
H A Dpad.h70 TIMER_CALLBACK_MEMBER(handle_idle);
/dports/audio/musicpd/mpd-0.23.6/src/command/
H A DOtherCommands.hxx66 handle_idle(Client &client, Request request, Response &response);
H A DOtherCommands.cxx404 handle_idle(Client &client, Request args, Response &r) in handle_idle() function
H A DAllCommands.cxx120 { "idle", PERMISSION_READ, 0, -1, handle_idle },
/dports/databases/pgbouncer/pgbouncer-1.16.0/test/
H A Dasynctest.c336 static void handle_idle(void) in handle_idle() function
527 handle_idle(); in main()
/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/src/
H A Dcore.rs123 self.inner().handle_idle(token); in idle()
H A Dtabs.rs557 pub(crate) fn handle_idle(&mut self, token: usize) { in handle_idle() method
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A DFuncs.doc186 handle_idle(clientData)
H A DtkGlue.c157 static void handle_idle _((ClientData clientData));
4896 handle_idle(clientData) in handle_idle() function
4941 Tcl_DoWhenIdle(handle_idle, (ClientData) p); in XS()
/dports/x11/swayidle/swayidle-1.7.1/
H A Dmain.c630 static void handle_idle(void *data, struct org_kde_kwin_idle_timeout *timer) { in handle_idle() function
662 .idle = handle_idle,
/dports/x11/lightdm/lightdm-1.30.0/liblightdm-gobject/
H A Dgreeter.c720 handle_idle (LightDMGreeter *greeter, guint8 *message, gsize message_length, gsize *offset) in handle_idle() function
815 handle_idle (greeter, message, message_length, &offset); in handle_message()