Home
last modified time | relevance | path

Searched refs:has_waiter (Results 1 – 25 of 106) sorted by relevance

12345

/dports/emulators/qemu/qemu-6.2.0/docs/spin/
H A Dtcg-exclusive.promela76 byte has_waiter[N_CPUS];
93 :: running[i] -> has_waiter[i] = 1; pending_cpus++; \
144 :: !has_waiter[id] -> { \
162 :: has_waiter[id] -> { \
163 has_waiter[id] = 0; \
/dports/emulators/qemu42/qemu-4.2.1/docs/spin/
H A Dtcg-exclusive.promela76 byte has_waiter[N_CPUS];
93 :: running[i] -> has_waiter[i] = 1; pending_cpus++; \
144 :: !has_waiter[id] -> { \
162 :: has_waiter[id] -> { \
163 has_waiter[id] = 0; \
/dports/emulators/qemu60/qemu-6.0.0/docs/spin/
H A Dtcg-exclusive.promela76 byte has_waiter[N_CPUS];
93 :: running[i] -> has_waiter[i] = 1; pending_cpus++; \
144 :: !has_waiter[id] -> { \
162 :: has_waiter[id] -> { \
163 has_waiter[id] = 0; \
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/docs/spin/
H A Dtcg-exclusive.promela76 byte has_waiter[N_CPUS];
93 :: running[i] -> has_waiter[i] = 1; pending_cpus++; \
144 :: !has_waiter[id] -> { \
162 :: has_waiter[id] -> { \
163 has_waiter[id] = 0; \
/dports/emulators/qemu5/qemu-5.2.0/docs/spin/
H A Dtcg-exclusive.promela76 byte has_waiter[N_CPUS];
93 :: running[i] -> has_waiter[i] = 1; pending_cpus++; \
144 :: !has_waiter[id] -> { \
162 :: has_waiter[id] -> { \
163 has_waiter[id] = 0; \
/dports/emulators/qemu-utils/qemu-4.2.1/docs/spin/
H A Dtcg-exclusive.promela76 byte has_waiter[N_CPUS];
93 :: running[i] -> has_waiter[i] = 1; pending_cpus++; \
144 :: !has_waiter[id] -> { \
162 :: has_waiter[id] -> { \
163 has_waiter[id] = 0; \
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/docs/spin/
H A Dtcg-exclusive.promela76 byte has_waiter[N_CPUS];
93 :: running[i] -> has_waiter[i] = 1; pending_cpus++; \
144 :: !has_waiter[id] -> { \
162 :: has_waiter[id] -> { \
163 has_waiter[id] = 0; \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/docs/spin/
H A Dtcg-exclusive.promela76 byte has_waiter[N_CPUS];
93 :: running[i] -> has_waiter[i] = 1; pending_cpus++; \
144 :: !has_waiter[id] -> { \
162 :: has_waiter[id] -> { \
163 has_waiter[id] = 0; \
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/docs/spin/
H A Dtcg-exclusive.promela76 byte has_waiter[N_CPUS];
93 :: running[i] -> has_waiter[i] = 1; pending_cpus++; \
144 :: !has_waiter[id] -> { \
162 :: has_waiter[id] -> { \
163 has_waiter[id] = 0; \
/dports/emulators/qemu/qemu-6.2.0/
H A Dcpus-common.c198 other_cpu->has_waiter = true; in cpu_class_init_props()
251 if (!cpu->has_waiter) { in tb_invalidate_phys_addr()
293 if (cpu->has_waiter) {
294 cpu->has_waiter = false;
/dports/emulators/qemu42/qemu-4.2.1/
H A Dcpus-common.c188 other_cpu->has_waiter = true; in start_exclusive()
241 if (!cpu->has_waiter) { in cpu_exec_start()
284 if (cpu->has_waiter) { in cpu_exec_end()
285 cpu->has_waiter = false; in cpu_exec_end()
/dports/emulators/qemu60/qemu-6.0.0/
H A Dcpus-common.c198 other_cpu->has_waiter = true; in start_exclusive()
251 if (!cpu->has_waiter) { in cpu_exec_start()
293 if (cpu->has_waiter) { in cpu_exec_end()
294 cpu->has_waiter = false; in cpu_exec_end()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dcpus-common.c188 other_cpu->has_waiter = true; in start_exclusive()
241 if (!cpu->has_waiter) { in cpu_exec_start()
284 if (cpu->has_waiter) { in cpu_exec_end()
285 cpu->has_waiter = false; in cpu_exec_end()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dcpus-common.c196 other_cpu->has_waiter = true; in start_exclusive()
245 if (!cpu->has_waiter) { in cpu_exec_start()
288 if (cpu->has_waiter) { in cpu_exec_end()
289 cpu->has_waiter = false; in cpu_exec_end()
/dports/emulators/qemu5/qemu-5.2.0/
H A Dcpus-common.c198 other_cpu->has_waiter = true; in start_exclusive()
251 if (!cpu->has_waiter) { in cpu_exec_start()
293 if (cpu->has_waiter) { in cpu_exec_end()
294 cpu->has_waiter = false; in cpu_exec_end()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dcpus-common.c188 other_cpu->has_waiter = true; in start_exclusive()
241 if (!cpu->has_waiter) { in cpu_exec_start()
284 if (cpu->has_waiter) { in cpu_exec_end()
285 cpu->has_waiter = false; in cpu_exec_end()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dcpus-common.c188 other_cpu->has_waiter = true; in start_exclusive()
241 if (!cpu->has_waiter) { in cpu_exec_start()
284 if (cpu->has_waiter) { in cpu_exec_end()
285 cpu->has_waiter = false; in cpu_exec_end()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/
H A Dcpus-common.c198 other_cpu->has_waiter = true; in start_exclusive()
251 if (!cpu->has_waiter) { in cpu_exec_start()
293 if (cpu->has_waiter) { in cpu_exec_end()
294 cpu->has_waiter = false; in cpu_exec_end()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/
H A DcompileTask.hpp138 bool has_waiter() const { return _has_waiter; } in has_waiter() function in CompileTask
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompileTask.hpp149 bool has_waiter() const { return _has_waiter; } in has_waiter() function in CompileTask
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A DcompileTask.hpp137 bool has_waiter() const { return _has_waiter; } in has_waiter() function in CompileTask
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompileTask.hpp149 bool has_waiter() const { return _has_waiter; } in has_waiter() function in CompileTask
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A DcompileTask.hpp147 bool has_waiter() const { return _has_waiter; } in has_waiter() function in CompileTask
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/
H A DcompileTask.hpp147 bool has_waiter() const { return _has_waiter; } in has_waiter() function in CompileTask
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A DcompileTask.hpp150 bool has_waiter() const { return _has_waiter; } in has_waiter() function in CompileTask

12345