Home
last modified time | relevance | path

Searched refs:pthread_attr_clone (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h91 extern int pthread_attr_clone(pthread_attr_t *, const pthread_attr_t *);
H A Dthread_pool.c290 error = pthread_attr_clone(&tpool->tp_attr, attr); in tpool_create()
/titanic_44/usr/src/lib/libc/port/rt/
H A Dsigev_thread.h104 extern int pthread_attr_clone(pthread_attr_t *, const pthread_attr_t *);
H A Dsigev_thread.c361 error = pthread_attr_clone(&local_attr, attrp); in aio_spawner()
475 error = pthread_attr_clone(tcdp->tcd_attrp, in setup_sigev_handler()
/titanic_44/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c90 pthread_attr_clone(pthread_attr_t *attr, const pthread_attr_t *old_attr) in pthread_attr_clone() function