Changeset cd155be in rtems


Ignore:
Timestamp:
12/03/98 23:02:24 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4721cf1
Parents:
41616f6
Message:

Removed spaces.

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/psx07/psx07.scn

    r41616f6 rcd155be  
    1313Init: pthread_create - SUCCESSFUL (inherit scheduler)
    1414Task_1: exitting
    15  
    1615Init: pthread_attr_setscope - EINVAL (NULL attr)
    1716Init: pthread_attr_setscope - ENOTSUP
     
    2423Init: pthread_attr_getscope - SUCCESSFUL
    2524Init: current scope attribute = 0
    26  
    2725Init: pthread_attr_setinheritsched - EINVAL (NULL attr)
    2826Init: pthread_attr_setinheritsched - EINVAL (not initialized attr)
     
    3432Init: pthread_attr_getinheritsched - SUCCESSFUL
    3533Init: current inherit scheduler attribute = 1
    36  
    3734Init: pthread_attr_setschedpolicy - EINVAL (NULL attr)
    3835Init: pthread_attr_setschedpolicy - EINVAL (not initialized attr)
     
    4441Init: pthread_attr_getschedpolicy - SUCCESSFUL
    4542Init: current scheduler policy attribute = 2
    46  
    4743Init: pthread_attr_setstacksize - EINVAL (NULL attr)
    4844Init: pthread_attr_setstacksize - EINVAL (not initialized attr)
     
    5450Init: pthread_attr_getstacksize - SUCCESSFUL
    5551Init: current stack size attribute = 5120
    56  
    5752Init: pthread_attr_setstackaddr - EINVAL (NULL attr)
    5853Init: pthread_attr_setstackaddr - EINVAL (not initialized attr)
     
    6358Init: pthread_attr_getstackaddr - SUCCESSFUL
    6459Init: current stack address attribute = 0x0
    65  
    6660Init: pthread_attr_setdetachstate - EINVAL (NULL attr)
    6761Init: pthread_attr_setdetachstate - EINVAL (not initialized attr)
     
    7367Init: pthread_attr_getdetachstate - SUCCESSFUL
    7468Init: current detach state attribute = 1
    75  
    7669Init: pthread_attr_getschedparam - SUCCESSFUL
    7770Init: sched priority      = 2
     
    8679Init: pthread_attr_getschedparam - EINVAL (not initialized attr)
    8780Init: pthread_attr_getschedparam - EINVAL (NULL schedparam)
    88  
    8981Init: pthread_getschedparam - EINVAL (NULL policy)
    9082Init: pthread_getschedparam - EINVAL (NULL schedparam)
     
    9688Init: ss_replenish_period = (0, 0)
    9789Init: ss_initial_budget = (0, 0)
    98  
    9990Init: pthread_setschedparam - EINVAL (NULL schedparam)
    10091Init: pthread_setschedparam - EINVAL (invalid priority)
  • c/src/tests/psxtests/psx09/psx09.scn

    r41616f6 rcd155be  
    99Init: Fri May 24 11:05:00 1996 - new priority = 100
    1010Init: Fri May 24 11:05:01 1996 - new priority = 200
    11  
    1211Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
    1312Init: Initializing mutex attributes for priority ceiling
  • c/src/tests/psxtests/psx10/psx10.scn

    r41616f6 rcd155be  
    1717Init: pthread_cond_destroy - EINVAL (cond invalid)
    1818Init: pthread_cond_init - attr
    19  
    2019Init: sleep to switch to Task_1
    2120Task_1: ID is 0x0c010002
     
    2322Init: pthread_cond_destroy - EBUSY (task1 waiting)
    2423Init: pthread_cond_signal
    25  
    2624Init: sleep - switch to Task_1 and Task_2
    2725Task_1: back from pthread_cond_wait release mutex
     
    3735Init: pthread_cond_timedwait for 3 seconds
    3836Init: pthread_cond_timedwait - ETIMEDOUT - (mutex not acquired)
    39  
    4037Init: pthread_cond_signal - EINVAL (cond invalid)
    4138Init: pthread_cond_broadcast - EINVAL (cond invalid)
     
    4946Init: pthread_cond_wait - EINVAL (mutex not locked before call)
    5047Init: pthread_cond_timedwait - EINVAL (mutex not locked before call)
    51  
    5248Init: sleep - switch to Task_3
    5349Task_3: ID is 0x0c010004
  • testsuites/psxtests/psx07/psx07.scn

    r41616f6 rcd155be  
    1313Init: pthread_create - SUCCESSFUL (inherit scheduler)
    1414Task_1: exitting
    15  
    1615Init: pthread_attr_setscope - EINVAL (NULL attr)
    1716Init: pthread_attr_setscope - ENOTSUP
     
    2423Init: pthread_attr_getscope - SUCCESSFUL
    2524Init: current scope attribute = 0
    26  
    2725Init: pthread_attr_setinheritsched - EINVAL (NULL attr)
    2826Init: pthread_attr_setinheritsched - EINVAL (not initialized attr)
     
    3432Init: pthread_attr_getinheritsched - SUCCESSFUL
    3533Init: current inherit scheduler attribute = 1
    36  
    3734Init: pthread_attr_setschedpolicy - EINVAL (NULL attr)
    3835Init: pthread_attr_setschedpolicy - EINVAL (not initialized attr)
     
    4441Init: pthread_attr_getschedpolicy - SUCCESSFUL
    4542Init: current scheduler policy attribute = 2
    46  
    4743Init: pthread_attr_setstacksize - EINVAL (NULL attr)
    4844Init: pthread_attr_setstacksize - EINVAL (not initialized attr)
     
    5450Init: pthread_attr_getstacksize - SUCCESSFUL
    5551Init: current stack size attribute = 5120
    56  
    5752Init: pthread_attr_setstackaddr - EINVAL (NULL attr)
    5853Init: pthread_attr_setstackaddr - EINVAL (not initialized attr)
     
    6358Init: pthread_attr_getstackaddr - SUCCESSFUL
    6459Init: current stack address attribute = 0x0
    65  
    6660Init: pthread_attr_setdetachstate - EINVAL (NULL attr)
    6761Init: pthread_attr_setdetachstate - EINVAL (not initialized attr)
     
    7367Init: pthread_attr_getdetachstate - SUCCESSFUL
    7468Init: current detach state attribute = 1
    75  
    7669Init: pthread_attr_getschedparam - SUCCESSFUL
    7770Init: sched priority      = 2
     
    8679Init: pthread_attr_getschedparam - EINVAL (not initialized attr)
    8780Init: pthread_attr_getschedparam - EINVAL (NULL schedparam)
    88  
    8981Init: pthread_getschedparam - EINVAL (NULL policy)
    9082Init: pthread_getschedparam - EINVAL (NULL schedparam)
     
    9688Init: ss_replenish_period = (0, 0)
    9789Init: ss_initial_budget = (0, 0)
    98  
    9990Init: pthread_setschedparam - EINVAL (NULL schedparam)
    10091Init: pthread_setschedparam - EINVAL (invalid priority)
  • testsuites/psxtests/psx09/psx09.scn

    r41616f6 rcd155be  
    99Init: Fri May 24 11:05:00 1996 - new priority = 100
    1010Init: Fri May 24 11:05:01 1996 - new priority = 200
    11  
    1211Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
    1312Init: Initializing mutex attributes for priority ceiling
  • testsuites/psxtests/psx10/psx10.scn

    r41616f6 rcd155be  
    1717Init: pthread_cond_destroy - EINVAL (cond invalid)
    1818Init: pthread_cond_init - attr
    19  
    2019Init: sleep to switch to Task_1
    2120Task_1: ID is 0x0c010002
     
    2322Init: pthread_cond_destroy - EBUSY (task1 waiting)
    2423Init: pthread_cond_signal
    25  
    2624Init: sleep - switch to Task_1 and Task_2
    2725Task_1: back from pthread_cond_wait release mutex
     
    3735Init: pthread_cond_timedwait for 3 seconds
    3836Init: pthread_cond_timedwait - ETIMEDOUT - (mutex not acquired)
    39  
    4037Init: pthread_cond_signal - EINVAL (cond invalid)
    4138Init: pthread_cond_broadcast - EINVAL (cond invalid)
     
    4946Init: pthread_cond_wait - EINVAL (mutex not locked before call)
    5047Init: pthread_cond_timedwait - EINVAL (mutex not locked before call)
    51  
    5248Init: sleep - switch to Task_3
    5349Task_3: ID is 0x0c010004
Note: See TracChangeset for help on using the changeset viewer.