commit | 6fd0450b47ce81dacc53057e5e05d1c2920fdf82 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 15 16:11:33 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 15 16:52:42 2021 +0200 |
tree | e4bc117f7e2161f4405db14d1a32e00667c6d2c2 | |
parent | b54ca70e7c86a064f5fb906b5fa31c316cda4d54 [diff] |
CLEANUP: shctx: remove the different inter-process locking techniques With a single process, we don't need to USE_PRIVATE_CACHE, USE_FUTEX nor USE_PTHREAD_PSHARED anymore. Let's only keep the basic spinlock to lock between threads.