Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法知道哪些主动实体线程正在/正在受被动实体互斥体内部调用notify()或被notifyAll()调用。
notify()
notifyAll()
无法从调用线程的线程中知道唤醒了notify() 哪些线程。
此外,无法从唤醒线程中知道哪个线程唤醒了它们。
就是这样。
如果你需要知道这些信息,你可以创建一个记录这些信息的数据结构。但是,您很少需要知道这一点,因此它不会自动为您执行此操作。