Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dthreadname.c27 const char* threadname = "012345678901234"; in child_fn_2() local
30 pthread_setname_np(pthread_self(), threadname); in child_fn_2()
32 pthread_setname_np(threadname); in child_fn_2()
42 const char* threadname = "try1"; in child_fn_1() local
46 pthread_setname_np(pthread_self(), threadname); in child_fn_1()
48 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.am282 threadname.vgtest threadname.stderr.exp \
432 check_PROGRAMS += threadname program
DMakefile.in209 @HAVE_PTHREAD_SETNAME_NP_TRUE@am__append_28 = threadname
231 @HAVE_PTHREAD_SETNAME_NP_TRUE@am__EXEEXT_6 = threadname$(EXEEXT)
679 threadname_SOURCES = threadname.c
680 threadname_OBJECTS = threadname.$(OBJEXT)
875 suppfree.c test-plo.c thread_alloca.c threadname.c \
914 suppfree.c test-plo.c thread_alloca.c threadname.c \
1587 threadname.vgtest threadname.stderr.exp \
2303 threadname$(EXEEXT): $(threadname_OBJECTS) $(threadname_DEPENDENCIES) $(EXTRA_threadname_DEPENDENCI…
2304 @rm -f threadname$(EXEEXT)
2554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threadname.Po@am__quote@
/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
722 <threadname>NAME</threadname> if set
730 <threadname>NAME</threadname> if set
737 * The <threadname> tag identifies the name of the thread if it was
758 <threadname>NAME</threadname> if set
775 * The <threadname> tag identifies the name of the thread if it was
/external/valgrind/
DNEWS1688 322254 Show threadname together with tid if set by application