Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dthreadname.c22 const char* threadname = "012345678901234"; in child_fn_2() local
25 pthread_setname_np(pthread_self(), threadname); in child_fn_2()
27 pthread_setname_np(threadname); in child_fn_2()
37 const char* threadname = "try1"; in child_fn_1() local
41 pthread_setname_np(pthread_self(), threadname); in child_fn_1()
43 pthread_setname_np(threadname); in child_fn_1()
Dthreadname.vgtest1 prog: threadname
2 prereq: test -e ./threadname
Dthreadname_xml.vgtest1 prog: threadname
2 prereq: test -e ./threadname
DMakefile.am284 threadname.vgtest threadname.stderr.exp \
377 check_PROGRAMS += threadname program
/external/valgrind/docs/internals/
Dxml-output-protocol4.txt411 <threadname>NAME</threadname> if set
432 * The <threadname> tag identifies the name of the thread if it was
/external/valgrind/
DNEWS973 322254 Show threadname together with tid if set by application