]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Commit rewrite of semaphore handling to avoid having a fixed upper
authorTom Hughes <tom@compton.nu>
Tue, 23 Mar 2004 19:48:54 +0000 (19:48 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 23 Mar 2004 19:48:54 +0000 (19:48 +0000)
commit67bb2b010d6452ec7ea09080ac6340bdf3c8bac7
tree242496fea2c2cbc6d5eb83df2e88cf876c74be32
parent762af5a827d3cf2e08c308d46ba2784d631360f5
Commit rewrite of semaphore handling to avoid having a fixed upper
limit. Patch courtesy of Aleksander Salwa <A.Salwa@osmosys.tv>.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2336
coregrind/vg_include.h
coregrind/vg_libpthread.c
none/tests/Makefile.am
none/tests/semlimit.c [new file with mode: 0644]
none/tests/semlimit.stderr.exp [new file with mode: 0644]
none/tests/semlimit.stdout.exp [new file with mode: 0644]
none/tests/semlimit.vgtest [new file with mode: 0644]