OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Interruptible
(Results
1 - 6
of
6
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
Interruptible.java
32
public interface
Interruptible
{
/libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java
38
import sun.nio.ch.
Interruptible
;
42
* Base implementation class for
interruptible
channels.
145
private
Interruptible
interruptor;
158
interruptor = new
Interruptible
() {
211
static void blockedOn(
Interruptible
intr) { // package-private
AbstractSelector.java
33
import sun.nio.ch.
Interruptible
;
191
private
Interruptible
interruptor = null;
208
interruptor = new
Interruptible
() {
/libcore/ojluni/src/main/java/java/lang/
Thread.java
40
import sun.nio.ch.
Interruptible
;
237
/* The object in which this thread is blocked in an
interruptible
I/O
241
private volatile
Interruptible
blocker;
249
public void blockedOn(
Interruptible
b) {
[
all
...]
/libcore/
openjdk_java_files.mk
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 287 milliseconds