summaryrefslogtreecommitdiff
path: root/src/string/memmem.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2020-05-22 17:45:47 -0400
committerRich Felker <dalias@aerifal.cx>2020-05-22 17:45:47 -0400
commit8d81ba8c0bc6fe31136cb15c9c82ef4c24965040 (patch)
tree356aea3c8d201c577158b163eace2e0014e03fed /src/string/memmem.c
parentf12888e9eb9eed60cc266b899dcafecb4752964a (diff)
downloadmusl-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/string/memmem.c')
0 files changed, 0 insertions, 0 deletions