Home
last modified time | relevance | path

Searched defs:pthread_create (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c90 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
/onnv-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c289 pthread_create(pthread_t *new_thread_id, in pthread_create() function
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c120 # pragma weak pthread_create macro
/onnv-gate/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