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
hwwang 87672b74c4
添加LLF调度 修改SRSF调度细节
3 weeks ago
..
arch update include/arch/aarch64/context.h for arm building 3 years ago
admissions_control.h refactor: assorted fixed from clang warnings 4 years ago
admissions_info.h 添加线性拟合计算剩余时间,并设置model_base,当预估时间超过base时间的1.2倍,改为base时间 4 weeks 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 modify module to tree 6 months 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 record each thread worker's queuelength when an alarm signal come in 3 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
map.h 修改hash表和sandbox_request的互斥锁为读写锁,但现在觉得map不加锁可能会有隐患 4 months ago
map_RWlock.h 修改hash表和sandbox_request的互斥锁为读写锁,但现在觉得map不加锁可能会有隐患 4 months 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 添加线性拟合计算剩余时间,并设置model_base,当预估时间超过base时间的1.2倍,改为base时间 4 weeks ago
module_database.h refactor: module db capacity 4 years ago
panic.h chore: fix missing include 4 years ago
perf_window.h 添加线性拟合计算剩余时间,并设置model_base,当预估时间超过base时间的1.2倍,改为base时间 4 weeks ago
perf_window_t.h 添加线性拟合计算剩余时间,并设置model_base,当预估时间超过base时间的1.2倍,改为base时间 4 weeks 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 添加LLF调度 修改SRSF调度细节 3 weeks ago
sandbox_exit.h doc: Related TODO to GitHub issue 4 years ago
sandbox_functions.h 添加LLF调度 修改SRSF调度细节 3 weeks ago
sandbox_receive_request.h add workload counter for each worker thread 3 years ago
sandbox_request.h 添加LLF调度 修改SRSF调度细节 3 weeks 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 fix bug: execution time unit is ms and deadline is cpu cycles 3 years ago
sandbox_set_as_error.h fix bug: execution time unit is ms and deadline is cpu cycles 3 years ago
sandbox_set_as_initialized.h 添加LLF调度 修改SRSF调度细节 3 weeks ago
sandbox_set_as_returned.h fix bug: execution time unit is ms and deadline is cpu cycles 3 years ago
sandbox_set_as_runnable.h fix bug: execution time unit is ms and deadline is cpu cycles 3 years ago
sandbox_set_as_running.h 添加LLF调度 修改SRSF调度细节 3 weeks 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 添加LLF调度 修改SRSF调度细节 3 weeks ago
scheduler.h 添加LLF调度 修改SRSF调度细节 3 weeks 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
xmalloc.h 为hash表添加锁 4 months ago