Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/threads/
H A Dthread_name.c244 rc = thr_setname(thr_self(), "main"); in main()
257 rc = thr_setname(thr_self(), "\033]0;messeduptitle\a"); in main()
262 rc = thr_setname(thr_self(), "ab\177\177\n"); in main()
/illumos-gate/usr/src/head/
H A Dthread.h93 extern int thr_setname(thread_t, const char *);
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_update_thread.c145 (void) thr_setname(newthread, "umem_update"); in umem_create_update_thread()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_smfmonitor.c112 (void) thr_setname(thr_self(), "set_smf_state"); in set_smf_state()
H A Dnscd_frontend.c94 (void) thr_setname(thr_self(), "server_tsd_bind"); in server_tsd_bind()
1487 (void) thr_setname(thr_self(), me); in rts_mon()
H A Dnscd_selfcred.c429 (void) thr_setname(thr_self(), me); in forker_monitor()
1472 (void) thr_setname(thr_self(), me); in check_user_process()
H A Dnscd_getentctx.c663 (void) thr_setname(thr_self(), me); in reclaim_getent_ctx()
H A Dcache.c1849 (void) thr_setname(thr_self(), "revalidate"); in revalidate()
1997 (void) thr_setname(thr_self(), "do_update"); in do_update()
2231 (void) thr_setname(thr_self(), me); in reaper()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c2410 #pragma weak pthread_setname_np = thr_setname
2412 thr_setname(pthread_t tid, const char *name) in thr_setname() function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1319 thr_setname.3c \
2471 thr_setname.3c := LINKSRC = thr_getname.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers195 thr_setname;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1308 link path=usr/share/man/man3c/thr_setname.3c target=thr_getname.3c