Lines Matching defs:mutex
53 LogCodesTask(base::Mutex* mutex, LogCodesTask** task_slot, Isolate* isolate,
55 : mutex_(mutex),
97 // The mutex of the WasmEngine.
730 // Only trigger recompilation after releasing the mutex, otherwise we risk
950 // Under the mutex get all jobs to delete. Then delete them without holding
951 // the mutex, such that deletion can reenter the WasmEngine.
968 // Under the mutex get all jobs to delete. Then delete them without holding
969 // the mutex, such that deletion can reenter the WasmEngine.
1133 // Under the mutex, get the vector of wasm code to log. Then log and decrement
1134 // the ref count without holding the mutex.
1218 // Potentially recompile the module for tier down, after releasing the mutex.
1228 // which would lock the mutex twice.
1246 // Potentially recompile the module for tier down, after releasing the mutex.
1496 // Temporarily release the mutex to let the GC collect native modules.