source: asp3_wo_tecs/trunk/extension/ovrhdr/kernel/kernel_rename.def@ 302

Last change on this file since 302 was 302, checked in by ertl-honda, 7 years ago

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 1.9 KB
Line 
1# startup.c
2kerflg
3exit_kernel
4
5# task.c
6p_runtsk
7p_schedtsk
8enadsp
9dspflg
10ready_queue
11ready_primap
12initialize_task
13search_schedtsk
14make_runnable
15make_non_runnable
16make_dormant
17make_active
18change_priority
19rotate_ready_queue
20task_terminate
21
22# taskhook.c
23mtxhook_check_ceilpri
24mtxhook_scan_ceilmtx
25mtxhook_release_all
26
27# wait.c
28make_wait_tmout
29wait_complete
30wait_tmout
31wait_tmout_ok
32wobj_make_wait
33wobj_make_wait_tmout
34init_wait_queue
35
36# time_event.c
37boundary_evttim
38current_evttim
39current_hrtcnt
40monotonic_evttim
41systim_offset
42in_signal_time
43initialize_tmevt
44tmevt_up
45tmevt_down
46update_current_evttim
47set_hrt_event
48tmevtb_register
49tmevtb_enqueue
50tmevtb_dequeue
51check_adjtim
52tmevt_lefttim
53signal_time
54
55# semaphore.c
56initialize_semaphore
57
58# eventflag.c
59initialize_eventflag
60check_flg_cond
61
62# dataqueue.c
63initialize_dataqueue
64enqueue_data
65force_enqueue_data
66dequeue_data
67send_data
68force_send_data
69receive_data
70
71# pridataq.c
72initialize_pridataq
73enqueue_pridata
74dequeue_pridata
75send_pridata
76receive_pridata
77
78# mutex.c
79initialize_mutex
80mutex_check_ceilpri
81mutex_scan_ceilmtx
82mutex_drop_priority
83mutex_acquire
84mutex_release
85mutex_release_all
86
87# mempfix.c
88initialize_mempfix
89get_mpf_block
90
91# cyclic.c
92initialize_cyclic
93call_cyclic
94
95# alarm.c
96initialize_alarm
97call_alarm
98
99# overrun.c
100ovrtimer_flag
101initialize_overrun
102ovrtimer_start
103ovrtimer_stop
104call_ovrhdr
105
106# interrupt.c
107initialize_interrupt
108
109# exception.c
110initialize_exception
111
112# kernel_cfg.c
113initialize_object
114call_inirtn
115call_terrtn
116tmax_tskid
117tinib_table
118torder_table
119tcb_table
120tmax_semid
121seminib_table
122semcb_table
123tmax_flgid
124flginib_table
125flgcb_table
126tmax_dtqid
127dtqinib_table
128dtqcb_table
129tmax_pdqid
130pdqinib_table
131pdqcb_table
132tmax_mtxid
133mtxinib_table
134mtxcb_table
135tmax_mpfid
136mpfinib_table
137mpfcb_table
138tmax_cycid
139cycinib_table
140cyccb_table
141tmax_almid
142alminib_table
143almcb_table
144ovrinib
145tnum_def_inhno
146inhinib_table
147tnum_cfg_intno
148intinib_table
149tnum_def_excno
150excinib_table
151tmevt_heap
152istksz
153istk
154istkpt
155
156INCLUDE "target"
Note: See TracBrowser for help on using the repository browser.