summaryrefslogtreecommitdiff
path: root/tools/test/pthread_vfork
Commit message (Collapse)AuthorAgeFilesLines
* Rework the handling of the children for the pthread_vfork_test. TheKonstantin Belousov2013-01-301-7/+25
| | | | | | | | | | | | trivial handler for SIGCHLD is installed, and SIGCHLD is blocked, to not abandon our zombies to init(8). This way, the zombies are around slightly longer, allowing to actually exercise the logic for p_pwait use by the test. MFC after: 1 week Notes: svn path=/head/; revision=246119
* This is simple testing program for revision 185647.Ganbold Tsagaankhuu2008-12-061-0/+81
It invokes multiple parallel threads and each thread calls vfork() system call. Approved by: kib Notes: svn path=/head/; revision=185695