tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
__jmp_buf_tag
tango
stdc
posix
setjmp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (
C
)
struct
__jmp_buf_tag {
__jmp_buf
__jmpbuf
;
int
__mask_was_saved
;
sigset_t
__saved_mask
;
}
Members
Variables
__jmpbuf
__jmp_buf
__jmpbuf
;
Undocumented in source.
__mask_was_saved
int
__mask_was_saved
;
Undocumented in source.
__saved_mask
sigset_t
__saved_mask
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
setjmp
aliases
__jmp_buf
jmp_buf
setjmp
sigjmp_buf
sigsetjmp
functions
__sigsetjmp
_longjmp
_setjmp
longjmp
siglongjmp
structs
__jmp_buf_tag