mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 13:34:50 +08:00
initial modifications to test sigtimedwait.
This commit is contained in:
@@ -139,6 +139,8 @@ void *POSIX_Init(
|
||||
* wait on SIGUSR1 for 3 seconds, Task_2 will send it to us
|
||||
*/
|
||||
|
||||
empty_line();
|
||||
|
||||
/* create a thread */
|
||||
|
||||
status = pthread_create( &Task_id, NULL, Task_2, NULL );
|
||||
|
||||
@@ -139,6 +139,8 @@ void *POSIX_Init(
|
||||
* wait on SIGUSR1 for 3 seconds, Task_2 will send it to us
|
||||
*/
|
||||
|
||||
empty_line();
|
||||
|
||||
/* create a thread */
|
||||
|
||||
status = pthread_create( &Task_id, NULL, Task_2, NULL );
|
||||
|
||||
Reference in New Issue
Block a user