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

/illumos-gate/usr/src/head/
H A Dthreads.h49 typedef pthread_t thrd_t; typedef
85 extern int thrd_create(thrd_t *, thrd_start_t, void *);
86 extern thrd_t thrd_current(void);
87 extern int thrd_detach(thrd_t);
88 extern int thrd_equal(thrd_t, thrd_t);
90 extern int thrd_join(thrd_t, int *);

Completed in 51 milliseconds