Searched refs:detachstate (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/nptl/ |
D | pthread_attr_setdetachstate.c | 23 __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()
|
D | pthread_attr_getdetachstate.c | 22 __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()
|
D | tst-attr3.c | 242 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()
|
D | pthread_attr_init.c | 63 int detachstate; in __pthread_attr_init_2_0() member
|
/glibc-2.36/sysdeps/htl/ |
D | pt-attr-setdetachstate.c | 23 __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()
|
D | pt-attr-getdetachstate.c | 23 __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/ |
D | forward.c | 61 (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/ |
D | xpthread_attr_setdetachstate.c | 22 xpthread_attr_setdetachstate (pthread_attr_t *attr, int detachstate) in xpthread_attr_setdetachstate() argument 26 detachstate)); in xpthread_attr_setdetachstate()
|
D | xthread.h | 79 int detachstate);
|
/glibc-2.36/htl/tests/ |
D | test-3.c | 60 TEST (detachstate, &i, i); in main()
|
/glibc-2.36/sysdeps/nptl/ |
D | pthreadP.h | 371 int *detachstate); 373 int detachstate);
|