Lines Matching defs:mutex
22 #include "src/base/platform/mutex.h"
30 #include "src/execution/shared-mutex-guard-if-off-thread.h"
692 // Shared mutex for allowing thread-safe concurrent reads of FeedbackVectors.
697 // Shared mutex for allowing thread-safe concurrent reads of
703 // Shared mutex for allowing thread-safe concurrent reads of TransitionArrays
709 // Shared mutex for allowing thread-safe concurrent reads of
2365 // TODO(kenton@cloudflare.com): This mutex can be removed if
2394 // The mutex only guards adding pages, the retrieval is signal safe.
2562 SharedMutexGuardIfOffThread(base::SharedMutex* mutex, Isolate* isolate) {
2563 DCHECK_NOT_NULL(mutex);