OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__shared_owners_
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
memory.cpp
53
increment(
__shared_owners_
);
variable
59
if (decrement(
__shared_owners_
) == -1)
100
long object_owners =
__shared_owners_
;
103
if (__sync_bool_compare_and_swap(&
__shared_owners_
,
107
object_owners =
__shared_owners_
;
/external/libcxx/src/
memory.cpp
59
increment(
__shared_owners_
);
variable
65
if (decrement(
__shared_owners_
) == -1)
106
long object_owners = __libcpp_atomic_load(&
__shared_owners_
);
109
if (__libcpp_atomic_compare_exchange(&
__shared_owners_
,
Completed in 801 milliseconds