initial modifications to test sigtimedwait.

This commit is contained in:
Joel Sherrill
1996-06-15 19:56:19 +00:00
parent 108ef35570
commit f88310da6c
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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 );
+2
View File
@@ -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 );