Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/server/
DAsyncContinuation.java76 private static final int __ASYNCWAIT=4; // Suspended and parked field in AsyncContinuation
221 case __ASYNCWAIT: in isSuspended()
238 case __ASYNCWAIT: in isSuspending()
285 (_state==__ASYNCWAIT)?"ASYNCWAIT": in getStatusString()
329 case __ASYNCWAIT: in handling()
419 _state=__ASYNCWAIT; in unhandle()
421 if (_state==__ASYNCWAIT) in unhandle()
461 case __ASYNCWAIT: in dispatch()
492 case __ASYNCWAIT: in expired()
540 case __ASYNCWAIT: in expired()
[all …]