]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r311265,r311274:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 13 Jan 2017 08:46:49 +0000 (08:46 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 13 Jan 2017 08:46:49 +0000 (08:46 +0000)
commit6a112292b58cd4457bbb5a547695901856ea1e31
treea1a97060a4565e19863f394a3366977dd192d5b0
parent1a17d61ebc2ceb54caefd25ff511b720967b4a6b
MFC r311265,r311274:

r311265:

fpu: ensure calls to pthread_create succeed and test sched_yield to make
sure it returns 0

sched_yield tests for values returning 0 of type int and sched_yield is
of type long, so the test is a mismatch

CID: 1254953125495412549651254966

r311274:

run: ensure pthread_condattr_{init,setclock} is successful

CID: 12686311268633

git-svn-id: svn://svn.freebsd.org/base/stable/10@312038 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/netbsd-tests/lib/libpthread/t_condwait.c
contrib/netbsd-tests/lib/libpthread/t_fpu.c