aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/helpers.c
Commit message (Collapse)AuthorAgeFilesLines
* Move Sleep implementation into helper.c and emulate sched_yield for WindowsChris Robinson2011-09-201-2/+12
|
* Fix indentationChris Robinson2011-09-201-1/+1
|
* Log the function name instead of the source file and line numberChris Robinson2011-09-021-8/+2
|
* Don't set a thread priority if real-time isn't requestedChris Robinson2011-08-311-10/+2
|
* Add a function to initialize a RWLockChris Robinson2011-08-311-5/+10
|
* Add a limit to the UIntMap size and use it for sources and effect slotsChris Robinson2011-08-301-1/+8
|
* Add functions to retrieve the source from the source map while removing itChris Robinson2011-08-301-0/+29
|
* Use a generic int type to handle enum swapsChris Robinson2011-08-291-2/+2
|
* Use a read-write lock to protect access to the UInt mapsChris Robinson2011-08-291-7/+65
|
* Emulate pthread TLS functions in WindowsChris Robinson2011-08-281-0/+26
|
* Move the GUID initialization to the helperChris Robinson2011-08-201-0/+21
|
* Move some functions into a separate helper source fileChris Robinson2011-08-201-0/+328