Thread class

GPTKB entity

Statements (62)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:definedIn gptkb:java.lang_package
gptkbp:documentation https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html
gptkbp:extendsTo true
gptkbp:hasConstructor Thread()
Thread(Runnable target)
Thread(Runnable target, String name)
Thread(String name)
gptkbp:hasField gptkb:given_name
gptkb:group_of_people
Daemon
target
blocker
priority
MAX_PRIORITY
MIN_PRIORITY
NORM_PRIORITY
blockerLock
eetop
inheritableThreadLocals
inheritedAccessControlContext
threadLocals
threadStatus
uncaughtExceptionHandler
gptkbp:hasMethod start()
getName()
run()
currentThread()
getPriority()
interrupt()
isAlive()
isDaemon()
join()
setDaemon()
setName()
setPriority()
sleep()
yield()
gptkbp:hasStaticField MAX_PRIORITY
MIN_PRIORITY
NORM_PRIORITY
https://www.w3.org/2000/01/rdf-schema#label Thread class
gptkbp:implementedIn Runnable interface
gptkbp:introducedIn gptkb:Java_1.0
gptkbp:isCloneable false
gptkbp:isFinal false
gptkbp:openToPublic true
gptkbp:serialization true
gptkbp:staticMethod activeCount()
currentThread()
dumpStack()
enumerate(Thread[] tarray)
holdsLock(Object obj)
interrupted()
onSpinWait()
sleep(long millis)
yield()
gptkbp:superclass ThreadGroup class
gptkbp:usedFor multithreading
gptkbp:usedIn concurrent programming
gptkbp:bfsParent gptkb:System.Threading
gptkbp:bfsLayer 7