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_mutex1.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_mutex1.c 310 2015-02-08 13:46:46Z ertl-hiro $
     52 *  $Id: test_mutex1.c 738 2016-04-05 14:19:24Z ertl-hiro $
    5353 */
    5454
     
    147147 *              assert(rmtx.htskid == TASK2)
    148148 *              assert(rmtx.wtskid == TSK_NONE)
    149  *              tloc_mtx(MTX1, 10000U) -> E_TMOUT       ... (D-1)
     149 *              tloc_mtx(MTX1, 3 * TEST_TIME_CP) -> E_TMOUT     ... (D-1)
     150 *                                                                      ... TASK1が実行再開するまで
    150151 *      15:     wup_tsk(TASK2)
    151152 *      == TASK2(続き)==
     
    246247        check_assert(rmtx.wtskid == TSK_NONE);
    247248
    248         ercd = tloc_mtx(MTX1, 10000U);
     249        ercd = tloc_mtx(MTX1, 3 * TEST_TIME_CP);
    249250        check_ercd(ercd, E_TMOUT);
    250251
Note: See TracChangeset for help on using the changeset viewer.