Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::timers::WakeThreadIDEx Function
C++
IMPORT_METHOD void WakeThreadIDEx(THREAD_ID thread DBG_PASS);
#define WakeThreadID(thread) WakeThreadIDEx( thread DBG_SRC )
Parameters 
Description 
thread_id 
THREAD_ID from GetMyThreadID, which is a macro appropriate for a platform. 

Wake a thread by ID, if the pThread is not available. Can be used cross-process for instance. Although someone could add a method to provide a PTHREAD wrapper around THREAD_ID for threads in remote processes, this may not be a best practice.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!