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.
我正在研究 Android 驱动程序/内核。我发现有两组看门狗:
它们都用于在系统挂起事件(例如无限循环)时恢复系统。
第一个默认在系统启动时启用,但许多人仍然在 /drivers/watchdog/ 文件夹中为特定驱动程序实现他们的看门狗。我对此感到困惑。为什么我们需要多个看门狗?有人知道这方面的“哲学”吗?
因为看门狗用于安全线程,在它的帮助下,我们可以停止线程,使其无法再执行。