These functions operate in the same way as
pthread_join(3),
except for the differences described on this page.
The
pthread_tryjoin_np()
function performs a non-blocking join with the thread
thread,
returning the exit status of the thread in
*retval.
If
thread
has not yet terminated, then instead of blocking, as is done by
pthread_join(3),
the call returns an error.
The
pthread_timedjoin_np()
function performs a join-with-timeout.
If
thread
has not yet terminated,
then the call blocks until a maximum time, specified in
abstime.
If the timeout expires before
thread
terminates,
the call returns an error.
The
abstime
argument is a structure of the following form,
specifying an absolute time measured since the Epoch (see
time(2)):
This page is part of release 3.14 of the Linux
man-pages
project.
A description of the project,
and information about reporting bugs,
can be found at
http://www.kernel.org/doc/man-pages/.
Подписки на Mandriva Enterprise Server 5 и Mandriva 2010 Powerpack включают получение обновлений и
технической поддержки.
Техническая поддержка оказывается на русском языке по телефону, электронной почте и через web-форму.
Предлагается подписка трех уровней - "Базовый", "Стандартный", "VIP", отличающихся скоростью реакции
службы технической поддержки на проблему заказчика.
Mandriva Enterprise Server 5 (MES 5) - это надежный и производительный дистрибутив GNU/Linux для
корпоративного сервера. В MES 5 интегрированы серверные разработки программистов Mandriva, а также ведущие
свободные серверные приложения, которые помогут настроить и поддерживать необходимые вам серверы.
Mandriva 2010 Powerpack - это идеальный вариант для перехода на Linux новых пользователей в офисе и дома.
В то же время, Mandriva 2010 Powerpack полностью удовлетворяет запросы опытных пользователей и администраторов.