Home
last modified time | relevance | path

Searched refs:Psyscall (Results 1 – 18 of 18) sorted by relevance

/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dproc.c774 if(s == Psyscall && runtime_cas(&p->status, s, Pgcstop)) in runtime_stoptheworld()
1773 runtime_atomicstore(&m->p->status, Psyscall); in doentersyscall()
1776 if (runtime_sched.stopwait > 0 && runtime_cas(&m->p->status, Psyscall, Pgcstop)) { in doentersyscall()
1830 if(m->p && m->p->status == Psyscall && runtime_cas(&m->p->status, Psyscall, Prunning)) { in runtime_exitsyscall()
2527 if(s != Psyscall) in retake()
H A Druntime.h124 Psyscall, enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dlibproc.h229 extern sysret_t Psyscall(struct ps_prochandle *, int, uint_t, argdes_t *);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dlibproc.h229 extern sysret_t Psyscall(struct ps_prochandle *, int, uint_t, argdes_t *);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dlibproc.h229 extern sysret_t Psyscall(struct ps_prochandle *, int, uint_t, argdes_t *);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dlibproc.h229 extern sysret_t Psyscall(struct ps_prochandle *, int, uint_t, argdes_t *);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dlibproc.h229 extern sysret_t Psyscall(struct ps_prochandle *, int, uint_t, argdes_t *);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h229 extern sysret_t Psyscall(struct ps_prochandle *, int, uint_t, argdes_t *);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h229 extern sysret_t Psyscall(struct ps_prochandle *, int, uint_t, argdes_t *);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dproc.c871 if(s == Psyscall && runtime_cas(&p->status, s, Pgcstop)) in runtime_stoptheworld()
1915 runtime_atomicstore(&m->p->status, Psyscall); in doentersyscall()
1918 if (runtime_sched.stopwait > 0 && runtime_cas(&m->p->status, Psyscall, Pgcstop)) { in doentersyscall()
2023 if(m->p && m->p->status == Psyscall && runtime_cas(&m->p->status, Psyscall, Prunning)) { in exitsyscallfast()
2779 if(s == Psyscall) { in retake()
H A Druntime.h126 Psyscall, enumerator
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dproc.c947 if(s == Psyscall && runtime_cas(&p->status, s, Pgcstop)) in runtime_stoptheworld()
2044 runtime_atomicstore(&m->p->status, Psyscall); in doentersyscall()
2047 if (runtime_sched.stopwait > 0 && runtime_cas(&m->p->status, Psyscall, Pgcstop)) { in doentersyscall()
2153 if(m->p && m->p->status == Psyscall && runtime_cas(&m->p->status, Psyscall, Prunning)) { in exitsyscallfast()
2978 if(s == Psyscall) { in retake()
H A Druntime.h129 Psyscall, enumerator
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dproc.c947 if(s == Psyscall && runtime_cas(&p->status, s, Pgcstop)) in runtime_stoptheworld()
2044 runtime_atomicstore(&m->p->status, Psyscall); in doentersyscall()
2047 if (runtime_sched.stopwait > 0 && runtime_cas(&m->p->status, Psyscall, Pgcstop)) { in doentersyscall()
2153 if(m->p && m->p->status == Psyscall && runtime_cas(&m->p->status, Psyscall, Prunning)) { in exitsyscallfast()
2978 if(s == Psyscall) { in retake()
H A Druntime.h129 Psyscall, enumerator
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dproc.c947 if(s == Psyscall && runtime_cas(&p->status, s, Pgcstop)) in runtime_stoptheworld()
2044 runtime_atomicstore(&m->p->status, Psyscall); in doentersyscall()
2047 if (runtime_sched.stopwait > 0 && runtime_cas(&m->p->status, Psyscall, Pgcstop)) { in doentersyscall()
2153 if(m->p && m->p->status == Psyscall && runtime_cas(&m->p->status, Psyscall, Prunning)) { in exitsyscallfast()
2978 if(s == Psyscall) { in retake()
H A Druntime.h129 Psyscall, enumerator
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/
H A Dlibgo-noext.diff1306 runtime_atomicstore(&m->p->status, Psyscall);
1310 if (runtime_sched.stopwait > 0 && runtime_cas(&m->p->status, Psyscall, Pgcstop)) {