Tests for POSIX Realtime semaphores. Unfortunately they reveal that the

semantics of fork()ing with unnamed semaphores on other platforms is
different from what I thought it was.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25347 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-05-07 12:15:39 +00:00
parent bcd14b4955
commit 13546fd19e
2 changed files with 1049 additions and 2 deletions

View File

@ -10,8 +10,8 @@ SimpleTest flock_test
: flock_test.cpp
;
SimpleTest signal_test
: signal_test.cpp
SimpleTest realtime_sem_test1
: realtime_sem_test1.cpp
;
SimpleTest setpgid_test : setpgid_test.cpp ;
@ -20,6 +20,10 @@ SimpleTest setjmp_test
: setjmp_test.c
;
SimpleTest signal_test
: signal_test.cpp
;
SimpleTest sigsetjmp_test
: sigsetjmp_test.c
;

File diff suppressed because it is too large Load Diff