commit | 660a7db3f2af8461a248d0b1966a9d8146cfe2af | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@meta.com> | Sun Nov 06 09:00:52 2022 -0500 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Nov 08 13:30:02 2022 -0500 |
tree | d2d2d1c675f4c3bad6ba5da2dc164656156dafc0 | |
parent | b17118bc7c7808e75b2f33c20fa8fd509e67c5e1 [diff] |
posix: pthread: use spinlock instead of mutex for cancel lock The cancel lock will not block so a mutex is overkill. Signed-off-by: Chris Friedt <cfriedt@meta.com>