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.
我strace用来获取有关我的应用程序的信息。我对像下面这样的线程函数很感兴趣。
strace
futex(0xf70d34, FUTEX_WAIT_PRIVATE, 23853, NULL <unfinished ...>
如果我没记错的话,这是用来锁定互斥锁的。
有什么方法可以检索代码中的哪个互斥锁是从此信息中锁定的互斥锁?