Changeset 2085 for Whitix/branches/netchannel/include/sched.h
- Timestamp:
- 05/20/10 16:05:25 (2 years ago)
- Files:
-
- 1 modified
-
Whitix/branches/netchannel/include/sched.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/include/sched.h
r1309 r2085 49 49 void ThrSetPriority(struct Thread* thread, int priority); 50 50 void ThrSuspendThread(struct Thread* thread); 51 void ThrSuspendThreadInt(struct Thread* thread); 51 52 void ThrResumeThread(struct Thread* thread); 52 53 char* ThrGetProcName(DWORD pid);
