Searched refs:thr_setname (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/threads/ |
H A D | thread_name.c | 244 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 D | thread.h | 93 extern int thr_setname(thread_t, const char *);
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | umem_update_thread.c | 145 (void) thr_setname(newthread, "umem_update"); in umem_create_update_thread()
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_smfmonitor.c | 112 (void) thr_setname(thr_self(), "set_smf_state"); in set_smf_state()
|
H A D | nscd_frontend.c | 94 (void) thr_setname(thr_self(), "server_tsd_bind"); in server_tsd_bind() 1487 (void) thr_setname(thr_self(), me); in rts_mon()
|
H A D | nscd_selfcred.c | 429 (void) thr_setname(thr_self(), me); in forker_monitor() 1472 (void) thr_setname(thr_self(), me); in check_user_process()
|
H A D | nscd_getentctx.c | 663 (void) thr_setname(thr_self(), me); in reclaim_getent_ctx()
|
H A D | cache.c | 1849 (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 D | thr.c | 2405 #pragma weak pthread_setname_np = thr_setname 2407 thr_setname(pthread_t tid, const char *name) in thr_setname() function
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1420 thr_setname.3c \ 2672 thr_setname.3c := LINKSRC = thr_getname.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 317 thr_setname;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1461 link path=usr/share/man/man3c/thr_setname.3c target=thr_getname.3c
|