Changeset 496 for Whitix/branches/hybrid
- Timestamp:
- 05/13/08 23:56:45 (4 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/include/sched.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/include/sched.h
r203 r496 45 45 void ThrStartThread(struct Thread* thread); 46 46 void ThrProcessExit(int returnCode); 47 void ThrSetPriority(struct Thread* thread, int priority);47 void ThrSetPriority(struct Thread* thread, int priority); 48 48 void ThrSuspendThread(struct Thread* thread); 49 49 void ThrResumeThread(struct Thread* thread); 50 char* ThrGetProcName( intpid);50 char* ThrGetProcName(DWORD pid); 51 51 void ThrFreeThread(struct Thread* thread); 52 52 void ThrFreeProcess(struct Process* process);
