FreeRDP/winpr/libwinpr/thread
Norbert Federa 458f606934 winpr/thread: fix SwitchToThread
On some operating systems sched_yield is a stub returning returning -1.
In that case use usleep which should at least trigger a context switch
if any thread is waiting.
2016-06-02 15:38:57 +02:00
..
test winpr/thread: fix TestThreadCreateProcess 2016-05-25 15:47:58 +02:00
argv.c winpr: initial port to Universal Windows Platform (UWP) 2016-02-05 16:28:45 -05:00
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
process.c winpr API: add EnvironmentBlockToEnvpA 2015-10-23 18:38:42 +02:00
processor.c libwinpr-synch: stubbed more 2012-09-18 15:51:33 -04:00
thread.c winpr/thread: fix SwitchToThread 2016-06-02 15:38:57 +02:00
thread.h winpr-thread: added HP's copyright 2015-05-27 18:24:56 +02:00
tls.c libwinpr: stubbed a couple more modules of interest 2012-09-19 21:42:46 -04:00