Modified to reflect test change where reinitialize mutex test case was

removed.
This commit is contained in:
Joel Sherrill
1999-10-25 14:11:12 +00:00
parent 524767cbfe
commit 482960380d
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ Init: mutex priority ceiling is 128
Init: mutex process shared is (1) -- PTHREAD_PROCESS_SHARED
Init: Resetting mutex attributes
Init: pthread_mutex_init - SUCCESSFUL
Init: pthread_mutex_init - EBUSY (attempt to initialize an existing mutex)
Init: pthread_mutex_init - EBUSY (reinitialize an existing mutex) - skipped
Init: pthread_mutex_trylock - EINVAL (illegal ID)
Init: pthread_mutex_trylock - SUCCESSFUL
Init: pthread_mutex_trylock - EDEADLK (already locked)