summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-03 23:02:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-03 23:02:24 +0000
commitcd155bec6f3a761b9eb12ff8dc592da8f96ee1ed (patch)
tree179712f5c3015e30fd05c477a6c0cafb909530cf /c/src
parentChanged to account for ownership only being tracked when a priority (diff)
downloadrtems-cd155bec6f3a761b9eb12ff8dc592da8f96ee1ed.tar.bz2
Removed spaces.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/tests/psxtests/psx07/psx07.scn9
-rw-r--r--c/src/tests/psxtests/psx09/psx09.scn1
-rw-r--r--c/src/tests/psxtests/psx10/psx10.scn4
3 files changed, 0 insertions, 14 deletions
diff --git a/c/src/tests/psxtests/psx07/psx07.scn b/c/src/tests/psxtests/psx07/psx07.scn
index 33f5c68f6a..c8964694e2 100644
--- a/c/src/tests/psxtests/psx07/psx07.scn
+++ b/c/src/tests/psxtests/psx07/psx07.scn
@@ -12,7 +12,6 @@ Init: pthread_create - EINVAL (invalid inherit scheduler)
Init: pthread_create - ENOTSUP (unsupported system contention scope)
Init: pthread_create - SUCCESSFUL (inherit scheduler)
Task_1: exitting
-
Init: pthread_attr_setscope - EINVAL (NULL attr)
Init: pthread_attr_setscope - ENOTSUP
Init: pthread_attr_setscope - EINVAL (not initialized attr)
@@ -23,7 +22,6 @@ Init: pthread_attr_getscope - EINVAL (NULL scope)
Init: pthread_attr_getscope - EINVAL (not initialized attr)
Init: pthread_attr_getscope - SUCCESSFUL
Init: current scope attribute = 0
-
Init: pthread_attr_setinheritsched - EINVAL (NULL attr)
Init: pthread_attr_setinheritsched - EINVAL (not initialized attr)
Init: pthread_attr_setinheritsched - ENOTSUP (invalid inheritsched)
@@ -33,7 +31,6 @@ Init: pthread_attr_getinheritsched - EINVAL (NULL inheritsched)
Init: pthread_attr_getinheritsched - EINVAL (not initialized attr)
Init: pthread_attr_getinheritsched - SUCCESSFUL
Init: current inherit scheduler attribute = 1
-
Init: pthread_attr_setschedpolicy - EINVAL (NULL attr)
Init: pthread_attr_setschedpolicy - EINVAL (not initialized attr)
Init: pthread_attr_setschedpolicy - ENOTSUP (invalid schedpolicy)
@@ -43,7 +40,6 @@ Init: pthread_attr_getschedpolicy - EINVAL (NULL schedpolicy)
Init: pthread_attr_getschedpolicy - EINVAL (not initialized attr)
Init: pthread_attr_getschedpolicy - SUCCESSFUL
Init: current scheduler policy attribute = 2
-
Init: pthread_attr_setstacksize - EINVAL (NULL attr)
Init: pthread_attr_setstacksize - EINVAL (not initialized attr)
Init: pthread_attr_setstacksize - SUCCESSFUL (low stacksize)
@@ -53,7 +49,6 @@ Init: pthread_attr_getstacksize - EINVAL (NULL stacksize)
Init: pthread_attr_getstacksize - EINVAL (not initialized attr)
Init: pthread_attr_getstacksize - SUCCESSFUL
Init: current stack size attribute = 5120
-
Init: pthread_attr_setstackaddr - EINVAL (NULL attr)
Init: pthread_attr_setstackaddr - EINVAL (not initialized attr)
Init: pthread_attr_setstackaddr - SUCCESSFUL
@@ -62,7 +57,6 @@ Init: pthread_attr_getstackaddr - EINVAL (NULL stackaddr)
Init: pthread_attr_getstackaddr - EINVAL (not initialized attr)
Init: pthread_attr_getstackaddr - SUCCESSFUL
Init: current stack address attribute = 0x0
-
Init: pthread_attr_setdetachstate - EINVAL (NULL attr)
Init: pthread_attr_setdetachstate - EINVAL (not initialized attr)
Init: pthread_attr_setdetachstate - EINVAL (invalid detachstate)
@@ -72,7 +66,6 @@ Init: pthread_attr_getdetachstate - EINVAL (NULL detatchstate)
Init: pthread_attr_getdetachstate - EINVAL (not initialized attr)
Init: pthread_attr_getdetachstate - SUCCESSFUL
Init: current detach state attribute = 1
-
Init: pthread_attr_getschedparam - SUCCESSFUL
Init: sched priority = 2
Init: ss_low_priority = 0
@@ -85,7 +78,6 @@ Init: pthread_attr_setschedparam - SUCCESSFUL
Init: pthread_attr_getschedparam - EINVAL (NULL attr)
Init: pthread_attr_getschedparam - EINVAL (not initialized attr)
Init: pthread_attr_getschedparam - EINVAL (NULL schedparam)
-
Init: pthread_getschedparam - EINVAL (NULL policy)
Init: pthread_getschedparam - EINVAL (NULL schedparam)
Init: pthread_getschedparam - ESRCH (bad thread)
@@ -95,7 +87,6 @@ Init: sched priority = 2
Init: ss_low_priority = 0
Init: ss_replenish_period = (0, 0)
Init: ss_initial_budget = (0, 0)
-
Init: pthread_setschedparam - EINVAL (NULL schedparam)
Init: pthread_setschedparam - EINVAL (invalid priority)
Init: pthread_setschedparam - EINVAL (invalid policy)
diff --git a/c/src/tests/psxtests/psx09/psx09.scn b/c/src/tests/psxtests/psx09/psx09.scn
index afc609c456..373012f801 100644
--- a/c/src/tests/psxtests/psx09/psx09.scn
+++ b/c/src/tests/psxtests/psx09/psx09.scn
@@ -8,7 +8,6 @@ Init: Fri May 24 11:05:00 1996 - new priority = 100
Init: Fri May 24 11:05:00 1996 - new priority = 200
Init: Fri May 24 11:05:00 1996 - new priority = 100
Init: Fri May 24 11:05:01 1996 - new priority = 200
-
Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
Init: Initializing mutex attributes for priority ceiling
Init: Creating a mutex
diff --git a/c/src/tests/psxtests/psx10/psx10.scn b/c/src/tests/psxtests/psx10/psx10.scn
index a26432ac6e..0247781efa 100644
--- a/c/src/tests/psxtests/psx10/psx10.scn
+++ b/c/src/tests/psxtests/psx10/psx10.scn
@@ -16,13 +16,11 @@ Init: pthread_cond_init - ENOMEM (too many conds)
Init: pthread_cond_destroy
Init: pthread_cond_destroy - EINVAL (cond invalid)
Init: pthread_cond_init - attr
-
Init: sleep to switch to Task_1
Task_1: ID is 0x0c010002
Task_1: pthread_cond_wait
Init: pthread_cond_destroy - EBUSY (task1 waiting)
Init: pthread_cond_signal
-
Init: sleep - switch to Task_1 and Task_2
Task_1: back from pthread_cond_wait release mutex
Task_1: pthread_cond_wait
@@ -36,7 +34,6 @@ Task_2: back from pthread_cond_wait release mutex
Task_2: task exit
Init: pthread_cond_timedwait for 3 seconds
Init: pthread_cond_timedwait - ETIMEDOUT - (mutex not acquired)
-
Init: pthread_cond_signal - EINVAL (cond invalid)
Init: pthread_cond_broadcast - EINVAL (cond invalid)
Init: pthread_cond_wait - EINVAL (cond invalid)
@@ -48,7 +45,6 @@ Init: pthread_cond_timedwait - ETIMEDOUT (abstime->tv_sec < current time)
Init: pthread_cond_timedwait - ETIMEDOUT (abstime->tv_nsec < current time)
Init: pthread_cond_wait - EINVAL (mutex not locked before call)
Init: pthread_cond_timedwait - EINVAL (mutex not locked before call)
-
Init: sleep - switch to Task_3
Task_3: ID is 0x0c010004
Task_3: pthread_cond_wait