Changeset 50162e0 in rtems


Ignore:
Timestamp:
12/07/13 18:18:02 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
2e50dcec
Parents:
9410d011
git-author:
Joel Sherrill <joel.sherrill@…> (12/07/13 18:18:02)
git-committer:
Joel Sherrill <joel.sherrill@…> (12/08/13 01:10:35)
Message:

psxtmtests: Make output more uniform

Location:
testsuites/psxtmtests
Files:
43 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtmtests/psxtmbarrier01/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4141
    4242  put_time(
    43     "pthread_barrier_init",
     43    "pthread_barrier_init: only case",
    4444    end_time,
    4545    1,        /* Only executed once */
     
    6060
    6161  put_time(
    62     "pthread_barrier_destroy",
     62    "pthread_barrier_destroy: only case",
    6363    end_time,
    6464    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmbarrier02/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4444
    4545  put_time(
    46     "pthread_barrier_wait â€“ blocking",
     46    "pthread_barrier_wait: blocking",
    4747    end_time,
    4848    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmbarrier03/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    7878
    7979  put_time(
    80     "pthread_barrier_wait â€“ releasing, no preempt",
     80    "pthread_barrier_wait: releasing no preempt",
    8181    end_time,
    8282    1,
  • testsuites/psxtmtests/psxtmbarrier04/init.c

    r9410d011 r50162e0  
    3838  end_time = benchmark_timer_read();
    3939  put_time(
    40     "pthread_barrier_wait â€“ releasing, preempt",
     40    "pthread_barrier_wait: releasing preempt",
    4141    end_time,
    4242    1,
  • testsuites/psxtmtests/psxtmcond01/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3838
    3939  put_time(
    40     "pthread_cond_init (single invocation)",
     40    "pthread_cond_init: only case",
    4141    end_time,
    4242    1,
     
    5757
    5858  put_time(
    59     "pthread_cond_destroy (single invocation)",
     59    "pthread_cond_destroy: only case",
    6060    end_time,
    6161    1,
  • testsuites/psxtmtests/psxtmcond02/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3636
    3737  put_time(
    38     "pthread_cond_signal - no threads waiting",
     38    "pthread_cond_signal: no threads waiting",
    3939    end_time,
    4040    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmcond03/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    8686
    8787  put_time(
    88     "pthread_cond_signal - thread waiting, no preempt",
     88    "pthread_cond_signal: thread waiting no preempt",
    8989    end_time,
    9090    1,
  • testsuites/psxtmtests/psxtmcond04/init.c

    r9410d011 r50162e0  
    4949  end_time = benchmark_timer_read();
    5050  put_time(
    51     "pthread_cond_signal - thread waiting, preempt",
     51    "pthread_cond_signal: thread waiting preempt",
    5252    end_time,
    5353    1,
  • testsuites/psxtmtests/psxtmcond05/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3434
    3535  put_time(
    36     "pthread_cond_broadcast - no threads waiting",
     36    "pthread_cond_broadcast: no threads waiting",
    3737    end_time,
    3838    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmcond06/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    103103
    104104  put_time(
    105     "pthread_cond_broadcast - threads waiting, no preempt",
     105    "pthread_cond_broadcast: threads waiting no preempt",
    106106    end_time,
    107107    1,
  • testsuites/psxtmtests/psxtmcond08/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    1010#if   defined(USE_WAIT)
    1111  #define TEST_NUMBER "08"
    12   #define TEST_CASE "pthread_cond_wait - blocking"
     12  #define TEST_CASE "pthread_cond_wait: blocking"
    1313#elif defined(USE_TIMEDWAIT_WITH_VALUE)
    1414  #define TEST_NUMBER "09"
    15   #define TEST_CASE "pthread_cond_timedwait - blocking"
     15  #define TEST_CASE "pthread_cond_timedwait: blocking"
    1616#elif defined(USE_TIMEDWAIT_WAIT_VALUE_IN_PAST)
    1717  #define TEST_NUMBER "10"
    18   #define TEST_CASE "pthread_cond_timedwait - time in past error"
     18  #define TEST_CASE "pthread_cond_timedwait: time in past error"
    1919#else
    2020  #error "How am I being compiled?"
  • testsuites/psxtmtests/psxtmkey01/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3434
    3535  put_time(
    36     "pthread_key_create",
     36    "pthread_key_create: only case",
    3737    end_time,
    3838    1,        /* Only executed once */
     
    5454
    5555  put_time(
    56     "pthread_key_delete",
     56    "pthread_key_delete: only case",
    5757    end_time,
    5858    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmkey02/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3737
    3838  put_time(
    39     "pthread_setspecific",
     39    "pthread_setspecific: only case: only case",
    4040    end_time,
    4141    1,        /* Only executed once */
     
    5757
    5858  put_time(
    59     "pthread_getspecific",
     59    "pthread_getspecific: only case",
    6060    end_time,
    6161    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmmq01/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4646  if (printable == 1)
    4747    put_time(
    48       "mq_open (first open)",
     48      "mq_open: first open",
    4949      end_time,
    5050      1,        /* Only executed once */
     
    6969  if (printable == 1)
    7070    put_time(
    71       "mq_open (second open)",
     71      "mq_open: second open",
    7272      end_time,
    7373      1,        /* Only executed once */
     
    9090  if (printable == 1)
    9191    put_time(
    92       "mq_close (close of first)",
     92      "mq_close: close of first",
    9393      end_time,
    9494      1,        /* Only executed once */
     
    110110  if (printable == 1)
    111111    put_time(
    112       "mq_close (close of second)",
     112      "mq_close: close of second",
    113113      end_time,
    114114      1,        /* Only executed once */
     
    129129
    130130  put_time(
    131     "mq_unlink",
     131    "mq_unlink: only case",
    132132    end_time,
    133133    1,        /* Only executed once */
     
    152152
    153153  put_time(
    154     "mq_notify",
     154    "mq_notify: only case",
    155155    end_time,
    156156    1,        /* Only executed once */
     
    172172
    173173  put_time(
    174     "mq_send - no threads waiting",
     174    "mq_send: no threads waiting",
    175175    end_time,
    176176    1,        /* Only executed once */
     
    194194
    195195  put_time(
    196     "mq_receive - available",
     196    "mq_receive: available",
    197197    end_time,
    198198    1,        /* Only executed once */
     
    218218
    219219  put_time(
    220     "mq_timedsend - no threads waiting",
     220    "mq_timedsend: no threads waiting",
    221221    end_time,
    222222    1,        /* Only executed once */
     
    244244
    245245  put_time(
    246     "mq_timedreceive - available",
     246    "mq_timedreceive: available",
    247247    end_time,
    248248    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmmutex01/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3434
    3535  put_time(
    36     "pthread_mutex_init",
     36    "pthread_mutex_init: only case",
    3737    end_time,
    3838    1,
     
    5353
    5454  put_time(
    55     "pthread_mutex_destroy",
     55    "pthread_mutex_destroy: only case",
    5656    end_time,
    5757    1,
  • testsuites/psxtmtests/psxtmmutex02/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4444
    4545  put_time(
    46     "pthread_mutex_lock - unavailable, block",
     46    "pthread_mutex_lock: unavailable block",
    4747    end_time,
    4848    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmmutex03/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3939
    4040  put_time(
    41     "pthread_mutex_lock - available",
     41    "pthread_mutex_lock: available",
    4242    end_time,
    4343    1,
     
    5858
    5959  put_time(
    60     "pthread_mutex_unlock - no threads waiting",
     60    "pthread_mutex_unlock: no threads waiting",
    6161    end_time,
    6262    1,
     
    7777
    7878  put_time(
    79     "pthread_mutex_trylock - available",
     79    "pthread_mutex_trylock: available",
    8080    end_time,
    8181    1,
     
    101101
    102102  put_time(
    103     "pthread_mutex_trylock - not available",
     103    "pthread_mutex_trylock: not available",
    104104    end_time,
    105105    1,
     
    120120
    121121  put_time(
    122     "pthread_mutex_timedlock - available",
     122    "pthread_mutex_timedlock: available",
    123123    end_time,
    124124    1,
  • testsuites/psxtmtests/psxtmmutex04/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4444
    4545  put_time(
    46     "pthread_mutex_timedlock - not available, block",
     46    "pthread_mutex_timedlock: not available block",
    4747    end_time,
    4848    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmmutex05/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    7676
    7777  put_time(
    78     "pthread_mutex_unlock - unblocking, no preemption",
     78    "pthread_mutex_unlock: unblocking no preemption",
    7979    end_time,
    8080    1,
  • testsuites/psxtmtests/psxtmmutex06/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4040
    4141  put_time(
    42     "pthread_mutex_unlock - unblocking, preempt",
     42    "pthread_mutex_unlock: unblocking preempt",
    4343    end_time,
    4444    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmmutex07/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3737
    3838  put_time(
    39     "pthread_mutex_setprioceiling",
     39    "pthread_mutex_setprioceiling: only case",
    4040    end_time,
    4141    1,        /* Only executed once */
     
    5757
    5858  put_time(
    59     "pthread_mutex_getprioceiling",
     59    "pthread_mutex_getprioceiling: only case",
    6060    end_time,
    6161    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmnanosleep01/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3535  end_time = benchmark_timer_read(); 
    3636
    37   put_time( "nanosleep - yield", end_time, 1, 0, 0 );
     37  put_time( "nanosleep: yield", end_time, 1, 0, 0 );
    3838
    3939  puts( "*** END OF POSIX TIME TEST PSXTMNANOSLEEP01 ***" );
  • testsuites/psxtmtests/psxtmnanosleep02/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3232
    3333  put_time(
    34     "nanosleep - blocking",
     34    "nanosleep: blocking",
    3535    end_time,
    3636    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmrwlock01/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3535
    3636  put_time(
    37     "pthread_rwlock_init",
     37    "pthread_rwlock_init: only case",
    3838    end_time,
    3939    1,        /* Only executed once */
     
    5555
    5656  put_time(
    57     "pthread_rwlock_rdlock - available",
     57    "pthread_rwlock_rdlock: available",
    5858    end_time,
    5959    1,        /* Only executed once */
     
    7575  if ( print == 1 ){
    7676    put_time(
    77       "pthread_rwlock_unlock - available",
     77      "pthread_rwlock_unlock: available",
    7878      end_time,
    7979      1,        /* Only executed once */
     
    9595  if (status == EBUSY) {
    9696    put_time(
    97       "pthread_rwlock_tryrdlock - not available",
     97      "pthread_rwlock_tryrdlock: not available",
    9898      end_time,
    9999      1,        /* Only executed once */
     
    103103  } else if (status == 0) {
    104104    put_time(
    105       "pthread_rwlock_tryrdlock - available",
     105      "pthread_rwlock_tryrdlock: available",
    106106      end_time,
    107107      1,        /* Only executed once */
     
    123123
    124124  put_time(
    125     "pthread_rwlock_timedrdlock - available",
     125    "pthread_rwlock_timedrdlock: available",
    126126    end_time,
    127127    1,        /* Only executed once */
     
    143143
    144144  put_time(
    145     "pthread_rwlock_wrlock - available",
     145    "pthread_rwlock_wrlock: available",
    146146    end_time,
    147147    1,        /* Only executed once */
     
    164164  if ( status == EBUSY ) {
    165165    put_time(
    166       "pthread_rwlock_trywrlock - not available ",
     166      "pthread_rwlock_trywrlock: not available ",
    167167      end_time,
    168168      1,        /* Only executed once */
     
    172172  } else if ( status == 0 ) {
    173173    put_time(
    174       "pthread_rwlock_trywrlock - available",
     174      "pthread_rwlock_trywrlock: available",
    175175      end_time,
    176176      1,        /* Only executed once */
     
    192192
    193193  put_time(
    194     "pthread_rwlock_timedwrlock - available",
     194    "pthread_rwlock_timedwrlock: available",
    195195    end_time,
    196196    1,        /* Only executed once */
     
    211211
    212212  put_time(
    213     "pthread_rwlock_destroy",
     213    "pthread_rwlock_destroy: only case",
    214214    end_time,
    215215    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmrwlock02/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4444
    4545  put_time(
    46     "pthread_rwlock_rdlock - not available, blocks",
     46    "pthread_rwlock_rdlock: not available blocks",
    4747    end_time,
    4848    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmrwlock03/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4545
    4646  put_time(
    47     "pthread_rwlock_timedrdlock - not available, blocks",
     47    "pthread_rwlock_timedrdlock: not available blocks",
    4848    end_time,
    4949    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmrwlock04/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4444
    4545  put_time(
    46     "pthread_rwlock_wrlock - not available, blocks",
     46    "pthread_rwlock_wrlock: not available blocks",
    4747    end_time,
    4848    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmrwlock05/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4545
    4646  put_time(
    47     "pthread_rwlock_timedwrlock - not available, blocks",
     47    "pthread_rwlock_timedwrlock: not available blocks",
    4848    end_time,
    4949    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmrwlock06/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    8181
    8282  put_time(
    83     "pthread_rwlock_unlock - thread waiting, no preempt",
     83    "pthread_rwlock_unlock: thread waiting no preempt",
    8484    end_time,
    8585    1,
  • testsuites/psxtmtests/psxtmrwlock07/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4141
    4242  put_time(
    43     "pthread_rwlock_unlock - thread waiting, preempt",
     43    "pthread_rwlock_unlock: thread waiting preempt",
    4444    end_time,
    4545    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmsem01/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4040
    4141  put_time(
    42     "sem_init",
     42    "sem_init: only case",
    4343    end_time,
    4444    1,        /* Only executed once */
     
    5959
    6060  put_time(
    61     "sem_destroy",
     61    "sem_destroy: only case",
    6262    end_time,
    6363    1,        /* Only executed once */
     
    7777  if ( report_time ) {
    7878    put_time(
    79       "sem_open (first open 'O_CREAT')",
     79      "sem_open: first open O_CREAT",
    8080      end_time,
    8181      1,        /* Only executed once */
     
    9898  if ( report_time ) {
    9999    put_time(
    100       "sem_close (named first/nested close)",
     100      "sem_close: named first/nested close",
    101101      end_time,
    102102      1,        /* Only executed once */
     
    135135
    136136  put_time(
    137     "sem_open (second open 'O_EXCL')",
     137    "sem_open: second open O_EXCL",
    138138    end_time,
    139139    1,        /* Only executed once */
     
    154154
    155155  put_time(
    156     "sem_close (named second close)",
     156    "sem_close: named second close",
    157157    end_time,
    158158    1,        /* Only executed once */
     
    179179  benchmark_sem_close(true);
    180180  /* unlink named semaphore -- does not delete */
    181   benchmark_sem_unlink("sem_unlink (does not delete)");
     181  benchmark_sem_unlink("sem_unlink: does not delete");
    182182  /*  close semaphore the second time, this actually deletes it */
    183183  benchmark_sem_close_second();
     
    186186  benchmark_sem_open(false);
    187187  benchmark_sem_close(false);
    188   benchmark_sem_unlink("sem_unlink (deletes semaphore)");
     188  benchmark_sem_unlink("sem_unlink: deletes semaphore");
    189189
    190190  puts( "*** END OF POSIX TIME TEST PSXTMSEM01 ***" );
  • testsuites/psxtmtests/psxtmsem02/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3838
    3939  put_time(
    40     "sem_getvalue",
     40    "sem_getvalue: only case",
    4141    end_time,
    4242    1,        /* Only executed once */
     
    5757
    5858  put_time(
    59     "sem_wait â€“ available",
     59    "sem_wait: available",
    6060    end_time,
    6161    1,        /* Only executed once */
     
    7676
    7777  put_time(
    78     "sem_post - no threads waiting",
     78    "sem_post: no threads waiting",
    7979    end_time,
    8080    1,        /* Only executed once */
     
    9595
    9696  put_time(
    97     "sem_trywait - available",
     97    "sem_trywait: available",
    9898    end_time,
    9999    1,        /* Only executed once */
     
    115115
    116116  put_time(
    117     "sem_trywait - not available",
     117    "sem_trywait: not available",
    118118    end_time,
    119119    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmsem03/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4848
    4949  put_time(
    50     "sem_wait - not available, block",
     50    "sem_wait: not available block",
    5151    end_time,
    5252    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmsem04/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    7979
    8080  put_time(
    81     "sem_post - thread waiting, no preempt",
     81    "sem_post: thread waiting no preempt",
    8282    end_time,
    8383    1,
  • testsuites/psxtmtests/psxtmsem05/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4545
    4646  put_time(
    47     "sem_post - thread waiting, preempt",
     47    "sem_post: thread waiting preempt",
    4848    end_time,
    4949    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmsleep01/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3434
    3535  put_time(
    36     "sleep - yield",
     36    "sleep: yield",
    3737    end_time,
    3838    1,
  • testsuites/psxtmtests/psxtmsleep02/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    3232
    3333  put_time(
    34     "sleep - blocking",
     34    "sleep: blocking",
    3535    end_time,
    3636    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmthread01/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    5151
    5252  rtems_time_test_measure_operation(
    53     "pthread_create",
     53    "pthread_create: no preempt",
    5454    benchmark_pthread_create,
    5555    NULL,
  • testsuites/psxtmtests/psxtmthread02/init.c

    r9410d011 r50162e0  
    5656  end_time = benchmark_timer_read();
    5757  put_time(
    58     "pthread_create - preempt",
     58    "pthread_create: preempt",
    5959    end_time,
    6060    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmthread03/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4242
    4343  put_time(
    44     "pthread_exit",
     44    "pthread_exit: only case",
    4545    end_time,
    4646    OPERATION_COUNT,
  • testsuites/psxtmtests/psxtmthread04/init.c

    r9410d011 r50162e0  
    3636
    3737  put_time(
    38     "pthread_getschedparam",
     38    "pthread_getschedparam: only case",
    3939    end_time,
    4040    1,        /* Only executed once */
     
    6363
    6464  put_time(
    65      "pthread_setschedparam - no thread switch",
     65     "pthread_setschedparam: no thread switch",
    6666     end_time,
    6767     1,       /* Only executed once */
  • testsuites/psxtmtests/psxtmthread05/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *  COPYRIGHT (c) 2013.
     
    5858  end_time = benchmark_timer_read();
    5959  put_time(
    60     "pthread_setschedparam - lower own priority, preempt",
     60    "pthread_setschedparam: lower own priority preempt",
    6161    end_time,
    6262    1,        /* Only executed once */
  • testsuites/psxtmtests/psxtmthread06/init.c

    r9410d011 r50162e0  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *  COPYRIGHT (c) 2013.
     
    6060
    6161  put_time(
    62     "pthread_setschedparam - raise other priority, preempt",
     62    "pthread_setschedparam: raise other priority preempt",
    6363    end_time,
    6464    1,        /* Only executed once */
Note: See TracChangeset for help on using the changeset viewer.