thread_findByAddr

fnThreadBase thread_findByAddr(ThreadID addr)

Search the list of all threads for a thread with the given thread identifier.

Parameters

addrThe thread identifier to search for.

Returns

The thread object associated with the thread identifier, null if not found.