OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:can_lock
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.cpp
83
for (uptr j = 0; j < ARRAY_SIZE(mutex_meta[t].
can_lock
); j++) {
84
MutexType z = mutex_meta[t].
can_lock
[j];
sanitizer_mutex.h
96
// Special marks that can be used in MutexMeta::
can_lock
table.
120
MutexType
can_lock
[10];
member in struct:__sanitizer::MutexMeta
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.cpp
83
for (uptr j = 0; j < ARRAY_SIZE(mutex_meta[t].
can_lock
); j++) {
84
MutexType z = mutex_meta[t].
can_lock
[j];
sanitizer_mutex.h
94
// Special marks that can be used in MutexMeta::
can_lock
table.
118
MutexType
can_lock
[10];
member in struct:__sanitizer::MutexMeta
/src/sys/arch/sparc/sparc/
pmap.c
825
bool
can_lock
= lock_available;
local
831
if (__predict_true(
can_lock
))
851
if (__predict_true(
can_lock
))
6768
bool
can_lock
= lock_available;
local
6803
if (__predict_true(
can_lock
))
6806
if (__predict_true(
can_lock
))
Completed in 35 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026