tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
pthread_attr_t
tango
stdc
posix
sys
types
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
pthread_attr_t
version(linux)
extern (
C
)
struct
pthread_attr_t {
int
__detachstate
;
int
__schedpolicy
;
__sched_param
__schedparam
;
int
__inheritsched
;
int
__scope
;
size_t
__guardsize
;
int
__stackaddr_set
;
void
*
__stackaddr
;
size_t
__stacksize
;
}
struct
pthread_attr_t
alias
pthread_attr_t
=
void
*
struct
pthread_attr_t
Members
Variables
__detachstate
int
__detachstate
;
Undocumented in source.
__guardsize
size_t
__guardsize
;
Undocumented in source.
__inheritsched
int
__inheritsched
;
Undocumented in source.
__schedparam
__sched_param
__schedparam
;
Undocumented in source.
__schedpolicy
int
__schedpolicy
;
Undocumented in source.
__scope
int
__scope
;
Undocumented in source.
__stackaddr
void
*
__stackaddr
;
Undocumented in source.
__stackaddr_set
int
__stackaddr_set
;
Undocumented in source.
__stacksize
size_t
__stacksize
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
types
aliases
blkcnt_t
blksize_t
caddr_t
cnt_t
daddr_t
dev_t
fflags_t
fsblkcnt_t
fsfilcnt_t
gid_t
id_t
ino64_t
ino_t
inol_t
key_t
lwpid_t
mode_t
nlink_t
off_t
pid_t
pthread_key_t
pthread_once_t
pthread_spinlock_t
pthread_t
ssize_t
suseconds_t
uid_t
useconds_t
structs
pthread_attr_t
pthread_barrier_t
pthread_barrierattr_t
pthread_cond_t
pthread_condattr_t
pthread_handler_rec
pthread_mutex_t
pthread_mutexattr_t
pthread_rwlock_t
pthread_rwlockattr_t