- class
ThreadGroup(php\lang\ThreadGroup) - package
std - source
php/lang/ThreadGroup.php
Description
Class ThreadGroup
->__construct()->getName()->getParent()->getActiveCount()->getActiveGroupCount()->isDaemon()->setDaemon()->isDestroyed()->getMaxPriority()->setMaxPriority()->destroy()- Destroys this thread group and all of its subgroups.->checkAccess()- Determines if the currently running thread has permission to->interrupt()- Interrupts all threads in this thread group.
__construct(mixed $name, php\lang\ThreadGroup $parent): voidgetName(): stringgetParent(): ThreadGroup|nullgetActiveCount(): intgetActiveGroupCount(): intisDaemon(): boolsetDaemon(bool $value): voidisDestroyed(): boolgetMaxPriority(): intsetMaxPriority(int $value): voiddestroy(): voidDestroys this thread group and all of its subgroups.
checkAccess(): voidDetermines if the currently running thread has permission to modify this thread group.
interrupt(): voidInterrupts all threads in this thread group.