source:
extension/messagebuf/kernel/kernel_rename.def
| このファイルの最終更新内容は 7 で kominami が 2015/09/12 9:22:12 に更新しました | |
|---|---|
| ファイルサイズ: 1.9 KB | |
| 行 | |
|---|---|
| 1 | # startup.c |
| 2 | kerflg |
| 3 | exit_kernel |
| 4 | |
| 5 | # task.c |
| 6 | p_runtsk |
| 7 | p_schedtsk |
| 8 | reqflg |
| 9 | ipmflg |
| 10 | disdsp |
| 11 | dspflg |
| 12 | ready_queue |
| 13 | ready_primap |
| 14 | initialize_task |
| 15 | search_schedtsk |
| 16 | make_runnable |
| 17 | make_non_runnable |
| 18 | make_dormant |
| 19 | make_active |
| 20 | change_priority |
| 21 | rotate_ready_queue |
| 22 | call_texrtn |
| 23 | calltex |
| 24 | |
| 25 | # wait.c |
| 26 | make_wait_tmout |
| 27 | wait_dequeue_wobj |
| 28 | wait_complete |
| 29 | wait_tmout |
| 30 | wait_tmout_ok |
| 31 | wait_release |
| 32 | wobj_make_wait |
| 33 | wobj_make_wait_tmout |
| 34 | wobj_change_priority |
| 35 | init_wait_queue |
| 36 | |
| 37 | # time_event.c |
| 38 | current_time |
| 39 | min_time |
| 40 | next_time |
| 41 | next_subtime |
| 42 | last_index |
| 43 | initialize_tmevt |
| 44 | tmevt_up |
| 45 | tmevt_down |
| 46 | tmevtb_insert |
| 47 | tmevtb_delete |
| 48 | tmevt_lefttim |
| 49 | signal_time |
| 50 | |
| 51 | # semaphore.c |
| 52 | initialize_semaphore |
| 53 | |
| 54 | # eventflag.c |
| 55 | initialize_eventflag |
| 56 | check_flg_cond |
| 57 | |
| 58 | # dataqueue.c |
| 59 | initialize_dataqueue |
| 60 | enqueue_data |
| 61 | force_enqueue_data |
| 62 | dequeue_data |
| 63 | send_data |
| 64 | force_send_data |
| 65 | receive_data |
| 66 | |
| 67 | # pridataq.c |
| 68 | initialize_pridataq |
| 69 | enqueue_pridata |
| 70 | dequeue_pridata |
| 71 | send_pridata |
| 72 | receive_pridata |
| 73 | |
| 74 | # mailbox.c |
| 75 | initialize_mailbox |
| 76 | |
| 77 | # messagebuf.c |
| 78 | mbfhook_dequeue_wobj |
| 79 | mbfhook_change_priority |
| 80 | initialize_messagebuf |
| 81 | enqueue_message |
| 82 | dequeue_message |
| 83 | send_message |
| 84 | messagebuf_signal |
| 85 | receive_message |
| 86 | messagebuf_dequeue_wobj |
| 87 | messagebuf_change_priority |
| 88 | |
| 89 | # mempfix.c |
| 90 | initialize_mempfix |
| 91 | get_mpf_block |
| 92 | |
| 93 | # cyclic.c |
| 94 | initialize_cyclic |
| 95 | call_cychdr |
| 96 | |
| 97 | # alarm.c |
| 98 | initialize_alarm |
| 99 | call_almhdr |
| 100 | |
| 101 | # interrupt.c |
| 102 | initialize_interrupt |
| 103 | |
| 104 | # exception.c |
| 105 | initialize_exception |
| 106 | |
| 107 | # kernel_cfg.c |
| 108 | initialize_object |
| 109 | call_inirtn |
| 110 | call_terrtn |
| 111 | tmax_tskid |
| 112 | tinib_table |
| 113 | torder_table |
| 114 | tcb_table |
| 115 | tmax_semid |
| 116 | seminib_table |
| 117 | semcb_table |
| 118 | tmax_flgid |
| 119 | flginib_table |
| 120 | flgcb_table |
| 121 | tmax_dtqid |
| 122 | dtqinib_table |
| 123 | dtqcb_table |
| 124 | tmax_pdqid |
| 125 | pdqinib_table |
| 126 | pdqcb_table |
| 127 | tmax_mbxid |
| 128 | mbxinib_table |
| 129 | mbxcb_table |
| 130 | tmax_mbfid |
| 131 | mbfinib_table |
| 132 | mbfcb_table |
| 133 | tmax_mpfid |
| 134 | mpfinib_table |
| 135 | mpfcb_table |
| 136 | tmax_cycid |
| 137 | cycinib_table |
| 138 | cyccb_table |
| 139 | tmax_almid |
| 140 | alminib_table |
| 141 | almcb_table |
| 142 | tnum_inhno |
| 143 | inhinib_table |
| 144 | tnum_intno |
| 145 | intinib_table |
| 146 | tnum_excno |
| 147 | excinib_table |
| 148 | tmevt_heap |
| 149 | istksz |
| 150 | istk |
| 151 | istkpt |
| 152 | |
| 153 | INCLUDE "target" |
※ 詳しい使い方は TracBrowser を参照してください。
![(please configure the [header_logo] section in trac.ini)](/python/trac/mypz/chrome/common/trac_logo_mini.png)