Searched defs:pthread_create (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c120 # pragma weak pthread_create macro
150 || &pthread_create == 0
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c102 * pthread_create: creates a thread in the current process.
105 #pragma weak _pthread_create = pthread_create
107 pthread_create(pthread_t *thread, const pthread_attr_t *attr, function
145 * The SUSv3 specification requires pthread_create()
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c289 pthread_create(pthread_t *new_thread_id, function
298 fprintf(stderr, "hello from the interposed pthread_create parent\n");
301 /* use dlsym to find the address of the "real" pthread_create func */
304 dlsym(RTLD_NEXT, "pthread_create");
317 } /* end pthread_create */
323 /* use dlsym to find the address of the "real" pthread_create func */
379 /* use dlsym to find the address of the "real" pthread_create func */
532 * interposed thr_create() and pthread_create(). It calls the real start

Completed in 62 milliseconds