Home
last modified time | relevance | path

Searched refs:thrd_param (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libstdthreads/
H A Dthrd.c36 struct thrd_param { struct
44 struct thrd_param tp; in thrd_entry() argument
46 tp = *(struct thrd_param *)arg; in thrd_entry()
54 struct thrd_param *tp; in thrd_create()