<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[pthread_join timeout]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich verwende die pthread-funktionen zum erstellen von threads. Gibt es eine möglichkeit, so wie z.b. in java ein thread.join(timout_in_milliseconds) mit pthread_join durchzuführen, und wie?</p>
<p>danke,</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/119137/pthread_join-timeout</link><generator>RSS for Node</generator><lastBuildDate>Fri, 21 Aug 2026 20:13:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/119137.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 28 Aug 2005 15:21:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to pthread_join timeout on Sun, 28 Aug 2005 15:21:29 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich verwende die pthread-funktionen zum erstellen von threads. Gibt es eine möglichkeit, so wie z.b. in java ein thread.join(timout_in_milliseconds) mit pthread_join durchzuführen, und wie?</p>
<p>danke,</p>
]]></description><link>https://www.c-plusplus.net/forum/post/860140</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/860140</guid><dc:creator><![CDATA[pixsta]]></dc:creator><pubDate>Sun, 28 Aug 2005 15:21:29 GMT</pubDate></item><item><title><![CDATA[Reply to pthread_join timeout on Sun, 28 Aug 2005 18:22:44 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>hab da nen Link für Dich. Vielleicht hilft er.</p>
<p><a href="http://www.opengroup.org/onlinepubs/007908799/xsh/pthread.h.html" rel="nofollow">http://www.opengroup.org/onlinepubs/007908799/xsh/pthread.h.html</a></p>
<p>Google sonst nochmal und auch man und apropos helfen.</p>
<p>Ciao</p>
]]></description><link>https://www.c-plusplus.net/forum/post/860250</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/860250</guid><dc:creator><![CDATA[frosty]]></dc:creator><pubDate>Sun, 28 Aug 2005 18:22:44 GMT</pubDate></item><item><title><![CDATA[Reply to pthread_join timeout on Sun, 28 Aug 2005 19:22:08 GMT]]></title><description><![CDATA[<p>Mit pthread_join direkt geht das nicht. Du müsstest dir einen Wrapper für ein eigenes pthread_join mit Timeout schreiben. Das lässt sich dann per Condition Variablen und pthread_cond_timedwait realisieren.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/860273</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/860273</guid><dc:creator><![CDATA[Ponto]]></dc:creator><pubDate>Sun, 28 Aug 2005 19:22:08 GMT</pubDate></item><item><title><![CDATA[Reply to pthread_join timeout on Tue, 30 Aug 2005 06:38:26 GMT]]></title><description><![CDATA[<p>danke für die tipps.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/861077</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/861077</guid><dc:creator><![CDATA[pixsta]]></dc:creator><pubDate>Tue, 30 Aug 2005 06:38:26 GMT</pubDate></item></channel></rss>