NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59125 CVS commit: src/tests/lib/libpthread



The following reply was made to PR lib/59125; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59125 CVS commit: src/tests/lib/libpthread
Date: Sun, 30 Mar 2025 23:03:06 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Mar 30 23:03:06 UTC 2025
 
 Modified Files:
 	src/tests/lib/libpthread: t_once.c
 
 Log Message:
 tests/lib/libpthread/t_once: Test fork and pthread_once race.
 
 Test is disabled by default because it triggers only with very low
 probability in each trial, but let's make it easy to run if you want.
 
 PR lib/59125: pthread_once(3) races with concurrent fork
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libpthread/t_once.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index