about summary refs log tree commit diff
path: root/src/rt/rust_sched_driver.cpp
AgeCommit message (Collapse)AuthorLines
2012-08-02Set thread name on Mac to make gdb thread info more useful.Eric Holk-0/+12
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-2/+2
Many changes to code structure are included: - removed TIME_SLICE_IN_MS - removed sychronized_indexed_list - removed region_owned - kernel_owned move to kernel.h, task_owned moved to task.h - global configs moved to rust_globals.h - changed #pragma once to standard guard in rust_upcall.h - got rid of memory.h
2012-03-31rt: Extract start_main_loop from rust_sched_loop to rust_sched_driverBrian Anderson-0/+46