Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libstdthreads/
Dthrd.c40 struct thrd_param { struct
48 struct thrd_param tp; in thrd_entry() argument
50 tp = *(struct thrd_param *)arg; in thrd_entry()
58 struct thrd_param *tp; in thrd_create()