Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c143 #pragma weak thr_probe_setup macro
144 extern void thr_probe_setup(void *);
177 assert(thr_probe_setup != 0); in __tnf_probe_notify()
178 if (thr_probe_setup != 0) thr_probe_setup(tpd); in __tnf_probe_notify()
580 assert(thr_probe_setup != 0); in probestart()
581 if (thr_probe_setup != 0) thr_probe_setup(&ops); in probestart()
619 if (thr_probe_setup != 0) { in tnf_thread_disable()
631 thr_probe_setup(NULL); in tnf_thread_disable()
657 if (thr_probe_setup != 0) { in tnf_thread_enable()
662 thr_probe_setup(ops); in tnf_thread_enable()
[all …]
H A Dtrace_init.c67 extern void thr_probe_setup(void *);
68 #pragma weak thr_probe_setup macro
/titanic_44/usr/src/lib/libpthread/common/
H A Dmapfile-vers273 thr_probe_setup { TYPE = FUNCTION };
/titanic_44/usr/src/lib/libthread/common/
H A Dmapfile-vers343 thr_probe_setup { TYPE = FUNCTION };
/titanic_44/usr/src/lib/libc/port/threads/
H A Dthr.c2847 thr_probe_setup(void *data) in thr_probe_setup() function
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers3098 thr_probe_setup;