during v0.3.0-rc.3 (2021-10-23T17:45:46Z)
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