thread_findByAddr
fn
ThreadBase thread_findByAddr(ThreadID addr)Search the list of all threads for a thread with the given thread identifier.
Parameters
addr | The thread identifier to search for. |
Returns
The thread object associated with the thread identifier, null if not found.