Searched defs:__tnf_probe_notify (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c131 void __tnf_probe_notify(void);
166 * __tnf_probe_notify() - libthread calls this function to notify us
171 __tnf_probe_notify(void) function
189 (void) sprintf(tmp_buf, "__tnf_probe_notify: \n");
204 * __tnf_probe_list_valid flag since __tnf_probe_notify is
216 } /* end __tnf_probe_notify */
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1207 #pragma weak __tnf_probe_notify macro
1208 extern void __tnf_probe_notify(void);
1491 if (self->ul_primarymap && __tnf_probe_notify != NULL)
1492 __tnf_probe_notify();

Completed in 89 milliseconds