You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sledge/runtime/include
Sean McBride 180df1a7d5
feat: initial implementation with interrupt bugs
4 years ago
..
arch refactor: move mcontext_restore to arch_context 4 years ago
arch_context.h refactor: move mcontext_restore to arch_context 4 years ago
current_sandbox.h chore: replace app header guards w pragma once 4 years ago
deque.h feat: propagate dequeue and remove return codes 4 years ago
global_request_scheduler.h feat: initial implementation with interrupt bugs 4 years ago
global_request_scheduler_deque.h chore: organize preprocessor includes 4 years ago
global_request_scheduler_minheap.h chore: organize preprocessor includes 4 years ago
http_parser_settings.h chore: replace app header guards w pragma once 4 years ago
http_request.h chore: organize preprocessor includes 4 years ago
http_response.h chore: organize preprocessor includes 4 years ago
libuv_callbacks.h docs: change TODO to FIXME in libuv cb 4 years ago
local_completion_queue.h chore: rename scheduler interfaces and variants 4 years ago
local_runqueue.h chore: local_runqueue add cleanup 4 years ago
local_runqueue_list.h chore: rename scheduler interfaces and variants 4 years ago
local_runqueue_minheap.h chore: rename scheduler interfaces and variants 4 years ago
module.h chore: refactor out i32 4 years ago
module_database.h chore: replace app header guards w pragma once 4 years ago
panic.h fix: add format printf to panic 4 years ago
priority_queue.h chore: refactor out u64 4 years ago
ps_list.h chore: add clang-format from Composite (#5) 5 years ago
runtime.h chore: refactor out i32 4 years ago
sandbox.h feat: initial implementation with interrupt bugs 4 years ago
sandbox_request.h chore: rename request_arrival_timestamp 4 years ago
software_interrupt.h chore: assert preemp disabled on mcontext restore 4 years ago
types.h chore: refactor out u8 4 years ago
worker_thread.h chore: refactor out u32 4 years ago