Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBool kThread_IsSelf ( kThread  other)

Reports whether the specified thread is the currently executing thread.

Equivalent to kThreadId_Compare(kThread_Id(thread), kThread_CurrentId()).

Parameters
otherThread object.
Returns
kTRUE if the specified thread is the currently executing thread.