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.
 
 
 
 
 
 
bunnei 2f3020a102 Mutex: Cleanup and remove redundant code. 11 years ago
..
address_arbiter.cpp AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. 11 years ago
address_arbiter.h AddrArbiter: Implement arbitration types 3 and 4. 11 years ago
event.cpp Kernel: Renamed some functions for clarity. 11 years ago
event.h Event: Fixed some bugs and cleanup (Subv) 11 years ago
kernel.cpp Kernel: Renamed some functions for clarity. 11 years ago
kernel.h Kernel: Renamed some functions for clarity. 11 years ago
mutex.cpp Mutex: Cleanup and remove redundant code. 11 years ago
mutex.h Mutex: Cleanup and remove redundant code. 11 years ago
semaphore.cpp Kernel: Renamed some functions for clarity. 11 years ago
semaphore.h Merge pull request #291 from purpasmart96/license 11 years ago
session.h Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. 11 years ago
shared_memory.cpp Kernel: Start using boost::intrusive_ptr for lifetime management 11 years ago
shared_memory.h License change 11 years ago
thread.cpp Mutex: Cleanup and remove redundant code. 11 years ago
thread.h Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. 11 years ago
timer.cpp Kernel: Renamed some functions for clarity. 11 years ago
timer.h core: Fix a few docstrings 11 years ago