ThreadBase.getAll

ThreadBase[] getAll()

Provides a list of all threads currently being tracked by the system. Note that threads in the returned array might no longer run (see

ThreadBase.isRunning).

Returns

An array containing references to all threads currently being

tracked by the system. The result of deleting any contained objects is undefined.