This website requires JavaScript.
Explore
Help
Sign In
boost
/
thread
Watch
2
Star
0
Fork
0
You've already forked thread
mirror of
https://github.com/boostorg/thread.git
synced
2026-02-18 14:32:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
5af025cdceb803990432f37b44b811c7056f215c
thread
/
src
/
win32
History
Daniel James
d460417a09
Merge from trunk, finally.
...
[SVN r41817]
2007-12-07 01:12:02 +00:00
..
exceptions.cpp
platform split for pthread and win32 builds so can use pthread-win32 library on Windows with <thrd-api>pthread feature; new C++0x-alike thread class interface on win32.
2007-10-23 08:57:17 +00:00
thread.cpp
Merge from trunk, finally.
2007-12-07 01:12:02 +00:00
timeconv.inl
platform split for pthread and win32 builds so can use pthread-win32 library on Windows with <thrd-api>pthread feature; new C++0x-alike thread class interface on win32.
2007-10-23 08:57:17 +00:00
tss_dll.cpp
platform split for pthread and win32 builds so can use pthread-win32 library on Windows with <thrd-api>pthread feature; new C++0x-alike thread class interface on win32.
2007-10-23 08:57:17 +00:00
tss_pe.cpp
interruptible_wait (and hence condition timed_wait) now uses a WaitableTimer where possible, to be robust in the face of clock changes
2007-11-30 18:38:21 +00:00