Searched defs:attr (Results 26 – 50 of 61) sorted by relevance
123
/sysdeps/htl/ |
A D | pt-cond-init.c | 26 __pthread_cond_init (pthread_cond_t *cond, const pthread_condattr_t * attr) in __pthread_cond_init()
|
A D | pt-condattr-getclock.c | 25 pthread_condattr_getclock (const pthread_condattr_t *attr, clockid_t * clock) in pthread_condattr_getclock()
|
A D | pt-condattr-getpshared.c | 23 pthread_condattr_getpshared (const pthread_condattr_t *attr, int *pshared) in pthread_condattr_getpshared()
|
A D | pt-condattr-setpshared.c | 23 pthread_condattr_setpshared (pthread_condattr_t *attr, int pshared) in pthread_condattr_setpshared()
|
A D | pt-rwlock-init.c | 25 const pthread_rwlockattr_t *attr) in _pthread_rwlock_init()
|
A D | pt-rwlockattr-getpshared.c | 23 pthread_rwlockattr_getpshared (const pthread_rwlockattr_t *attr, int *pshared) in pthread_rwlockattr_getpshared()
|
A D | pt-rwlockattr-setpshared.c | 23 pthread_rwlockattr_setpshared (pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared()
|
A D | pt-attr-getstack.c | 24 __pthread_attr_getstack (const pthread_attr_t *attr, in __pthread_attr_getstack()
|
A D | pt-barrier-init.c | 27 const pthread_barrierattr_t *attr, unsigned count) in pthread_barrier_init()
|
A D | pt-condattr-setclock.c | 23 pthread_condattr_setclock (pthread_condattr_t *attr, clockid_t clock) in pthread_condattr_setclock()
|
A D | pt-attr-setstack.c | 26 __pthread_attr_setstack (pthread_attr_t *attr, void *stackaddr, size_t stacksize) in __pthread_attr_setstack()
|
A D | pt-key.h | 61 pthread_mutexattr_t attr; in __pthread_key_lock_ready() local
|
/sysdeps/pthread/ |
A D | mtx_init.c | 32 pthread_mutexattr_t attr; in __mtx_init() local
|
A D | tst-stack1.c | 37 pthread_attr_t attr; in tf() local 87 pthread_attr_t attr; in do_test() local
|
A D | tst-pthread-mutexattr.c | 27 pthread_mutexattr_t attr; in do_test() local
|
A D | tst-mutex6.c | 32 pthread_mutexattr_t *attr; variable
|
A D | tst-cond16.c | 74 pthread_attr_t attr; in do_test() local
|
A D | tst-cond18.c | 86 pthread_attr_t attr; in do_test() local
|
/sysdeps/unix/bsd/ |
A D | tcflow.c | 41 struct termios attr; in tcflow() local
|
/sysdeps/unix/sysv/linux/s390/ |
A D | sysconf.c | 35 get_cache_info (int level, int attr, int type) in get_cache_info() 129 int attr; in __sysconf() local
|
/sysdeps/unix/sysv/linux/ |
A D | mq_open.c | 40 struct mq_attr *attr = NULL; in __mq_open() local
|
A D | aio_misc.h | 41 pthread_attr_t attr; in __aio_create_helper_thread() local
|
A D | mq_notify.c | 47 pthread_attr_t *attr; /* Attributes to create the thread with. */ member 171 pthread_attr_t attr; in init_mq_netlink() local
|
/sysdeps/mach/hurd/htl/ |
A D | pt-sysdep.c | 46 pthread_attr_t attr, *attrp = 0; in _init_routine() local
|
/sysdeps/mach/hurd/ |
A D | gai_misc.h | 39 pthread_attr_t attr; in __gai_create_helper_thread() local
|
Completed in 25 milliseconds
123