diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2025-11-21 16:14:33 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2025-11-21 16:14:47 +0000 |
| commit | 9d18115ca0ab0ef3f34173d4e2bdabec916d0b60 (patch) | |
| tree | 6a461951db5767d5665e4883883c1fc57a393a5f /test/CodeGen/X86/2011-06-14-PreschedRegalias.ll | |
| parent | e254ef87a30bfcaabc6e4d8e0ecf05f6949a4f06 (diff) | |
Do not create mutexes with snd_mtxcreate(). It doesn't provide any
value, plus it first allocates the mutex with malloc(9). Allocate
mutexes in the stack and use mtx_* functions directly instead of the
snd_mtx* wrappers.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: kib, markj
Differential Revision: https://reviews.freebsd.org/D53855
Diffstat (limited to 'test/CodeGen/X86/2011-06-14-PreschedRegalias.ll')
0 files changed, 0 insertions, 0 deletions
