strand v1.0.2 (2023-04-12T13:00:37Z)
Dub
Repo
ThreadBase.name
strand
threadbase
ThreadBase
Sets the user-readable label for this thread.
string
name
[@property getter]
string
name
[@property setter]
class
ThreadBase
final @
property
@
safe
@
nogc
void
name
(
string
val
)
Parameters
val
string
The new 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
Sets the user-readable label for this thread.