thread_findByAddr

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

static
thread_findByAddr

Parameters

addr
Type: ThreadID

The thread identifier to search for.

Return Value

Type: Thread

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

Suggestion Box / Bug Report