You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Templatify AssertLockHeld to placate clang warning
By changing the type of the lock from void* (which has no capability)
to the actual type (which does).
Minimize the amount of code we have to move into sync.h by pointing
the AssertLockHeldInternal template at the original function that takes
void*.
0 commit comments