aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/fmtlock2.c
Commit message (Collapse)AuthorAgeFilesLines
* lib9: make formatting lock-free againRuss Cox2020-01-141-17/+5
| | | | | | | | First use of <stdatomic.h>. We will see if any supported systems don't have it yet. (C11 was so last decade.) Fixes #338.
* lib9/fmt: avoid racy access to installed fmt formatsRuss Cox2020-01-131-5/+17
|
* lock using Lock instead of QLock.rsc2004-12-271-3/+3
| | | | | | qlocks are complicated enough that they need to be able to print during debugging.
* add proper locking for libfmt!rsc2004-12-261-0/+16