OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Atomic64
(Results
1 - 8
of
8
) sorted by null
/external/libchrome/base/
atomicops.h
56
// We need to be able to go between
Atomic64
and AtomicWord implicitly. This
57
// means
Atomic64
and AtomicWord should be the same type on 64-bit.
61
typedef int64_t
Atomic64
;
63
typedef intptr_t
Atomic64
;
68
//
Atomic64
routines below, depending on your architecture.
123
Atomic64
NoBarrier_CompareAndSwap(volatile
Atomic64
* ptr,
124
Atomic64
old_value,
125
Atomic64
new_value);
126
Atomic64
NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
[
all
...]
/external/protobuf/src/google/protobuf/stubs/
atomicops.h
67
// We need to be able to go between
Atomic64
and AtomicWord implicitly. This
68
// means
Atomic64
and AtomicWord should be the same type on 64-bit.
73
typedef int64
Atomic64
;
75
typedef intptr_t
Atomic64
;
80
//
Atomic64
routines below, depending on your architecture.
138
Atomic64
NoBarrier_CompareAndSwap(volatile
Atomic64
* ptr,
139
Atomic64
old_value,
140
Atomic64
new_value);
141
Atomic64
NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
[
all
...]
/external/v8/src/base/
atomicops.h
46
typedef int64_t
Atomic64
;
48
// We need to be able to go between
Atomic64
and AtomicWord implicitly. This
49
// means
Atomic64
and AtomicWord should be the same type on 64-bit.
51
typedef int64_t
Atomic64
;
53
typedef intptr_t
Atomic64
;
58
//
Atomic64
routines below, depending on your architecture.
115
Atomic64
NoBarrier_CompareAndSwap(volatile
Atomic64
* ptr,
116
Atomic64
old_value,
117
Atomic64
new_value)
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops.h
67
// We need to be able to go between
Atomic64
and AtomicWord implicitly. This
68
// means
Atomic64
and AtomicWord should be the same type on 64-bit.
72
typedef int64
Atomic64
;
74
typedef intptr_t
Atomic64
;
79
//
Atomic64
routines below, depending on your architecture.
134
Atomic64
NoBarrier_CompareAndSwap(volatile
Atomic64
* ptr,
135
Atomic64
old_value,
136
Atomic64
new_value);
137
Atomic64
NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops.h
67
// We need to be able to go between
Atomic64
and AtomicWord implicitly. This
68
// means
Atomic64
and AtomicWord should be the same type on 64-bit.
72
typedef int64
Atomic64
;
74
typedef intptr_t
Atomic64
;
79
//
Atomic64
routines below, depending on your architecture.
134
Atomic64
NoBarrier_CompareAndSwap(volatile
Atomic64
* ptr,
135
Atomic64
old_value,
136
Atomic64
new_value);
137
Atomic64
NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
atomicops.h
67
// We need to be able to go between
Atomic64
and AtomicWord implicitly. This
68
// means
Atomic64
and AtomicWord should be the same type on 64-bit.
72
typedef int64
Atomic64
;
74
typedef intptr_t
Atomic64
;
79
//
Atomic64
routines below, depending on your architecture.
134
Atomic64
NoBarrier_CompareAndSwap(volatile
Atomic64
* ptr,
135
Atomic64
old_value,
136
Atomic64
new_value);
137
Atomic64
NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomicops.h
69
typedef intptr_t
Atomic64
;
72
typedef int64
Atomic64
;
77
// We need to be able to go between
Atomic64
and AtomicWord implicitly. This
78
// means
Atomic64
and AtomicWord should be the same type on 64-bit.
83
typedef int64
Atomic64
;
85
typedef intptr_t
Atomic64
;
91
//
Atomic64
routines below, depending on your architecture.
149
Atomic64
NoBarrier_CompareAndSwap(volatile
Atomic64
* ptr,
150
Atomic64
old_value
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
atomicops.h
67
// We need to be able to go between
Atomic64
and AtomicWord implicitly. This
68
// means
Atomic64
and AtomicWord should be the same type on 64-bit.
72
typedef int64
Atomic64
;
74
typedef intptr_t
Atomic64
;
79
//
Atomic64
routines below, depending on your architecture.
134
Atomic64
NoBarrier_CompareAndSwap(volatile
Atomic64
* ptr,
135
Atomic64
old_value,
136
Atomic64
new_value);
137
Atomic64
NoBarrier_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value)
[
all
...]
Completed in 70 milliseconds