00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include<ssdef.h>
00012
00013 #include<linux/linkage.h>
00014 #include<linux/sched.h>
00015
00016 #include<system_data_cells.h>
00017
00018 #include <tqedef.h>
00019 #include <exe_routines.h>
00020
00021
00022
00023
00024
00025
00026
00027 asmlinkage int exe_cantim(unsigned long reqidt, unsigned int acmode){
00028 exe_std_rmvtimq(acmode,reqidt,0,0);
00029 return SS__NORMAL;
00030 }
00031
00032
00033
00034
00035
00036
00037
00038 asmlinkage int exe_canwak(unsigned int *pidadr, void *prcnam){
00039
00040 int ipid=ctl_gl_pcb->pcb$l_pid;
00041 exe_std_rmvtimq(0,0,TQE$C_WKSNGL,ipid);
00042 return SS__NORMAL;
00043 }
00044