Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

int phThread::equal phThread thread  ) 
 

This method compares the calling thread's id with the one stored in the phThread parameter.

Win32: No specific function for this comparison. Uses stored ThreadId and calls:

GetCurrentThread Retrieves a pseudo handle for the current thread. GetCurrentThreadId Retrieves the thread identifier of the calling thread. GetThreadId Retrieves the thread identifier of the specified thread.

pthreads: pthread_equal compare two thread identifiers pthread_self return identifier of current thread

Definition at line 1065 of file phThread.cpp.





Copyright (C) 2002 - 2007 Philip D.S. Thoren ( pthoren@users.sourceforge.net )
University Of Massachusetts at Lowell
Robotics Lab
SourceForge.net Logo

Generated on Sat Jun 16 02:45:15 2007 for phission by  doxygen 1.4.4