Searched refs:thread_name (Results 1 - 25 of 62) sorted by relevance

123

/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dprof_thread_name.c21 mallctl_thread_name_set_impl(const char *thread_name, const char *func, argument
24 (void *)&thread_name, sizeof(thread_name)), 0,
27 mallctl_thread_name_get_impl(thread_name, func, line);
33 const char *thread_name; local
41 thread_name = NULL;
43 (void *)&thread_name, sizeof(thread_name)), EFAULT,
45 thread_name);
48 thread_name
76 char thread_name[16] = ""; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dnetbsd-nat.h44 extern const char *thread_name (ptid_t ptid);
H A Dnetbsd-nat.c127 thread_name (ptid_t ptid) function
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dnetbsd-nat.h44 extern const char *thread_name (ptid_t ptid);
H A Dwindows-nat.c124 windows_thread_info::thread_name () function in class:windows_thread_info
337 gdb::unique_xmalloc_ptr<char> thread_name member in class:gdb
341 thread_name.get ()[thread_name_len - 1] = '\0';
342 named_thread->name = std::move (thread_name);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.cpp55 const char *thread_name(char *buf, Tid tid) { function in namespace:__tsan
153 (void *)mop->addr, thread_name(thrbuf, mop->tid));
160 (void *)mop->addr, thread_name(thrbuf, mop->tid));
190 thread_name(thrbuf, loc->tid));
195 thread_name(thrbuf, loc->tid));
199 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
201 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
204 loc->fd, thread_name(thrbuf, loc->tid));
257 thread_name(thrbuf, rt->parent_tid));
330 Printf("%s:\n", thread_name(thrbu
[all...]
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dprof_structs.h148 char *thread_name; member in struct:prof_tdata_s
H A Dprof_externs.h76 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h148 char *thread_name; member in struct:prof_tdata_s
H A Dprof_externs.h76 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.h34 const char *thread_name (struct thread_info *thr) override;
H A Dfbsd-nat.h63 const char *thread_name (struct thread_info *) override;
H A Dlinux-nat.h69 const char *thread_name (struct thread_info *) override;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnetbsd-nat.h34 const char *thread_name (struct thread_info *thr) override;
H A Dfbsd-nat.h64 const char *thread_name (struct thread_info *) override;
H A Dlinux-nat.h69 const char *thread_name (struct thread_info *) override;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.cc72 const char *thread_name(char *buf, int tid) { function in namespace:__tsan
166 (void *)mop->addr, thread_name(thrbuf, mop->tid));
173 (void *)mop->addr, thread_name(thrbuf, mop->tid));
202 thread_name(thrbuf, loc->tid));
206 thread_name(thrbuf, loc->tid));
210 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
212 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
215 loc->fd, thread_name(thrbuf, loc->tid));
265 thread_name(thrbuf, rt->parent_tid));
338 Printf("%s:\n", thread_name(thrbu
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.cc70 const char *thread_name(char *buf, int tid) { function in namespace:__tsan
164 (void *)mop->addr, thread_name(thrbuf, mop->tid));
171 (void *)mop->addr, thread_name(thrbuf, mop->tid));
200 thread_name(thrbuf, loc->tid));
204 thread_name(thrbuf, loc->tid));
208 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
210 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
213 loc->fd, thread_name(thrbuf, loc->tid));
263 thread_name(thrbuf, rt->parent_tid));
336 Printf("%s:\n", thread_name(thrbu
[all...]
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dprof.c155 static char *prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name);
1336 (tdata->thread_name != NULL) ? " " : "",
1337 (tdata->thread_name != NULL) ? tdata->thread_name : "")) {
1930 char *thread_name, bool active) {
1946 tdata->thread_name = thread_name;
2012 if (tdata->thread_name != NULL) {
2013 idalloctm(tsd_tsdn(tsd), tdata->thread_name, NULL, NULL, true,
2058 char *thread_name local
1929 prof_tdata_init_impl(tsd_t *tsd, uint64_t thr_uid, uint64_t thr_discrim, char *thread_name, bool active) argument
2171 prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name) argument
2195 prof_thread_name_set(tsd_t *tsd, const char *thread_name) argument
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/os/
H A Dcallb.c378 callb_is_stopped(kthread_id_t tp, caddr_t *thread_name) argument
398 *thread_name = cp->c_name; /* in case not stopped */
429 *thread_name = sym ? sym : "*unknown*";
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dnetbsd-low.h141 const char *thread_name (ptid_t thread) override;
H A Dtarget.h486 virtual const char *thread_name (ptid_t thread);
679 the_target->thread_name (ptid)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dnetbsd-low.h126 const char *thread_name (ptid_t thread) override;
H A Dwin32-low.h162 const char *thread_name (ptid_t thread) override;
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_debug.c620 thread_name( char *buf, int bufsize, ldap_pvt_thread_t thread ) function
745 how, thread_name( buf, sizeof(buf), thread ) );
819 thread_name( buf, sizeof(buf), *thread ),
821 thread_name( buf2, sizeof(buf2), ldap_pvt_thread_self() ) );
839 thread_name( buf, sizeof(buf), thread ),
840 thread_name( buf2, sizeof(buf2), ldap_pvt_thread_self() ) );
869 thread_name( buf, sizeof(buf), thread ), signo,
870 thread_name( buf2, sizeof(buf2), ldap_pvt_thread_self() ) );

Completed in 487 milliseconds

123