strand v1.0.2 (2023-04-12T13:00:37Z)
Dub
Repo
ThreadBase.name
strand
threadbase
ThreadBase
Gets the user-readable label for this thread.
string
name
[@property getter]
class
ThreadBase
final @
property
@
safe
@
nogc
string
name
(
)
string
name
[@property setter]
Return Value
Type:
string
The name of this thread.
Meta
Source
See Implementation
strand
threadbase
ThreadBase
constructors
this
functions
destroyDataStorage
destroyDataStorageIfAvail
destructBeforeDtor
initDataStorage
join
popContext
pushContext
run
tlsGCdataInit
properties
criticalRegionLock
id
isDaemon
isMainThread
isRunning
name
slock
static functions
add
getAll
getThis
initLocks
opApply
remove
setThis
termLocks
static variables
nAboutToStart
pAboutToStart
sm_cbeg
sm_main
sm_tbeg
sm_this
sm_tlen
variables
m_addr
m_call
m_curr
m_isDaemon
m_isInCriticalRegion
m_lock
m_main
m_name
m_sz
m_unhandled
next
prev
Gets the user-readable label for this thread.