Ignore:
Timestamp:
Jun 27, 2017, 10:53:32 AM (7 years ago)
Author:
ertl-honda
Message:

3.1.0を反映

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/test/test_mutex7.c

    r302 r306  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems
    44 *
    5  *  Copyright (C) 2008-2015 by Embedded and Real-Time Systems Laboratory
     5 *  Copyright (C) 2008-2016 by Embedded and Real-Time Systems Laboratory
    66 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    77 *
     
    5050 *  の責任を負わない.
    5151 *
    52  *  $Id: test_mutex7.c 310 2015-02-08 13:46:46Z ertl-hiro $
     52 *  $Id: test_mutex7.c 738 2016-04-05 14:19:24Z ertl-hiro $
    5353 */
    5454
     
    207207 *      9:      loc_mtx(MTX1)
    208208 *      //              中:TASK2,低:TASK3,MTX1:TASK2
    209  *      10:     tslp_tsk(10000U) -> E_TMOUT
     209 *      10:     tslp_tsk(TEST_TIME_CP) -> E_TMOUT ... TASK2-2が実行再開するまで
    210210 *      //              低:TASK3,MTX1:TASK2
    211211 *      == TASK3-1(優å
     
    288288 *              loc_mtx(MTX2)
    289289 *      //              中:TASK2,低:TASK3→TASK4,MTX1:TASK2,MTX2:TASK2
    290  *      34:     tslp_tsk(10000U) -> E_TMOUT
     290 *      34:     tslp_tsk(2 * TEST_TIME_CP) -> E_TMOUT ... TASK2-5が実行再開するまで
    291291 *      //              低:TASK3→TASK4,MTX1:TASK2,MTX2:TASK2
    292292 *      == TASK3-3(優å
     
    582582
    583583                check_point(10);
    584                 ercd = tslp_tsk(10000U);
     584                ercd = tslp_tsk(TEST_TIME_CP);
    585585                check_ercd(ercd, E_TMOUT);
    586586
     
    625625
    626626                check_point(34);
    627                 ercd = tslp_tsk(10000U);
     627                ercd = tslp_tsk(2 * TEST_TIME_CP);
    628628                check_ercd(ercd, E_TMOUT);
    629629
Note: See TracChangeset for help on using the changeset viewer.