mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
DRuntimeStackDescriptor
mecca
lib
memory
Undocumented in source.
struct
DRuntimeStackDescriptor {
import
std
.
conv
:
to
;
;
void
*
bstack
;
void
*
tstack
;
void
*
ehContext
;
DRuntimeStackDescriptor
*
within
;
DRuntimeStackDescriptor
*
next
;
DRuntimeStackDescriptor
*
prev
;
pragma(
mangle
, "_D4core6thread6Thread6_locksG2G" ~
mangleSuffix
) extern __gshared static
static if
(
__traits(hasMember, Thread, "_locks")
)
void
[
__traits
(
classInstanceSize
,
Mutex
)][
2
]
_locks
;
pragma(
mangle
, "_D4core6thread6Thread6_slockG72" ~
mangleSuffix
) extern __gshared static
static if
(!(
__traits(hasMember, Thread, "_locks")
))
void
[
__traits
(
classInstanceSize
,
Mutex
)]
_slock
;
pragma(
mangle
, "_D4core6thread6Thread7sm_cbegPS4core6thread6Thread7Context") extern __gshared static
static if
(
__VERSION__ < 2077
)
DRuntimeStackDescriptor
*
sm_cbeg
;
pragma(
mangle
, "_D4core6thread6Thread7sm_cbegPSQBdQBbQx7Context") extern __gshared static
static if
(!(
__VERSION__ < 2077
))
DRuntimeStackDescriptor
*
sm_cbeg
;
void
add
();
void
remove
();
}
Members
Functions
add
void
add
()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void
remove
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
_locks
void
[
__traits
(
classInstanceSize
,
Mutex
)][
2
]
_locks
;
Undocumented in source.
_slock
void
[
__traits
(
classInstanceSize
,
Mutex
)]
_slock
;
Undocumented in source.
sm_cbeg
DRuntimeStackDescriptor
*
sm_cbeg
;
Undocumented in source.
sm_cbeg
DRuntimeStackDescriptor
*
sm_cbeg
;
Undocumented in source.
Variables
bstack
void
*
bstack
;
Stack bottom
ehContext
void
*
ehContext
;
Undocumented in source.
next
DRuntimeStackDescriptor
*
next
;
Undocumented in source.
prev
DRuntimeStackDescriptor
*
prev
;
Undocumented in source.
tstack
void
*
tstack
;
Stack top
within
DRuntimeStackDescriptor
*
within
;
Undocumented in source.
Meta
Source
See Implementation
mecca
lib
memory
aliases
MmapBuffer
manifest constants
SYS_PAGE_SIZE
structs
DRuntimeStackDescriptor
GCStats
MmapArray
SharedFile
SharedFileStruct