OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isfulfilling
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java
202
static boolean
isFulfilling
(int m) { return (m & FULFILLING) != 0; }
342
} else if (!
isFulfilling
(h.mode)) { // try to fulfill
442
return (h == s || h == null ||
isFulfilling
(h.mode));
[
all
...]
Completed in 67 milliseconds