mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
(struct pthread_attr): Add cpusetsize field, remove next.
This commit is contained in:
parent
e451ba6fee
commit
701a7b234e
@ -37,10 +37,7 @@ struct pthread_attr
|
||||
size_t stacksize;
|
||||
/* Affinity map. */
|
||||
cpu_set_t *cpuset;
|
||||
|
||||
/* Chain of all initialized attributes. Keep this last since it is
|
||||
not always used. */
|
||||
struct pthread_attr *next;
|
||||
size_t cpusetsize;
|
||||
};
|
||||
|
||||
#define ATTR_FLAG_DETACHSTATE 0x0001
|
||||
|
Loading…
Reference in New Issue
Block a user