/prebuilts/ndk/r10/platforms/android-3/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon81225
|
/prebuilts/ndk/r10/platforms/android-4/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon81590
|
/prebuilts/ndk/r10/platforms/android-5/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon81955
|
/prebuilts/ndk/r10/platforms/android-8/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon82321
|
/prebuilts/ndk/r10/platforms/android-9/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon82721
|
/prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon84244
|
/prebuilts/ndk/r11/platforms/android-13/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon85557
|
/prebuilts/ndk/r11/platforms/android-14/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon86886
|
/prebuilts/ndk/r11/platforms/android-15/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon88219
|
/prebuilts/ndk/r11/platforms/android-16/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon89552
|
/prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon90885
|
/prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon92218
|
/prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon93557
|
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon108803
|
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon109167
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon109531
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon109896
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/asm/ |
atomic.h | 17 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon110295
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
thread_atheos.h | 23 atomic_t count;
53 atomic_t prev = atomic_add(&mutex->count, 1);
62 atomic_t prev = atomic_add(&mutex->count, 1);
71 atomic_t prev = atomic_add(&mutex->count, -1);
97 static atomic_t thread_count = 0;
104 atomic_t this_thread;
151 static atomic_t lock_count = 0;
161 atomic_t this_lock;
|
/external/llvm/test/Transforms/InstCombine/ |
2009-01-24-EmptyStruct.ll | 5 %struct.atomic_t = type { i32 } 9 %struct.mutex = type { %struct.atomic_t, %struct.rwlock_t, %struct.list_head }
|
/external/python/cpython2/Python/ |
thread_atheos.h | 23 atomic_t count; 53 atomic_t prev = atomic_add(&mutex->count, 1); 62 atomic_t prev = atomic_add(&mutex->count, 1); 71 atomic_t prev = atomic_add(&mutex->count, -1); 97 static atomic_t thread_count = 0; 104 atomic_t this_thread; 151 static atomic_t lock_count = 0; 161 atomic_t this_lock;
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
2009-01-24-EmptyStruct.ll | 5 %struct.atomic_t = type { i32 } 9 %struct.mutex = type { %struct.atomic_t, %struct.rwlock_t, %struct.list_head }
|
/development/ndk/platforms/android-9/arch-arm/include/asm/ |
semaphore.h | 24 atomic_t count;
|
/development/ndk/platforms/android-9/include/linux/ |
mutex.h | 24 atomic_t count;
|
posix_acl.h | 40 atomic_t a_refcount;
|