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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthread.c85 * pthread_create: creates a thread in the current process.
88 #pragma weak _pthread_create = pthread_create
90 pthread_create(pthread_t *thread, const pthread_attr_t *attr, function
120 * The SUSv3 specification requires pthread_create()
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c122 # pragma weak pthread_create macro
152 || &pthread_create == 0
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dthread.h47 # define pthread_create(t,a,s,d) pthread_create(t,&(a),s,d) macro
53 # define PTHREAD_CREATE(t,a,s,d) pthread_create(t,a,s,d)
62 # define PTHREAD_CREATE(t,a,s,d) pthread_create(t,a,s,d)
81 # define PTHREAD_CREATE(t,a,s,d) pthread_create(t,&(a),s,d)

Completed in 25 milliseconds