Validates that a thread ID is valid. i.e. 0 < threadId < threads.size(), and threads[threadId] != null If the thread ID is invalid, throws an invalid argument exception. The caller must have already locked threadsMutex before calling validateThreadId.
source not stored for this graph (policy: none)
no test coverage detected