Home
last modified time | relevance | path

Searched refs:detachstate (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/nptl/
Dpthread_attr_setdetachstate.c23 __pthread_attr_setdetachstate (pthread_attr_t *attr, int detachstate) in __pthread_attr_setdetachstate() argument
30 if (detachstate != PTHREAD_CREATE_DETACHED in __pthread_attr_setdetachstate()
31 && __builtin_expect (detachstate != PTHREAD_CREATE_JOINABLE, 0)) in __pthread_attr_setdetachstate()
35 if (detachstate == PTHREAD_CREATE_DETACHED) in __pthread_attr_setdetachstate()
Dpthread_attr_getdetachstate.c22 __pthread_attr_getdetachstate (const pthread_attr_t *attr, int *detachstate) in __pthread_attr_getdetachstate() argument
28 *detachstate = (iattr->flags & ATTR_FLAG_DETACHSTATE in __pthread_attr_getdetachstate()
Dtst-attr3.c242 int detachstate; in do_test() local
243 err = pthread_attr_getdetachstate (&a, &detachstate); in do_test()
249 else if (detachstate != PTHREAD_CREATE_JOINABLE) in do_test()
Dpthread_attr_init.c63 int detachstate; in __pthread_attr_init_2_0() member
/glibc-2.36/sysdeps/htl/
Dpt-attr-setdetachstate.c23 __pthread_attr_setdetachstate (pthread_attr_t *attr, int detachstate) in __pthread_attr_setdetachstate() argument
25 switch (detachstate) in __pthread_attr_setdetachstate()
29 attr->__detachstate = detachstate; in __pthread_attr_setdetachstate()
Dpt-attr-getdetachstate.c23 __pthread_attr_getdetachstate (const pthread_attr_t *attr, int *detachstate) in __pthread_attr_getdetachstate() argument
25 *detachstate = attr->__detachstate; in __pthread_attr_getdetachstate()
/glibc-2.36/htl/
Dforward.c61 (const pthread_attr_t *attr, int *detachstate), (attr, detachstate),
63 FORWARD (pthread_attr_setdetachstate, (pthread_attr_t *attr, int detachstate),
64 (attr, detachstate), 0)
/glibc-2.36/support/
Dxpthread_attr_setdetachstate.c22 xpthread_attr_setdetachstate (pthread_attr_t *attr, int detachstate) in xpthread_attr_setdetachstate() argument
26 detachstate)); in xpthread_attr_setdetachstate()
Dxthread.h79 int detachstate);
/glibc-2.36/htl/tests/
Dtest-3.c60 TEST (detachstate, &i, i); in main()
/glibc-2.36/sysdeps/nptl/
DpthreadP.h371 int *detachstate);
373 int detachstate);