OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setTLS
(Results
1 - 2
of
2
) sorted by null
/art/test/1909-per-agent-tls/src/art/
Test1909.java
36
public void
setTLS
(long jvmtienv, long ptr) {
37
Test1909.
setTLS
(jvmtienv, this.thr, ptr);
75
public void
setTLS
(long jvmtienv, long ptr) {
76
Test1909.
setTLS
(jvmtienv, this.thr, ptr);
99
tc.
setTLS
(e1, 1);
106
t1.
setTLS
(e1, 2);
113
tc.
setTLS
(e2, 3);
120
t1.
setTLS
(e2, 4);
173
public static native void
setTLS
(long jvmtienv, Thread thr, long ptr);
/art/test/924-threads/src/art/
Test924.java
286
setTLS
(t, 1);
294
setTLS
(t, 1);
302
setTLS
(Thread.currentThread(), 1);
318
setTLS
(Thread.currentThread(), 2);
331
setTLS
(Thread.currentThread(), 1);
490
private static native void
setTLS
(Thread t, long l);
Completed in 512 milliseconds