- 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): void
getName(): string
getParent(): ThreadGroup|null
getActiveCount(): int
getActiveGroupCount(): int
isDaemon(): bool
setDaemon(bool $value): void
isDestroyed(): bool
getMaxPriority(): int
setMaxPriority(int $value): void
destroy(): void
Destroys this thread group and all of its subgroups.
checkAccess(): void
Determines if the currently running thread has permission to modify this thread group.
interrupt(): void
Interrupts all threads in this thread group.