Set default contention scope to system.
This commit is contained in:
parent
7448676f59
commit
020594940d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user