cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
join function
join function
Jul 10, 2013 at 9:47am UTC
minak
(7)
hi
I am using windows library for developing multi-threading. I wonder to know that what is the equivalence of join function in windows library? in fact I have two threads which one thread should wait for another thread.
thanks inadvance
mina
Jul 10, 2013 at 11:11am UTC
JLBorges
(13770)
WaitForSingleObject()
or
WaitForSingleObjectEx()
http://msdn.microsoft.com/en-us/library/windows/desktop/ms687032(v=vs.85).aspx
Topic archived. No new replies allowed.