OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__shared_owners_
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/src/
memory.cpp
42
__libcpp_atomic_refcount_increment(
__shared_owners_
);
variable
48
if (__libcpp_atomic_refcount_decrement(
__shared_owners_
) == -1)
115
long object_owners = __libcpp_atomic_load(&
__shared_owners_
);
118
if (__libcpp_atomic_compare_exchange(&
__shared_owners_
,
/prebuilts/ndk/r11/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_
;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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 852 milliseconds