Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:ForceLock

422   // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
424 void ForceLock() {
438 // The caller is expected to call ForceLock() before calling this function.
688 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
690 void ForceLock() {
704 // The caller is expected to call ForceLock() before calling this function.
1035 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
1037 void ForceLock() {
1047 // The caller is expected to call ForceLock() before calling this function.
1205 // ForceLock() and ForceUnlock() are needed to implement Darwin malloc zone
1207 void ForceLock() {
1208 primary_.ForceLock();
1209 secondary_.ForceLock();
1219 // The caller is expected to call ForceLock() before calling this function.