HomeSort by relevance Sort by last modified time
    Searched defs:thr_create (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libtnfprobe/
probe_cntl.c 250 * 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");
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
thr.c 42 #pragma weak _thr_create = thr_create
59 int __libc_threaded = 0; /* zero until first thr_create() */
66 * to thr_create(), thr_concurrency is protected by link_lock.
718 thr_create(void *stk, size_t stksize, void *(*func)(void *), void *arg, function
    [all...]

Completed in 240 milliseconds