diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-30 17:06:02 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-30 17:06:02 +0300 |
| commit | ea5ebe0809fb31b9f125ac0689f706cc5f3f078f (patch) | |
| tree | 17081bd689709a9bfe48467c458425dea876bddd /include/apos/ipi.h | |
| parent | 8a5e4cf53d981e793fca90d9b51bd395265cf4db (diff) | |
| download | kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.tar.gz kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.zip | |
rename to kmi
Diffstat (limited to 'include/apos/ipi.h')
| -rw-r--r-- | include/apos/ipi.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/include/apos/ipi.h b/include/apos/ipi.h deleted file mode 100644 index c895d58..0000000 --- a/include/apos/ipi.h +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef APOS_IPI_H -#define APOS_IPI_H - -/** - * @file ipi.h - * - * IPI function definitions. - */ - -#include <apos/types.h> -#include <apos/uapi.h> -#include <apos/tcb.h> - -/** - * Clear potential IPI in \p t, and return its value. - * - * @param t \ref tcb to clear possible IPI status of. - * @return \ref true if \p was interrupted by IPI, \ref false otherwise. - */ -bool clear_ipi(struct tcb *t); - -/** - * Send IPI to \p t. Assumes \c running(t). - * - * @param t \ref tcb to send IPI to. - */ -void send_ipi(struct tcb *t); - -/** - * Handle IPI. - * - * @param t Thread who was interrupted by IPI. - * @return Possible arguments to IPI. - */ -struct sys_ret handle_ipi(struct tcb *t); - -#endif /* APOS_IPI_H */ |
