rust/src/rt/sync
Jon Morton 632a4c9326 Refactor includes structure, getting rid of rust_internal.h
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-04-03 16:02:38 -07:00
..
lock_and_signal.cpp Refactor includes structure, getting rid of rust_internal.h 2012-04-03 16:02:38 -07:00
lock_and_signal.h Refactor includes structure, getting rid of rust_internal.h 2012-04-03 16:02:38 -07:00
lock_free_queue.cpp Tidy up multiple declarations and STDC_FOO_MACROS guards in headers. 2012-03-28 14:26:51 -07:00
lock_free_queue.h Refactor includes structure, getting rid of rust_internal.h 2012-04-03 16:02:38 -07:00
rust_thread.cpp Refactor includes structure, getting rid of rust_internal.h 2012-04-03 16:02:38 -07:00
rust_thread.h Refactor includes structure, getting rid of rust_internal.h 2012-04-03 16:02:38 -07:00
sync.h rt: Fix the atomic get_ref_count method to avoid races 2012-03-05 19:39:56 -08:00
timer.cpp Tidy up multiple declarations and STDC_FOO_MACROS guards in headers. 2012-03-28 14:26:51 -07:00
timer.h Attempt to correct buggy win32 timer code (causing tinderbox failures). 2011-07-13 12:25:36 -07:00