parent
8577edd5e7
commit
df3264d284
@ -1,4 +1,4 @@
|
|||||||
package _10._4.lukas;
|
package _10._4.alternative;
|
||||||
|
|
||||||
public abstract class NameOutput {
|
public abstract class NameOutput {
|
||||||
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package _10._4.lukas;
|
package _10._4.alternative;
|
||||||
|
|
||||||
// ordered by creation time, deadlocks if any thread in the chain is interrupted.
|
// ordered by creation time, deadlocks if any thread in the chain is interrupted.
|
||||||
public class NameOutputBusyWaiting extends Thread {
|
public class NameOutputBusyWaiting extends Thread {
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package _10._4.lukas;
|
package _10._4.alternative;
|
||||||
|
|
||||||
import java.util.concurrent.locks.Lock;
|
import java.util.concurrent.locks.Lock;
|
||||||
import java.util.concurrent.locks.ReentrantLock;
|
import java.util.concurrent.locks.ReentrantLock;
|
||||||
@ -1,4 +1,4 @@
|
|||||||
package _10._4.lukas;
|
package _10._4.alternative;
|
||||||
|
|
||||||
// ordered by creation time, deadlocks if any thread in the chain is interrupted.
|
// ordered by creation time, deadlocks if any thread in the chain is interrupted.
|
||||||
public class NameOutputWaitNotify extends Thread {
|
public class NameOutputWaitNotify extends Thread {
|
||||||
Loading…
Reference in New Issue