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

__kernel_long_t

A kernel type for long, set to c_long since you're not on x86

__kernel_ulong_t

A kernel type for ulong, set to c_ulong since you're not on x86

clockid_t

A type that defines a clock ID. As of 4.1, this is always c_int

gid_t

A type that defines a group ID

pid_t

A type that defines a Process or Thread Group ID

suseconds_t

A type that defines microseconds. You're using a "regular" processor, so it is a c_long

uid_t

A type that defines a user ID