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_mutex5.c

    r302 r306  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems
    44 *
    5  *  Copyright (C) 2007-2015 by Embedded and Real-Time Systems Laboratory
     5 *  Copyright (C) 2007-2016 by Embedded and Real-Time Systems Laboratory
    66 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    77 *
     
    5050 *  の責任を負わない.
    5151 *
    52  *  $Id: test_mutex5.c 310 2015-02-08 13:46:46Z ertl-hiro $
     52 *  $Id: test_mutex5.c 738 2016-04-05 14:19:24Z ertl-hiro $
    5353 */
    5454
     
    431431 *      == TASK5(続き)==
    432432 *      38:     loc_mtx(MTX4)
    433  *      39:     tslp_tsk(10000U) -> E_TMOUT
     433 *      39:     tslp_tsk(3 * TEST_TIME_CP) -> E_TMOUT ... TASK5が実行再開するまで
    434434 *      //              低:TASK1→TASK2,MTX4:TASK5
    435435 *      == TASK1(続き)==
     
    10581058
    10591059        check_point(39);
    1060         ercd = tslp_tsk(10000U);
     1060        ercd = tslp_tsk(3 * TEST_TIME_CP);
    10611061        check_ercd(ercd, E_TMOUT);
    10621062
Note: See TracChangeset for help on using the changeset viewer.