空栈 meaning in Chinese
empty stack
Examples
- Consider what happens when a thread tries to pop from an empty stack
下面我们考虑当一个线程试图调用一个空栈的pop ( )操作时的情况。 - Since a nonempty stack is the condition that the first thread is waiting for , this is a deadlock
由于第一个线程等待的是一个非空栈,这样就会发生死锁。