winpr-thread:
authorEmmanuel Ledoux <eledoux@hp.com>
Fri, 22 May 2015 16:28:10 +0000 (18:28 +0200)
committereledoux <eledoux@hp.com>
Fri, 22 May 2015 16:28:10 +0000 (18:28 +0200)
commit6f5de270817f968fce2680e13f5677f5f86ad817
tree050bb3c799d74b71a2d59f13f24f091cf5d14f4f
parent7a1485a2e4503e335d6e8fd76e02fe591337f5f4
winpr-thread:
  - added the unit test: TestThreadExitThread
  - fix: ensure thread_list to be up to date before to call ExitThread()
  - possibly resolved: Problems with serial redirection #2389
winpr/libwinpr/thread/test/CMakeLists.txt
winpr/libwinpr/thread/test/TestThreadExitThread.c [new file with mode: 0644]
winpr/libwinpr/thread/thread.c