dining-philosophers/output.log

21 lines
500 B
Plaintext
Raw Normal View History

2022-09-30 01:04:23 -05:00
Philosopher 0 is thinking...
TakeForks() was called...
Eat() was called...
PutForks() was called...
Philosopher 1 is thinking...
TakeForks() was called...
Eat() was called...
PutForks() was called...
Philosopher 2 is thinking...
TakeForks() was called...
Eat() was called...
PutForks() was called...
Philosopher 3 is thinking...
TakeForks() was called...
Eat() was called...
PutForks() was called...
Philosopher 4 is thinking...
TakeForks() was called...
Eat() was called...
PutForks() was called...