diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-05-22 17:45:47 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-05-22 17:45:47 -0400 |
commit | 8d81ba8c0bc6fe31136cb15c9c82ef4c24965040 (patch) | |
tree | 356aea3c8d201c577158b163eace2e0014e03fed /src/thread/pthread_once.c | |
parent | f12888e9eb9eed60cc266b899dcafecb4752964a (diff) | |
download | musl-8d81ba8c0bc6fe31136cb15c9c82ef4c24965040.tar.gz |
restore lock-skipping for processes that return to single-threaded state
the design used here relies on the barrier provided by the first lock
operation after the process returns to single-threaded state to
synchronize with actions by the last thread that exited. by storing
the intent to change modes in the same object used to detect whether
locking is needed, it's possible to avoid an extra (possibly costly)
memory load after the lock is taken.
Diffstat (limited to 'src/thread/pthread_once.c')
0 files changed, 0 insertions, 0 deletions