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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c250 * thr_create() - this function is interposed in front of the
255 thr_create(void *stk, function
266 fprintf(stderr, "hello from the interposed thr_create parent\n");
269 /* use dlsym to find the address of the "real" thr_create function */
272 dlsym(RTLD_NEXT, "thr_create");
285 } /* end thr_create */
532 * interposed thr_create() and pthread_create(). It calls the real start
546 fprintf(stderr, "hello from the interposed thr_create child\n");
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c44 #pragma weak _thr_create = thr_create
61 int __libc_threaded = 0; /* zero until first thr_create() */
68 * to thr_create(), thr_concurrency is protected by link_lock.
722 thr_create(void *stk, size_t stksize, void *(*func)(void *), void *arg, function
1529 * that is, on the first call to thr_create().

Completed in 50 milliseconds