OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTLS
(Results
1 - 10
of
10
) sorted by null
/prebuilts/go/darwin-x86/misc/cgo/testtls/
tls_unix.c
10
setTLS
(int v)
tls.go
8
// extern void
setTLS
(int);
26
C.
setTLS
(keyVal)
/prebuilts/go/linux-x86/misc/cgo/testtls/
tls_unix.c
10
setTLS
(int v)
tls.go
8
// extern void
setTLS
(int);
26
C.
setTLS
(keyVal)
/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
243
setTLS
(t, 1);
251
setTLS
(t, 1);
259
setTLS
(Thread.currentThread(), 1);
275
setTLS
(Thread.currentThread(), 2);
288
setTLS
(Thread.currentThread(), 1);
400
private static native void
setTLS
(Thread t, long l);
/frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp
107
RsdCpuScriptImpl * oldTLS = mCtx->
setTLS
(this);
109
mCtx->
setTLS
(oldTLS);
rsCpuScript.cpp
758
RsdCpuScriptImpl * oldTLS = mCtx->
setTLS
(this);
760
mCtx->
setTLS
(oldTLS);
772
RsdCpuScriptImpl *oldTLS = mCtx->
setTLS
(this);
774
mCtx->
setTLS
(oldTLS);
800
RsdCpuScriptImpl * oldTLS = mCtx->
setTLS
(this);
802
mCtx->
setTLS
(oldTLS);
838
RsdCpuScriptImpl * oldTLS = mCtx->
setTLS
(this);
846
mCtx->
setTLS
(oldTLS);
[
all
...]
rsCpuCore.h
159
RsdCpuScriptImpl *
setTLS
(RsdCpuScriptImpl *sc);
rsCpuCore.cpp
919
RsdCpuScriptImpl * RsdCpuReferenceImpl::
setTLS
(RsdCpuScriptImpl *sc) {
920
//ALOGE("
setTls
%p", sc);
[
all
...]
Completed in 277 milliseconds