diff options
author | Rich Felker <dalias@aerifal.cx> | 2016-11-07 20:47:24 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-11-07 20:47:24 -0500 |
commit | 33ce920857405d4f4b342c85b74588a15e2702e5 (patch) | |
tree | 54c7c840b40b68aa52f68a0a69c9e61b9ac4c388 /src/thread/pthread_mutex_lock.c | |
parent | 7442442ccc665641a8827177e8e7ed45bbbd6584 (diff) | |
download | musl-33ce920857405d4f4b342c85b74588a15e2702e5.tar.gz musl-33ce920857405d4f4b342c85b74588a15e2702e5.tar.xz musl-33ce920857405d4f4b342c85b74588a15e2702e5.zip |
simplify pthread_attr_t stack/guard size representation
previously, the pthread_attr_t object was always initialized all-zero, and stack/guard size were represented as differences versus their defaults. this required lots of confusing offset arithmetic everywhere they were used. instead, have pthread_attr_init fill in the default values, and work with absolute sizes everywhere.
Diffstat (limited to 'src/thread/pthread_mutex_lock.c')
0 files changed, 0 insertions, 0 deletions