OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VMThread
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/lang/
VMThread.java
19
class
VMThread
{
23
VMThread
(Thread t) {
39
* Starts the
VMThread
(and thus the Java Thread) with the given
43
VMThread
.create(thread, stackSize);
Thread.java
128
volatile
VMThread
vmThread
;
470
return
VMThread
.currentThread();
591
VMThread
vmt = this.
vmThread
;
595
VMThread
thread =
vmThread
;
601
return
VMThread
.STATE_MAP[state];
663
VMThread
vmt = this.
vmThread
;
[
all
...]
Completed in 4548 milliseconds