Home
last modified time | relevance | path

Searched defs:thr_param32 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h310 struct thr_param32 { struct
311 uint32_t start_func;
312 uint32_t arg;
313 uint32_t stack_base;
314 uint32_t stack_size;
315 uint32_t tls_base;
316 uint32_t tls_size;
317 uint32_t child_tid;
318 uint32_t parent_tid;
319 int32_t flags;
[all …]