Hello,
Thank you for posting in Microsoft Q&A.
Based on the description, I understand your question is related to error Clock_watchdog_timeout.
The CLOCK_WATCHDOG_TIMEOUT bug check has a value of 0x00000101. This bug check indicates that an expected clock interrupt on a secondary processor, in a multi-processor system, wasn't received within the allocated interval.
The specified processor isn't processing interrupts. Typically, this bug check occurs when the processor is nonresponsive or is deadlocked.
You can try open a command prompt window by selecting Run as administrator and type verifier to open the Driver Verifier Manager to do a check.
https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/driver-verifier
Here is a reference link:
Have a nice day.
Best Regards,
Molly
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it