Home
last modified time | relevance | path

Searched refs:pthread_condattr (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_cond_init.c29 struct pthread_condattr *icond_attr = (struct pthread_condattr *) cond_attr; in __pthread_cond_init()
A Dpthread_condattr_getpshared.c27 *pshared = ((const struct pthread_condattr *) attr)->value & 1; in pthread_condattr_getpshared()
A Dpthread_condattr_getclock.c27 *clock_id = (((((const struct pthread_condattr *) attr)->value) >> 1) in pthread_condattr_getclock()
A Dpthread_condattr_setpshared.c31 int *valuep = &((struct pthread_condattr *) attr)->value; in pthread_condattr_setpshared()
A Dpthread_condattr_setclock.c66 int *valuep = &((struct pthread_condattr *) attr)->value; in pthread_condattr_setclock()
A DChangeLog8271 * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_condattr):
8273 * pthread_condattr_getpshared.c: Adjust for struct pthread_condattr
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dinternaltypes.h65 struct pthread_condattr struct
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-typesizes.c76 TEST_TYPE2 (pthread_condattr_t, struct pthread_condattr); in do_test()

Completed in 17 milliseconds