$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Froehlich (froetho_at_[hidden])
Date: 2005-03-20 20:01:03
Hi,
I noticed that when using thread::join and the thread has already completed,
at least on Mac OS X using pthreads, pthread_join returns EINVAL, thus
triggering the assertion res == 0. Is this intentional or a bug?
Thorsten