OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locked_uncontended
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/bionic/
pthread_mutex.cpp
163
#define MUTEX_STATE_LOCKED_CONTENDED 2 /* must be 1 +
LOCKED_UNCONTENDED
due to atomic dec */
178
/* used to flip from
LOCKED_UNCONTENDED
to LOCKED_CONTENDED */
278
const uint16_t
locked_uncontended
= shared | MUTEX_STATE_BITS_LOCKED_UNCONTENDED;
local
282
locked_uncontended
, memory_order_acquire, memory_order_relaxed))) {
364
// in
locked_uncontended
state and then go back to sleep since the lock is
443
const uint16_t
locked_uncontended
= mtype | shared | MUTEX_STATE_BITS_LOCKED_UNCONTENDED;
local
447
// In the optimistic case where this works, set the state to
locked_uncontended
.
452
locked_uncontended
, memory_order_acquire, memory_order_relaxed))) {
582
const uint16_t
locked_uncontended
= mtype | shared | MUTEX_STATE_BITS_LOCKED_UNCONTENDED;
local
605
locked_uncontended
,
[
all
...]
Completed in 68 milliseconds