Joel Sherrill
|
54e34e7a47
|
new test to test scheduling policy and paremeter paths in pthread_create.
|
1996-08-08 23:02:13 +00:00 |
|
Mark Johannes
|
13642cbc74
|
Init: Original file - tests for condition variables.
|
1996-08-08 22:26:55 +00:00 |
|
Joel Sherrill
|
79f189e26c
|
split test into multiple tasks.
|
1996-08-08 21:58:26 +00:00 |
|
Joel Sherrill
|
76de65b371
|
added cases to increase coverage of pthread_create. cases added tested
error paths as well as inherit scheduling attributes.
|
1996-08-08 21:46:40 +00:00 |
|
Joel Sherrill
|
2b61358815
|
added test to complete coverage of pthread_setschedparam and increase
coverage of pthread_create
|
1996-08-08 20:47:49 +00:00 |
|
Mark Johannes
|
8ca831af38
|
Init: spacing
|
1996-08-08 19:21:47 +00:00 |
|
Mark Johannes
|
e35157311c
|
Task_1: changed comment and task name to task1.
|
1996-08-08 19:20:13 +00:00 |
|
Mark Johannes
|
9f1a034e75
|
Init.c: added priority ceiling task cases.
|
1996-08-08 19:19:09 +00:00 |
|
Mark Johannes
|
77597ddd32
|
Added task2 and task3 prototypes and ids
|
1996-08-08 18:50:39 +00:00 |
|
Mark Johannes
|
481d8f8fa4
|
Signal_info_handler: added multiple signal cases to finish out the test
|
1996-08-08 18:44:09 +00:00 |
|
Joel Sherrill
|
4357da1801
|
changed phrase "RTEMS is support" to "RTEMS is supposed"
|
1996-08-08 18:27:44 +00:00 |
|
Mark Johannes
|
2a9a479d90
|
CORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enum
|
1996-08-08 18:27:11 +00:00 |
|
Mark Johannes
|
567ac4579d
|
_POSIX_signals_Clear_signals: added this routine
_POSIX_signals_Get_highest: changed initial starting signal to SIGHUP, still needs SIGFIRSTNOTRT
|
1996-08-08 18:24:29 +00:00 |
|
Joel Sherrill
|
8b1c1ae6f0
|
print_current_time: added leading underscore to variables allocated
inside macros.
|
1996-08-08 16:53:32 +00:00 |
|
Joel Sherrill
|
66e519c1c1
|
ERC32_Force_interrupt implementation replaced per Jiri Gaisler's experience
on the real erc32 hardware.
|
1996-08-08 16:52:24 +00:00 |
|
Joel Sherrill
|
f55d898c6b
|
added ss_high_priority field to support sporadic server.
|
1996-08-08 16:51:14 +00:00 |
|
Joel Sherrill
|
644c0fa618
|
added complete test cases for pthread_once.
|
1996-08-08 16:28:24 +00:00 |
|
Mark Johannes
|
b67f5bfb91
|
_MPCI_Register_packet_processor: changed protoype first parameter type to MP_packet_Classes
|
1996-08-08 12:35:20 +00:00 |
|
Mark Johannes
|
6b722e2747
|
_MPCI_Register_packet_processor: Changed prototype of fist parameter name to the_class
|
1996-08-08 12:32:50 +00:00 |
|
Mark Johannes
|
3fd3da452b
|
_MPCI_Register_packet_processor: changes first parameter type to MP_packet_Classes
|
1996-08-08 12:31:01 +00:00 |
|
Joel Sherrill
|
2014063fec
|
sporadic server debugged and working. This required minor changes in all
sporadic server related routines.
|
1996-08-07 22:06:08 +00:00 |
|
Joel Sherrill
|
ecc912f466
|
added more error cases to complete testing of pthread_equal when
RTEMS_DEBUG is enabled.
|
1996-08-07 22:05:15 +00:00 |
|
Joel Sherrill
|
42418a9d3c
|
added test cases for ESRCH from pthread_join and pthread_detach
|
1996-08-07 22:00:57 +00:00 |
|
Joel Sherrill
|
84b03316d1
|
removed if 0 for basic sporadic server case accidentally left in.
|
1996-08-07 21:38:18 +00:00 |
|
Joel Sherrill
|
7e811af1eb
|
basic sporadic server test.
sporadic server with priority ceiling mutex test.
|
1996-08-07 21:27:25 +00:00 |
|
Mark Johannes
|
a14684c356
|
_POSIX_Mutex_From_core_mutex_status: added priority ceiling violation case
|
1996-08-07 20:58:59 +00:00 |
|
Mark Johannes
|
cc757febff
|
_CORE_Mutex_seize: added checks for priority ceiling violation, also added
checks to ensure priority was not lowered.
|
1996-08-07 20:57:28 +00:00 |
|
Joel Sherrill
|
c123a08496
|
added complete test cases for pthread_attr_getschedparam,
pthread_attr_setschedparam, and pthread_getschedparam.
added test cases for error paths for pthread_setschedparam.
|
1996-08-07 15:52:30 +00:00 |
|
Joel Sherrill
|
4bab8e2d35
|
get_errno: no longer needed by gnat runtime
|
1996-08-06 17:45:12 +00:00 |
|
Mark Johannes
|
0f99198845
|
_CORE_mutex_Seize: added change priority case if the mutex was obtained.
|
1996-08-06 16:26:11 +00:00 |
|
Joel Sherrill
|
a61f1a4682
|
_POSIX_Threads_Delete_extension: reorder to eliminate use of local pointer
variable before set.
pthread_join: using local variable so user can pass NULL pointer as argument
|
1996-08-06 16:24:41 +00:00 |
|
Mark Johannes
|
06883e131c
|
POSIX_Mutex_Default_attributes: changed prio_ceiling to maximum priority
|
1996-08-06 16:24:06 +00:00 |
|
Joel Sherrill
|
b521ae2fa7
|
pthread_getspecific: use local variable so references to tcb are completed
before enabling dispatching
|
1996-08-06 16:23:09 +00:00 |
|
Joel Sherrill
|
20de2722aa
|
join/detach basic tests pass
|
1996-08-02 18:25:16 +00:00 |
|
Joel Sherrill
|
375f37dfda
|
removed unused prototypes
|
1996-08-02 16:46:56 +00:00 |
|
Joel Sherrill
|
870f2976f4
|
test successfully exercises all of pthread_attr_* set and get routines
|
1996-08-01 21:02:54 +00:00 |
|
Joel Sherrill
|
22b4b2e0d2
|
added page delimiters for comment blocks
|
1996-08-01 19:24:57 +00:00 |
|
Joel Sherrill
|
16bae520ac
|
added 3 nops following write to wim since a restore following it is
subject to causing unpredictable window underflow/overflows.
|
1996-08-01 15:06:00 +00:00 |
|
Joel Sherrill
|
c65a0cee2f
|
added key test
|
1996-07-31 17:17:48 +00:00 |
|
Mark Johannes
|
adae080a0e
|
Fixed default vectors initialization, sigaction which had a redundant
if clause for DFT action.
|
1996-07-15 14:02:14 +00:00 |
|
Joel Sherrill
|
69c9543543
|
basic test cases passed
|
1996-07-04 18:09:23 +00:00 |
|
Joel Sherrill
|
ce78b89451
|
added test case for timeout using pthread_mutex_timedlock
|
1996-07-04 17:38:55 +00:00 |
|
Joel Sherrill
|
c6d15c2c26
|
first test cases for mutex manager pass
|
1996-07-04 17:01:48 +00:00 |
|
Joel Sherrill
|
e21cf313ca
|
another attempt at the rtems_posix_api ifdef
|
1996-07-03 14:24:07 +00:00 |
|
Joel Sherrill
|
503dc05890
|
switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"
|
1996-07-03 14:20:03 +00:00 |
|
Joel Sherrill
|
5fc0dc11a0
|
changed version
|
1996-07-03 14:19:09 +00:00 |
|
Joel Sherrill
|
729c8f2e9d
|
updated for 3.5.17
|
1996-07-02 18:14:52 +00:00 |
|
Joel Sherrill
|
df8d1440d1
|
*** empty log message ***
|
1996-07-02 18:13:59 +00:00 |
|
Joel Sherrill
|
e399e18241
|
updated to reflect latest gnu tools versions
|
1996-07-02 17:47:51 +00:00 |
|
Joel Sherrill
|
b7acc57fef
|
updated to reflect 3.5.17
|
1996-07-02 17:46:34 +00:00 |
|