OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dispatchException
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xfs/dist/difs/
dispatch.c
74
volatile char
dispatchException
= 0;
116
while (!
dispatchException
&& (--nready >= 0)) {
120
this
dispatchException
loop. */
156
dispatchException
|= DE_RESET;
158
if (
dispatchException
) {
160
if (
dispatchException
& DE_RECONFIG) {
165
dispatchException
&= ~DE_RECONFIG;
168
if (
dispatchException
& DE_FLUSH) {
170
dispatchException
&= ~DE_FLUSH;
173
if (
dispatchException
& DE_RESET)
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c
171
/*
dispatchException
& isItTimeToYield must be declared volatile since they
176
volatile char
dispatchException
= 0;
359
while (!
dispatchException
)
379
while (!
dispatchException
&& (--nready >= 0))
457
dispatchException
&= ~DE_PRIORITYCHANGE;
464
dispatchException
&= ~DE_RESET;
3451
dispatchException
|= dispatchExceptionAtReset;
/xsrc/external/mit/xorg-server/dist/dix/
dispatch.c
170
/*
dispatchException
& isItTimeToYield must be declared volatile since they
175
volatile char
dispatchException
= 0;
407
dispatchException
|= dispatchExceptionAtReset;
425
dispatchException
|= dispatchExceptionAtReset;
432
dispatchException
|= dispatchExceptionAtReset;
486
while (!
dispatchException
) {
500
if (!
dispatchException
&& clients_are_ready()) {
581
dispatchException
&= ~DE_PRIORITYCHANGE;
587
dispatchException
&= ~DE_RESET;
Completed in 8 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026