OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic
(Results
1 - 25
of
1001
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/kernel/arch-mips/asm/
hw_irq.h
21
#include <asm/
atomic
.h>
/development/ndk/platforms/android-9/arch-mips/include/asm/
hw_irq.h
21
#include <asm/
atomic
.h>
/frameworks/native/include/utils/
Atomic.h
20
#include <cutils/
atomic
.h>
/libcore/luni/src/main/java/java/util/concurrent/atomic/
package-info.java
11
* array elements to those that also provide an
atomic
conditional update
20
* unconditionally set values, as well as a weaker conditional
atomic
24
* employ efficient machine-level
atomic
instructions that are available
31
* {@link java.util.concurrent.
atomic
.AtomicBoolean},
32
* {@link java.util.concurrent.
atomic
.AtomicInteger},
33
* {@link java.util.concurrent.
atomic
.AtomicLong}, and
34
* {@link java.util.concurrent.
atomic
.AtomicReference}
38
* {@code AtomicInteger} provide
atomic
increment methods. One
104
* {@link java.util.concurrent.
atomic
.AtomicReferenceFieldUpdater},
105
* {@link java.util.concurrent.
atomic
.AtomicIntegerFieldUpdater}, an
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
hw_irq.h
21
#include <asm/
atomic
.h>
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
hw_irq.h
21
#include <asm/
atomic
.h>
/system/core/libcutils/
atomic.c
19
#include <cutils/
atomic
-inline.h>
/ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_var_init.pass.cpp
10
// <
atomic
>
14
#include <
atomic
>
20
std::
atomic
<int> v = ATOMIC_VAR_INIT(5);
/external/kernel-headers/original/asm-mips/
hw_irq.h
11
#include <asm/
atomic
.h>
/ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.fences/
atomic_signal_fence.pass.cpp
10
// <
atomic
>
14
#include <
atomic
>
atomic_thread_fence.pass.cpp
10
// <
atomic
>
14
#include <
atomic
>
/ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.flag/
default.pass.cpp
10
// <
atomic
>
16
#include <
atomic
>
copy_ctor.fail.cpp
10
// <
atomic
>
16
#include <
atomic
>
init.pass.cpp
10
// <
atomic
>
16
#include <
atomic
>
/ndk/sources/cxx-stl/llvm-libc++/test/atomics/
version.pass.cpp
10
// <
atomic
>
12
#include <
atomic
>
/ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp
10
// <
atomic
>
12
// typedef
atomic
<char> atomic_char;
13
// typedef
atomic
<signed char> atomic_schar;
14
// typedef
atomic
<unsigned char> atomic_uchar;
15
// typedef
atomic
<short> atomic_short;
16
// typedef
atomic
<unsigned short> atomic_ushort;
17
// typedef
atomic
<int> atomic_int;
18
// typedef
atomic
<unsigned int> atomic_uint;
19
// typedef
atomic
<long> atomic_long;
20
// typedef
atomic
<unsigned long> atomic_ulong
[
all
...]
cstdint_typedefs.pass.cpp
10
// <
atomic
>
12
// typedef
atomic
<int_least8_t> atomic_int_least8_t;
13
// typedef
atomic
<uint_least8_t> atomic_uint_least8_t;
14
// typedef
atomic
<int_least16_t> atomic_int_least16_t;
15
// typedef
atomic
<uint_least16_t> atomic_uint_least16_t;
16
// typedef
atomic
<int_least32_t> atomic_int_least32_t;
17
// typedef
atomic
<uint_least32_t> atomic_uint_least32_t;
18
// typedef
atomic
<int_least64_t> atomic_int_least64_t;
19
// typedef
atomic
<uint_least64_t> atomic_uint_least64_t;
21
// typedef
atomic
<int_fast8_t> atomic_int_fast8_t
[
all
...]
/external/guava/guava/src/com/google/common/util/concurrent/
AtomicLongMap.java
14
import java.util.concurrent.
atomic
.AtomicLong;
27
*
atomic
unless otherwise noted.
68
AtomicLong
atomic
= map.get(key);
local
69
return
atomic
== null ? 0L :
atomic
.get();
92
AtomicLong
atomic
= map.get(key);
local
93
if (
atomic
== null) {
94
atomic
= map.putIfAbsent(key, new AtomicLong(delta));
95
if (
atomic
== null) {
98
//
atomic
is now non-null; fall throug
141
AtomicLong
atomic
= map.get(key);
local
176
AtomicLong
atomic
= map.get(key);
local
221
AtomicLong
atomic
= map.get(key);
local
245
AtomicLong
atomic
= map.get(key);
local
[
all
...]
/bionic/libc/kernel/common/linux/sunrpc/
timer.h
21
#include <asm/
atomic
.h>
/development/ndk/platforms/android-3/include/linux/sunrpc/
timer.h
15
#include <asm/
atomic
.h>
/ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.order/
kill_dependency.pass.cpp
10
// <
atomic
>
14
#include <
atomic
>
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
timer.h
15
#include <asm/
atomic
.h>
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
timer.h
15
#include <asm/
atomic
.h>
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
timer.h
15
#include <asm/
atomic
.h>
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
timer.h
15
#include <asm/
atomic
.h>
Completed in 939 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>