|
Threads-Devel : |
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-09-24 10:15:48
The libs/thread/example files now compile on
linux and win32 (MSVC 7.1).
Observations:
1) There seems to be a problem related to xtime.
The starvephil always show "(0)" in the
first position on linux, while on windows
there are increasing numbers.
Behaviour on windows is the same whether using
native or pthread.
On linux the behaviour on HEAD and thread_rewrite
also is the same. Both showing "(0)".
2) On windows the native compile of recursive_mutex
example aborts with:
\recursive_mutex.hpp(63) : error C2039: 'lock_error' : is not a
member of 'boost'
@Anthony: could you please take a lokk at 2) ?
Roland