Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c89 } args_t; typedef
263 args_t *arg_p; in thr_create()
277 arg_p = (args_t *)malloc(sizeof (args_t)); in thr_create()
295 args_t *arg_p; in pthread_create()
309 arg_p = (args_t *)malloc(sizeof (args_t)); in pthread_create()
539 args_t *args_p = (args_t *)arg; in probestart()