Home
last modified time | relevance | path

Searched refs:idleAdd (Results 1 – 16 of 16) sorted by relevance

/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/General/
H A DGeneral.chs73 idleAdd,
180 idleAdd (action >>= putMVar resultVar >> return False) priorityDefault
190 idleAdd (action >> return False) priorityDefault
407 -- This function differs from 'ML.idleAdd' in that the action will
411 idleAdd :: IO Bool -> Priority -> IO HandlerId
412 idleAdd fun pri =
413 ML.idleAdd (threadsEnter >> fun >>= \r -> threadsLeave >> return r) pri
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/General/
H A DGeneral.chs73 idleAdd,
180 idleAdd (action >>= putMVar resultVar >> return False) priorityDefault
190 idleAdd (action >> return False) priorityDefault
407 -- This function differs from 'ML.idleAdd' in that the action will
411 idleAdd :: IO Bool -> Priority -> IO HandlerId
412 idleAdd fun pri =
413 ML.idleAdd (threadsEnter >> fun >>= \r -> threadsLeave >> return r) pri
/dports/devel/hs-threadscope/threadscope-0.2.14/GUI/
H A DConcurrencyControl.hs64 Glib.idleAdd
H A DGtkExtras.hs28 idleAdd (putMVar resultVar () >> return False) priorityDefaultIdle
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/demo/fastdraw/
H A DFastDraw.hs66 idleAdd updateBlue priorityLow
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/demo/fastdraw/
H A DFastDraw.hs66 idleAdd updateBlue priorityLow
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/glib-0.13.8.1/System/Glib/
H A DMainLoop.chs33 idleAdd,
132 idleAdd :: IO Bool -> Priority -> IO HandlerId
133 idleAdd fun pri = do
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/glib-0.13.8.1/System/Glib/
H A DMainLoop.chs33 idleAdd,
132 idleAdd :: IO Bool -> Priority -> IO HandlerId
133 idleAdd fun pri = do
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/glib/
H A Dglib.go349 return idleAdd(PRIORITY_DEFAULT_IDLE, f)
355 return idleAdd(priority, f)
358 func idleAdd(priority Priority, f interface{}) SourceHandle { func
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/glib/
H A Dglib.go349 return idleAdd(PRIORITY_DEFAULT_IDLE, f)
355 return idleAdd(priority, f)
358 func idleAdd(priority Priority, f interface{}) SourceHandle { func
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/glib/
H A Dglib.go349 return idleAdd(PRIORITY_DEFAULT_IDLE, f)
355 return idleAdd(priority, f)
358 func idleAdd(priority Priority, f interface{}) SourceHandle { func
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/glib/
H A Dglib.go349 return idleAdd(PRIORITY_DEFAULT_IDLE, f)
355 return idleAdd(priority, f)
358 func idleAdd(priority Priority, f interface{}) SourceHandle { func
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DProcSched.st245 idleAdd: aBlock [
/dports/lang/smalltalk/smalltalk-3.2.5/packages/blox/browser/
H A DChangeLog803 * BloxBasic.st: changed to use the new #idleAdd: method in
/dports/lang/smalltalk/smalltalk-3.2.5/doc/
H A Dgst-base.info-29826 idleAdd: aBlock
H A Dclasses.texi26261 @meindex idleAdd:@-
26262 @item idleAdd:@- aBlock