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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c465 * Function to be interposed in front of thr_stksegment
481 #pragma weak thr_stksegment = _tnf_thr_stksegment macro
489 fprintf(stderr, "hello from the interposed thr_stksegment\n");
494 dlsym(RTLD_NEXT, "thr_stksegment");
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1764 #pragma weak _thr_stksegment = thr_stksegment
1766 thr_stksegment(stack_t *stk) function

Completed in 99 milliseconds