Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dtst-malloc-stats-cancellation.c104 struct buffer_tp_args b_args; in do_test() local
139 b_args.ifd = bufpipe[0]; in do_test()
140 b_args.real_stderr = real_stderr; in do_test()
141 err = pthread_create (&b_thr, 0, buffer_threadproc, &b_args); in do_test()