virtualx-engine/core/os
Karroffel 135c2112ad added an optional parameter to OS symbol lookup
When looking up a symbol from a library, previously an error was
shown when the symbol did not exist. That caused confusion when the
lookup was completely optional.
This adds a new parameter to that method so that those errors can
be handled manually if needed.
2017-07-27 11:13:21 +02:00
..
copymem.h
dir_access.cpp
dir_access.h
file_access.cpp
file_access.h
input.cpp
input.h
input_event.cpp
input_event.h
keyboard.cpp
keyboard.h
main_loop.cpp
main_loop.h
memory.cpp
memory.h
mutex.cpp
mutex.h
os.cpp
os.h added an optional parameter to OS symbol lookup 2017-07-27 11:13:21 +02:00
power.h
rw_lock.cpp
rw_lock.h
SCsub
semaphore.cpp
semaphore.h
shell.cpp
shell.h
thread.cpp
thread.h
thread_dummy.cpp
thread_dummy.h
thread_safe.cpp
thread_safe.h