OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__useconds_t
(Results
1 - 5
of
5
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/sys/
_types.h
60
typedef __uint32_t
__useconds_t
; /* microseconds */
typedef
/development/ndk/platforms/android-9/arch-mips/include/sys/
_types.h
60
typedef __uint32_t
__useconds_t
; /* microseconds */
typedef
/development/ndk/platforms/android-9/arch-x86/include/sys/
_types.h
60
typedef __uint32_t
__useconds_t
; /* microseconds */
typedef
/bionic/libc/include/sys/
types.h
79
typedef uint32_t
__useconds_t
;
typedef
80
typedef
__useconds_t
useconds_t;
/development/ndk/platforms/android-L/include/sys/
types.h
79
typedef uint32_t
__useconds_t
;
typedef
80
typedef
__useconds_t
useconds_t;
Completed in 80 milliseconds