Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libstdthreads/
HDthrd.c38 struct thrd_param { struct
46 struct thrd_param tp; in thrd_entry() argument
48 tp = *(struct thrd_param *)arg; in thrd_entry()
56 struct thrd_param *tp; in thrd_create()