DevHlp Run: Difference between revisions
Appearance
Created page with "Release Blocked Threads This is the companion routine to Block. When Run is called, it awakens the threads that were blocked for this particular event identifier. ;Run Mode: Kernel, Interrupt ==C Calling Convention== if (Run((ULONG) ID)) error ID = ID of previously Blocked thread ==Remarks== Run returns immediately to its caller; the awakened threads will be run at the next available opportunity. Run is often called at interrupt time. Category:DevHlps" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:DevHlp_Run}} | |||
Release Blocked Threads | Release Blocked Threads | ||
Latest revision as of 04:09, 22 May 2025
Release Blocked Threads
This is the companion routine to Block. When Run is called, it awakens the threads that were blocked for this particular event identifier.
- Run Mode
- Kernel, Interrupt
C Calling Convention
if (Run((ULONG) ID)) error ID = ID of previously Blocked thread
Remarks
Run returns immediately to its caller; the awakened threads will be run at the next available opportunity. Run is often called at interrupt time.