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.
我创建了两个访问相同全局共享内存的进程。出于同步目的,我使用了全局信号量。我们可以在不调试(使用任何 Windows 工具)的情况下找出哪个进程获得了信号量吗?
每次获取信号量时,在程序中打印一条消息。你为什么不想要你/你不能调试?
真的,没有更多关于你想要做什么的信息,这就是所有可以说的。