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:
parent
bcd14b4955
commit
13546fd19e
@ -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
|
||||
;
|
||||
|
1043
src/tests/system/libroot/posix/realtime_sem_test1.cpp
Normal file
1043
src/tests/system/libroot/posix/realtime_sem_test1.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user