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
xiaosuGW 5af9fffd55
modify priority function for srsf: if remaining slack is negative, return 0 priority
3 years ago
..
arch remove redundent comments 3 years ago
admissions_control.h refactor: assorted fixed from clang warnings 4 years ago
admissions_info.h implement srsf 3 years ago
client_socket.h refactor: assorted fixed from clang warnings 4 years ago
current_sandbox.h refactor: assorted header cleanup 4 years ago
debuglog.h chore: refactor away DEBUG define 4 years ago
deque.h docs: Associate FIXMEs and TODOs with issues 4 years ago
generic_thread.h refactor: assorted fixed from clang warnings 4 years ago
global_request_scheduler.h refactor: assorted fixed from clang warnings 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.h refactor: http header cleanup 4 years ago
http_parser_settings.h refactor: http header cleanup 4 years ago
http_request.h refactor: http header cleanup 4 years ago
http_total.h refactor: http header cleanup 4 years ago
likely.h feat: Refactor of conditional compilation units 4 years ago
listener_thread.h chore: shift off core 0 4 years ago
local_completion_queue.h refactor: assorted header cleanup 4 years ago
local_runqueue.h feat: rework of scheduler logic 4 years ago
local_runqueue_list.h feat: Round robin for FIFO preemption 4 years ago
local_runqueue_minheap.h refactor: assorted header cleanup 4 years ago
lock.h feat: Simplify softint disable logic 4 years ago
memlogging.h 1.Implement memory-based logging for each worker thread. 2. Dump all memory-based log to a file when receiving SIGINT signal 3 years ago
module.h support linear chain function calling by using list to chain modules 3 years ago
module_database.h refactor: module db capacity 4 years ago
panic.h chore: fix missing include 4 years ago
perf_window.h handle some unfeasible assert() and negative remaining slack vs the return type of uint64_t of priority function 3 years ago
perf_window_t.h 1. move operations for perf_window out of the admission control macro. 2. memory printf the execution times when window is full 3 years ago
priority_queue.h feat: Simplify softint disable logic 4 years ago
ps_list.h feat: Round robin for FIFO preemption 4 years ago
runtime.h refactor: Additional cleanup 4 years ago
sandbox_exit.h doc: Related TODO to GitHub issue 4 years ago
sandbox_functions.h modify priority function for srsf: if remaining slack is negative, return 0 priority 3 years ago
sandbox_receive_request.h remove redundent comments 3 years ago
sandbox_request.h implement srsf 3 years ago
sandbox_send_response.h correct queuing time and total time for chain function 3 years ago
sandbox_set_as_blocked.h implement srsf 3 years ago
sandbox_set_as_complete.h replace running_duration with total_time in the perf_window 3 years ago
sandbox_set_as_error.h 1.Implement memory-based logging for each worker thread. 2. Dump all memory-based log to a file when receiving SIGINT signal 3 years ago
sandbox_set_as_initialized.h remove redundent comments 3 years ago
sandbox_set_as_returned.h correct queuing time and total time for chain function 3 years ago
sandbox_set_as_runnable.h implement srsf 3 years ago
sandbox_set_as_running.h implement srsf 3 years ago
sandbox_setup_arguments.h refactor: assorted header cleanup 4 years ago
sandbox_state.h refactor: Additional cleanup 4 years ago
sandbox_summarize_page_allocations.h refactor: Additional static inlines 4 years ago
sandbox_types.h implement srsf 3 years ago
scheduler.h handle some unfeasible assert() and negative remaining slack vs the return type of uint64_t of priority function 3 years ago
software_interrupt.h 1.Implement memory-based logging for each worker thread. 2. Dump all memory-based log to a file when receiving SIGINT signal 3 years ago
types.h chore: Resolve some undefined sanitizer type nits 4 years ago
worker_thread.h refactor: assorted header cleanup 4 years ago
worker_thread_execute_epoll_loop.h 1. optimization: avoid global queue if the next sandbox has the same deadline with the current sandbox. 2. correct format and enrich comments 3 years ago