diff options
author | Stefan Hajnoczi | 2022-02-22 15:01:49 +0100 |
---|---|---|
committer | Kevin Wolf | 2022-03-04 18:14:40 +0100 |
commit | 17c78154b0ba2237c37f3e4a95140b754cb6ac8b (patch) | |
tree | 1360dd34b521b7673485629f74977323d754e7d7 /job.c | |
parent | util/async: replace __thread with QEMU TLS macros (diff) | |
download | qemu-17c78154b0ba2237c37f3e4a95140b754cb6ac8b.tar.gz qemu-17c78154b0ba2237c37f3e4a95140b754cb6ac8b.tar.xz qemu-17c78154b0ba2237c37f3e4a95140b754cb6ac8b.zip |
rcu: use coroutine TLS macros
RCU may be used from coroutines. Standard __thread variables cannot be
used by coroutines. Use the coroutine TLS macros instead.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20220222140150.27240-4-stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'job.c')
0 files changed, 0 insertions, 0 deletions