source: asp3_gr_sakura/trunk/kernel/kernel_api.def@ 318

Last change on this file since 318 was 318, checked in by coas-nagasima, 7 years ago

プロパティの文字コードにUTF-8を追加、キーワードを削除

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain; charset=UTF-8
File size: 952 bytes
Line 
1CRE_TSK #tskid* { .tskatr &exinf &task +itskpri .stksz &stk? }
2AID_TSK .notsk
3CRE_SEM #semid* { .sematr .isemcnt .maxsem }
4AID_SEM .nosem
5CRE_FLG #flgid* { .flgatr .iflgptn }
6AID_FLG .noflg
7CRE_DTQ #dtqid* { .dtqatr .dtqcnt &dtqmb? }
8AID_DTQ .nodtq
9CRE_PDQ #pdqid* { .pdqatr .pdqcnt +maxdpri &pdqmb? }
10AID_PDQ .nopdq
11CRE_MTX #mtxid* { .mtxatr +ceilpri? }
12AID_MTX .nomtx
13CRE_MPF #mpfid* { .mpfatr .blkcnt .blksz &mpf? &mpfmb? }
14AID_MPF .nompf
15CRE_CYC #cycid* { .cycatr { .nfymode &par1 &par2? &par3? &par4? } .cyctim .cycphs }
16AID_CYC .nocyc
17DEF_OVR { .ovratr &ovrhdr }
18CRE_ALM #almid* { .almatr { .nfymode &par1 &par2? &par3? &par4? } }
19AID_ALM .noalm
20CFG_INT .intno* { .intatr +intpri }
21CRE_ISR #isrid* { .isratr &exinf .intno &isr +isrpri }
22AID_ISR .noisr
23DEF_INH .inhno* { .inhatr &inthdr }
24DEF_EXC .excno* { .excatr &exchdr }
25DEF_ICS { .istksz &istk? }
26DEF_KMM { .kmmsz &kmm? }
27ATT_INI { .iniatr &exinf &inirtn }
28ATT_TER { .teratr &exinf &terrtn }
Note: See TracBrowser for help on using the repository browser.