Skip to content

Latest commit

 

History

History
149 lines (104 loc) · 2.32 KB

ThreadGroup.md

File metadata and controls

149 lines (104 loc) · 2.32 KB

ThreadGroup

  • class ThreadGroup (php\lang\ThreadGroup)
  • package std
  • source php/lang/ThreadGroup.php

Description

Class ThreadGroup


Methods


Methods

__construct()

__construct(mixed $name, php\lang\ThreadGroup $parent): void

getName()

getName(): string

getParent()

getParent(): ThreadGroup|null

getActiveCount()

getActiveCount(): int

getActiveGroupCount()

getActiveGroupCount(): int

isDaemon()

isDaemon(): bool

setDaemon()

setDaemon(bool $value): void

isDestroyed()

isDestroyed(): bool

getMaxPriority()

getMaxPriority(): int

setMaxPriority()

setMaxPriority(int $value): void

destroy()

destroy(): void

Destroys this thread group and all of its subgroups.


checkAccess()

checkAccess(): void

Determines if the currently running thread has permission to modify this thread group.


interrupt()

interrupt(): void

Interrupts all threads in this thread group.