L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
inhibitor.h
Go to the documentation of this file.
1/*
2 * (c) 2014 Steffen Liebergeld <steffen.liebergeld@kernkonzept.com>
3 *
4 * License: see LICENSE.spdx (in this directory or the directories above)
5 */
6#pragma once
7
13#include <l4/sys/types.h>
14
16
29 char const *reason);
30
40
58 unsigned len, l4_mword_t current_id);
59
61
unsigned long l4_umword_t
Unsigned machine word.
Definition l4int.h:40
signed long l4_mword_t
Signed machine word.
Definition l4int.h:37
unsigned long l4_cap_idx_t
Capability selector type.
Definition types.h:335
#define __END_DECLS
End section with C types and functions.
Definition compiler.h:167
#define L4_CV
Define calling convention.
Definition linkage.h:33
#define __BEGIN_DECLS
Start section with C types and functions.
Definition compiler.h:164
#define L4_EXPORT
Attribute to mark functions, variables, and data types as being exported from a library.
Definition compiler.h:210
long l4re_inhibitor_next_lock_info(l4_cap_idx_t cap, char *name, unsigned len, l4_mword_t current_id)
Get information for the next available inhibitor lock.
long l4re_inhibitor_release(l4_cap_idx_t cap, l4_umword_t id)
Release an inhibitor lock.
long l4re_inhibitor_acquire(l4_cap_idx_t cap, l4_umword_t id, char const *reason)
Acquire an inhibitor lock.
Common L4 ABI Data Types.