Searched refs:handlers (Results 1 - 25 of 53) sorted by relevance

123

/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dquick_exit.c33 * Linked list of quick exit handlers. This is simpler than the atexit()
43 * Lock protecting the handlers list.
47 * Stack of cleanup handlers. These will be invoked in reverse order when
49 static struct quick_exit_handler *handlers; variable in typeref:struct:quick_exit_handler
62 h->next = handlers;
63 handlers = h;
77 for (h = handlers; NULL != h; h = h->next)
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembtclmulti.tex85 The registration can set up three user-defined handlers: the {\bf
89 one of these handlers, and when the handler returns, control is handed
92 these cases, the start and end handlers are invoked respectively.
97 handlers as an argument. At the start of a multitasking phase, a peer
114 ec_multi:peer_register {\it ?Multitask handlers}}] \ \\
115 Registers for peer multitasking, and setup the (optional) multitask handlers.
116 There handlers can be specified: a) start, invoked at the start of a
119 given control during a multitasking phase. {\bf Multitask handlers}
120 is a list specifying the handlers, where each handler is specified
139 The handlers ar
[all...]
H A Dembtcl.tex165 and can be used from within Tcl queue event handlers.
239 allow handlers to handle the data (see
395 These handlers can be invoked automatically whenever the other side initiates
398 \subsection{Tcl handlers}
431 Three predefined handlers are provided:
464 \subsection{{\eclipse} handlers}
628 of events, e.g.\ from within signal handlers or to abort execution.
H A Dembfunc.tex48 involved, their handlers have not been invoked yet (this
H A Dembremote.tex279 and can be used from within Tcl queue event handlers. However, an
367 asynchronous) can be performed via {\it handlers}. A handler is a piece of
399 reason that handlers cannot be defined on both sides
482 data consumer handlers are provided:
551 Currently, the Tcl remote interface does not support {\eclipse} handlers
818 close}. Unlike the synchronous queues, only data consumer handlers
929 ec_async_queue_create debug_input toec ;# no handlers
938 there are no handlers associated with it.
1392 the Tcl side, or by quitting from {\eclipse}, the handlers for
H A Dembvb.tex130 and can be used from within VB Stream event handlers.
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsexcept.tex92 handlers to be executed until they return (e.g., \predspec{read/1},
308 Typically, event handlers would perform some action and then succeed,
309 letting the interrupted exectuion continue unharmed. Event handlers for
321 and event handlers that cause the execution to abort, it is often a problem
322 that event handlers may be interrupted or preempted by other event handlers.
338 In the presence of other event handlers which can cause aborts, this will
361 handlers.
383 Apart from binding variables in the erroneous goal, error handlers can
429 {../bips/kernel/event/reset_error_handlers-0.html} resets all error handlers t
[all...]
H A Dumserrors.tex45 event handlers and their description.
46 \index{event handlers}\index{handler!event}
47 \index{error handlers}\index{handler!error}
144 The handlers for these events receive the following arguments:
304 These handlers receive special arguments:
328 The handlers for these events receive the following arguments:
390 %\index{error handlers}
391 %In the tables above the default event handlers for all the events are
392 %given. Here follows a short description of these handlers.
403 %It is therefore not necessary to know the names of the default handlers
[all...]
H A Dextmeta.tex218 This mechanism is implemented using \defnotionni{attributed variable handlers},
219 \index{attributed variables!handlers}\index{handler}
223 The handlers are specified in the attribute declaration
226 is a list of handlers in the form
235 If \about{Name} is an existing extension, the specified handlers
239 it will invoke all handlers that were declared for it
248 the handlers for the attributes \notation{a} and \notation{b} should
253 for writing attributed variable handlers.
255 The following operations invoke attributed variable handlers:
286 to the attributed variable and no handlers ar
[all...]
H A Dgen_error.pl26 toplevel_init(tty), % to get the toplevel-related handlers installed
H A Dumsintro.tex102 %The system calls user-definable event handlers
247 %where a suspended goal has been woken, trace event handlers,
262 %event handlers.
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dmeta.pl56 :- export % export tool bodies and handlers
103 % The suspend handlers are handcoded below to avoid use of the
231 % remove all calls to handlers in the erased module
354 * The handlers have the format
363 * If there are no pre_unify handlers, their part is omitted.
508 % Create a handler that computes the minimum range from all bounds handlers.
509 % The result is always two floats, although the individual handlers may
511 % The handlers are only called if the attribute exists!
556 % Obsolete delayed_goals handlers
683 % Global handlers
[all...]
H A Dtoplevel.pl111 :- export % handlers
157 Initializes streams and event handlers in preparation to
244 % toplevel event handlers
506 % toplevel event handlers
H A Devents.pl79 % Here are the default error handlers
81 % Arguments of error handlers:
719 % Compilation related handlers
1109 % Arithmetic handlers
1154 % Module related handlers
1570 ?- reset_error_handlers. % set up the handlers
2099 :- unskipped % handlers that re-call the culprit
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java433 protected static Vector handlers; field in class:InternalFrame
435 * Registers an input file handler by adding it to the handlers map.
440 Vector handlers = getHandlers();
441 handlers.addElement(handler);
454 if (handlers != null) {
455 return handlers;
458 handlers = new Vector();
469 return handlers;
482 // Add file filters from the handlers map
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dbackwards-sec.tex73 forbids definition of error handlers to prevent undesired effects.
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dextchr.tex56 Several constraint handlers are
76 implementation of constraint handlers. The usual abstract formalism to
110 example constraint handlers and the colour graphic
158 company sites, small constraint handlers for
169 \noindent and larger constraint handlers for
182 The example handlers can be loaded using \verb+chr(lib(File))+. For
440 combining handlers.
810 {\em Several handlers can be used simultaneously if} they don't share
813 handlers that have been compiled separately. In such a case, the
814 handlers mus
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dglobalstate.tex227 User interrupt handlers that might need locks should therefore
230 so these handlers should have the following structure:
H A Dbuiltins.tex116 \item handlers.c
H A Ddebugger.tex194 some state must be saved/restored across the notification handlers.
/barrelfish-2018-10-04/usr/eclipseclp/Opium/
H A Dopium.pl113 * common declaration for all the error handlers which
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dmath-utilities.pl110 is_div(C1,C2,C3):- X is -(C1/C2), % minus here to get sign needed in handlers
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Eclipse/
H A DEclipse.mak89 -@erase "$(INTDIR)\handlers.obj"
178 "$(INTDIR)\handlers.obj" \
285 -@erase "$(INTDIR)\handlers.obj"
378 "$(INTDIR)\handlers.obj" \
1743 SOURCE=..\..\sepia\i386_nt\handlers.c
1761 "$(INTDIR)\handlers.obj" : $(SOURCE) $(DEP_CPP_HANDLE) "$(INTDIR)"
1781 "$(INTDIR)\handlers.obj" : $(SOURCE) $(DEP_CPP_HANDLE) "$(INTDIR)"
/barrelfish-2018-10-04/doc/011-idc/
H A DIDC.tex471 /* Waitset used for receive handlers and send continuations */
477 * asynchronous event handlers that use the same binding object). */
496 /* Incoming message handlers (filled in by user) */
646 and running its internal event handlers.
729 Channels are used to track the registration of handlers for and occurrence
734 registration -- registration of multiple event handlers on a single event may
1008 handlers.
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A DMakefile.in168 handlers.o printam.o \
1050 handlers.o: config.h sepia.h ec_public.h types.h embed.h mem.h error.h dict.h
1051 handlers.o: emu_export.h ec_io.h module.h property.h os_support.h

Completed in 396 milliseconds

123