Commits BreadcrumbsHistory for pthreads-win32 pthread_timedjoin_np.c onhunter-2.9.1-7ad2af7 User selector All usersAll time Commit History Commits on Oct 27, 2018 update pthreads from https://sourceforge.net/projects/pthreads4w/ BrianGladmancommittedOct 27, 2018 4b068ba Loading...
I seems that i have buggy implementation of pthread_timedjoin_np. Although linux does not documented this function yet ( seehttp://www.kernel.org/doc/man-pages/missing_pages.html), I suspectthat on my installationthis function does not work properly because it returns sometimes 0,sometimes 110...
Lev Olshvang wrote: Hi Guys, To finish with this thread, my last question What is altternative to phtread_timed_join_np ? I want to wait for thread temination, but not forever. If you write code for Linux only I would use pthread_timed_join_np. Yes, it's non portable. If you'd...
(pthread_timedjoin_np ??) Hi Guys, To finish with this thread, my last question What is altternative to phtread_timed_join_np ? I want to wait for thread temination, but not forever. Say , I can not rewrite code that creates user threads, I can justadd some management thread. Hag ...
(pthread_timedjoin_np ??) Lev Olshvang wrote: Gilad, thank you very much. It is exactly what I was looking for. Glad I could help. Perhaps you could also advise me on the second item I posted recenly : "What is a proper way to make User mode device (pseudo device) ?" ...
(pthread_timedjoin_np ??) Lev Olshvang wrote: I am looking for generic way to ask about thread existence. You mean like calling pthread_kill() with a signal number of zero? :-) Gilad -- Gilad Ben-YossefChief Coffee Drinker Codefidence Ltd. ...
I seems that i have buggy implementation of pthread_timedjoin_np. Although linux does not documented this function yet ( seehttp://www.kernel.org/doc/man-pages/missing_pages.html), I suspectthat on my installationthis function does not work properly because it returns sometimes 0,sometimes 110...
Hi friends, I seems that i have buggy implementation of pthread_timedjoin_np. Although linux does not documented this function yet ( seehttp://www.kernel.org/doc/man-pages/missing_pages.html), I suspect thaton my installationthis function does not work properly because it returns sometimes 0...
(pthread_timedjoin_np ??) Gilad Ben-Yossef wrote: Lev Olshvang wrote: I am looking for generic way to ask about thread existence. You mean like calling pthread_kill() with a signal number of zero? :-) Gilad -- Gilad Ben-Yossef ...