]> git.cworth.org Git - apitrace/commit
Implement missing threading primitive for Windows.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 23 Oct 2012 19:15:36 +0000 (20:15 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 23 Oct 2012 19:15:36 +0000 (20:15 +0100)
commit743d6c75f3edfb728f689027347d2de9b0068425
treeed84437272404de6cbf6a374629f4fbd8762bf31
parent23354536051650b7a8a713e824946d48a7734534
Implement missing threading primitive for Windows.
CMakeLists.txt
common/os_thread.hpp
common/os_workqueue.hpp
common/workqueue.cpp [new file with mode: 0644]
common/workqueue_posix.cpp [deleted file]
common/workqueue_win32.cpp [deleted file]