1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Set default contention scope to system.

This commit is contained in:
David Xu 2006-03-20 03:14:14 +00:00
parent 2ed4894a26
commit 6f79c82641
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156901

View File

@ -73,7 +73,7 @@ struct pthread_attr _pthread_attr_default = {
.sched_interval = TIMESLICE_USEC,
.prio = THR_DEFAULT_PRIORITY,
.suspend = THR_CREATE_RUNNING,
.flags = 0,
.flags = PTHREAD_SCOPE_SYSTEM,
.arg_attr = NULL,
.cleanup_attr = NULL,
.stackaddr_attr = NULL,