mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Make ulock stracing less noisy
This commit is contained in:
parent
85f64f3851
commit
11c18fa644
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ int ulock_wait(uint32_t operation, void *addr, uint64_t value,
|
|||
uint32_t timeout_micros) {
|
||||
int rc;
|
||||
operation |= ULF_WAIT_CANCEL_POINT;
|
||||
STRACE("ulock_wait(%#x, %p, %lx, %u) → ...", operation, addr, value,
|
||||
LOCKTRACE("ulock_wait(%#x, %p, %lx, %u) → ...", operation, addr, value,
|
||||
timeout_micros);
|
||||
rc = sys_ulock_wait(operation, addr, value, timeout_micros);
|
||||
STRACE("ulock_wait(%#x, %p, %lx, %u) → %d% m", operation, addr, value,
|
||||
|
|
Loading…
Add table
Reference in a new issue