]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc/tst-mallocfork2: Use process-shared barriers fw/tst-mallocfork2
authorFlorian Weimer <fweimer@redhat.com>
Fri, 3 May 2019 15:46:36 +0000 (17:46 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 3 May 2019 15:46:36 +0000 (17:46 +0200)
commit334b9d878e0b37582612c16624fc8e3488f5a650
treedf9b95d105406130ea025ab817c7c3904ecac922
parentac3da35de5cf113edfd514c2fc8ccbaed4536aaf
malloc/tst-mallocfork2: Use process-shared barriers

This synchronization method has a lower overhead and makes
it more likely that the signal arrives during one of the critical
functions.

Also test for fork deadlocks explicitly.
ChangeLog
malloc/Makefile
malloc/tst-mallocfork2.c