mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Make recursive mutexes slightly faster
This commit is contained in:
parent
9ba5b227d9
commit
c7e3d9f7ff
6 changed files with 12 additions and 8 deletions
|
@ -81,7 +81,7 @@ errno_t pthread_setcancelstate(int state, int *oldstate) {
|
|||
}
|
||||
err = 0;
|
||||
}
|
||||
#if IsModeDbg()
|
||||
#if IsModeDbg() && 0
|
||||
STRACE("pthread_setcancelstate(%s, [%s]) → %s",
|
||||
DescribeCancelState(0, &state), DescribeCancelState(err, oldstate),
|
||||
DescribeErrno(err));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue