APC Types
include/thread/apc_types.h View source View on GitHubStructs
Section titled “Structs”apc_queue
Section titled “apc_queue”struct apc_queue {
struct apc *head;
struct apc *tail;
}; apc_type
Section titled “apc_type”enum apc_type {
APC_TYPE_SPECIAL_KERNEL,
APC_TYPE_KERNEL,
APC_TYPE_USER,
APC_TYPE_BOUNDARY,
APC_TYPE_COUNT,
}; Type Aliases
Section titled “Type Aliases”apc_func_t
Section titled “apc_func_t”typedef void (*apc_func_t)(void * *);