Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dlibctf.h120 extern int ctf_convert_set_nthreads(ctf_convert_t *, uint_t);
H A Dmapfile-vers76 ctf_convert_set_nthreads;
H A Dctf_convert.c241 ctf_convert_set_nthreads(ctf_convert_t *cch, uint_t nthrs) in ctf_convert_set_nthreads() function
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c362 if ((err = ctf_convert_set_nthreads(cch, nthreads)) != 0) in main()