Home
last modified time | relevance | path

Searched refs:pthread_condattr_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_cond.c36 pthread_condattr_init(pthread_condattr_t *attr) in pthread_condattr_init()
53 pthread_condattr_destroy(pthread_condattr_t *attr) in pthread_condattr_destroy()
66 pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clock_id) in pthread_condattr_setclock()
82 pthread_condattr_getclock(const pthread_condattr_t *attr, clockid_t *clock_id) in pthread_condattr_getclock()
100 pthread_condattr_setpshared(pthread_condattr_t *attr, int pshared) in pthread_condattr_setpshared()
118 pthread_condattr_getpshared(const pthread_condattr_t *attr, int *pshared) in pthread_condattr_getpshared()
136 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init()
/illumos-gate/usr/src/head/
H A Dpthread.h291 extern int pthread_condattr_init(pthread_condattr_t *);
292 extern int pthread_condattr_destroy(pthread_condattr_t *);
293 extern int pthread_condattr_setclock(pthread_condattr_t *, clockid_t);
294 extern int pthread_condattr_getclock(const pthread_condattr_t *_RESTRICT_KYWD,
296 extern int pthread_condattr_setpshared(pthread_condattr_t *, int);
297 extern int pthread_condattr_getpshared(const pthread_condattr_t *_RESTRICT_KYWD,
300 const pthread_condattr_t *_RESTRICT_KYWD);
/illumos-gate/usr/src/boot/sys/sys/
H A D_pthreadtypes.h72 typedef struct pthread_cond_attr *pthread_condattr_t; typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h514 } pthread_condattr_t; typedef