OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acceptpending
(Results
1 - 1
of
1
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousServerSocketChannelImpl.java
65
private boolean
acceptPending
;
113
if (!
acceptPending
)
115
acceptPending
= false;
156
if (!
acceptPending
)
158
acceptPending
= false;
172
acceptPending
= true;
321
this.
acceptPending
= true;
Completed in 3190 milliseconds