home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 13
/
13.iso
/
s
/
s001
/
1.ddi
/
TS
/
SRC
/
TS_PROC.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-04-03
|
240 b
|
16 lines
#include "compiler.h"
#include "ts.h"
GLOBAL void TS_proc(PROCESS *P, short Wake)
{
short cpuflags;
cpuflags = cli();
if (Wake) P->status &= ~ASLEEP;
else P->status |= ASLEEP;
putf(cpuflags);
} /* TS_proc */