Chris Robinson
|
f0b65aa6b7
|
Implement condition variables for Windows
|
2014-05-27 05:22:53 -07:00 |
|
Chris Robinson
|
b6e1042e8c
|
Implement condition variables (POSIX only!)
Windows requires Vista or newer to get the CONDITION_VARIABNLE API, but we
currently only require XP.
|
2014-05-26 03:52:55 -07:00 |
|
Chris Robinson
|
1d2504d12e
|
Make RefCount a non-integer type
It should only be accessed through the appropriate functions to ensure proper
atomicity.
|
2014-05-14 02:47:07 -07:00 |
|
Chris Robinson
|
a2bddb7b40
|
Move RWLock and UIntMap implementations to common
This should make the code in common completely self-reliant.
|
2014-05-07 19:16:49 -07:00 |
|
Chris Robinson
|
3e274c3a57
|
Make sure FILETIME and ULARGE_INTEGER sizes match
|
2014-05-07 16:12:34 -07:00 |
|
Chris Robinson
|
1aff37114a
|
Move atomic method definitions to a separate common source
|
2014-05-06 19:07:40 -07:00 |
|
Chris Robinson
|
fa12855d19
|
Move threads.c to a separate source dir
This will eventually serve to build a static lib of common wrapper methods,
such as threads, mutexes, atomics, etc.
|
2014-05-06 18:57:42 -07:00 |
|