Module linux_api::posix_types
[−]
[src]
Defines types found in various posix_types.h files.
If unsure, check include/uapi/asm-generic/posix_types.h first, then /arch/*/include/uapi/asm/posix_types.h
For the best result, use http://lxr.free-electrons.com
Type Definitions
clockid_t |
A type that defines a clock ID. As of 4.1, this is always c_int |
suseconds_t |
A type that defines microseconds. You're using a "regular" processor, so it is a c_long |