OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_t
(Results
1 - 25
of
598
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/asm-mips/
hw_irq.h
13
extern
atomic_t
irq_err_count;
/external/kernel-headers/original/asm-generic/
mutex-xchg.h
18
* @count: pointer of type
atomic_t
26
__mutex_fastpath_lock(
atomic_t
*count, fastcall void (*fail_fn)(
atomic_t
*))
37
* @count: pointer of type
atomic_t
45
__mutex_fastpath_lock_retval(
atomic_t
*count, fastcall int (*fail_fn)(
atomic_t
*))
57
* @count: pointer of type
atomic_t
68
__mutex_fastpath_unlock(
atomic_t
*count, fastcall void (*fail_fn)(
atomic_t
*))
80
* @count: pointer of type
atomic_t
[
all
...]
/bionic/libc/kernel/arch-arm/asm/
atomic.h
22
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon64
/development/ndk/platforms/android-3/arch-arm/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon919
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon28001
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon28355
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon28709
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon29489
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon30277
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon30896
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon32025
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon32834
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon33531
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon34228
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon34926
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon35663
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon36697
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon37951
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon38988
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon40025
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon41063
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
atomic.h
17
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon42145
/external/kernel-headers/original/asm-x86/
atomic_32.h
18
typedef struct { int counter; }
atomic_t
;
typedef in typeref:struct:__anon8311
24
* @v: pointer of type
atomic_t
32
* @v: pointer of type
atomic_t
42
* @v: pointer of type
atomic_t
46
static __inline__ void atomic_add(int i,
atomic_t
*v)
57
* @v: pointer of type
atomic_t
61
static __inline__ void atomic_sub(int i,
atomic_t
*v)
72
* @v: pointer of type
atomic_t
78
static __inline__ int atomic_sub_and_test(int i,
atomic_t
*v)
91
* @v: pointer of type
atomic_t
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
iatomic.h
18
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon23814
24
* @v: pointer of type
atomic_t
27
* useful range of an
atomic_t
is only 24 bits.
33
* @v: pointer of type
atomic_t
37
* useful range of an
atomic_t
is only 24 bits.
44
* @v: pointer of type
atomic_t
47
* of an
atomic_t
is only 24 bits.
49
static __inline__ void atomic_add(int i,
atomic_t
*v)
60
* @v: pointer of type
atomic_t
63
* useful range of an
atomic_t
is only 24 bits
231
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon23815
393
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon23816
499
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon23817
687
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon23818
927
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon23819
1019
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon23820
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
iatomic.h
18
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon25404
24
* @v: pointer of type
atomic_t
27
* useful range of an
atomic_t
is only 24 bits.
33
* @v: pointer of type
atomic_t
37
* useful range of an
atomic_t
is only 24 bits.
44
* @v: pointer of type
atomic_t
47
* of an
atomic_t
is only 24 bits.
49
static __inline__ void atomic_add(int i,
atomic_t
*v)
60
* @v: pointer of type
atomic_t
63
* useful range of an
atomic_t
is only 24 bits
231
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon25405
393
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon25406
499
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon25407
687
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon25408
927
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon25409
1019
typedef struct { volatile int counter; }
atomic_t
;
typedef in typeref:struct:__anon25410
[
all
...]
Completed in 1736 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>