during v0.3.0 (2021-11-06T20:06:20Z)
Home
Dub
Repo
ThreadInfo
during
tests
thread
Undocumented in source.
struct
ThreadInfo {
pthread_t
tid
;
int
num
;
int
err
;
}
Members
Variables
err
int
err
;
Undocumented in source.
num
int
num
;
Undocumented in source.
tid
pthread_t
tid
;
Undocumented in source.
Meta
Source
See Implementation
during
tests
thread
functions
doTest
structs
ThreadInfo