Show
Ignore:
Timestamp:
05/20/10 16:05:25 (2 years ago)
Author:
mwhitworth
Message:

Add to TCP/IP stack.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/include/sched.h

    r1309 r2085  
    4949void ThrSetPriority(struct Thread* thread, int priority); 
    5050void ThrSuspendThread(struct Thread* thread); 
     51void ThrSuspendThreadInt(struct Thread* thread); 
    5152void ThrResumeThread(struct Thread* thread); 
    5253char* ThrGetProcName(DWORD pid);