Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/x86/
A Delision-conf.c73 #define TUNABLE_CALLBACK_FNDECL(__name, __type) \ argument
75 do_set_elision_ ## __name (__type value) \
82 __type value = (__type) (valp)->numval; \
/sysdeps/unix/sysv/linux/s390/
A Delision-conf.c77 #define TUNABLE_CALLBACK_FNDECL(__name, __type) \ argument
80 do_set_elision_ ## __name (__type value) \
87 __type value = (__type) (valp)->numval; \
/sysdeps/unix/sysv/linux/powerpc/
A Delision-conf.c78 #define TUNABLE_CALLBACK_FNDECL(__name, __type) \ argument
81 do_set_elision_ ## __name (__type value) \
88 __type value = (__type) (valp)->numval; \
/sysdeps/mach/hurd/htl/
A Dpt-mutex.h33 if (mtxp->__type == PT_MTX_RECURSIVE) \
41 else if (mtxp->__type == PT_MTX_ERRORCHECK) \
86 ((mtxp)->__type | ((mtxp)->__flags & PTHREAD_MUTEX_ROBUST))
A Dpt-mutex-destroy.c33 mtxp->__type = -1; in __pthread_mutex_destroy()
A Dpt-mutex-init.c47 mtxp->__type = (attrp->__mutex_type in __pthread_mutex_init()
/sysdeps/unix/sysv/linux/sys/
A Dklog.h29 extern int klogctl (int __type, char *__bufp, int __len) __THROW;
/sysdeps/mach/hurd/htl/bits/types/
A Dstruct___pthread_mutex.h31 int __type; member
/sysdeps/pthread/
A Dthreads.h135 extern int mtx_init (mtx_t *__mutex, int __type);
/sysdeps/htl/
A Dpthread.h382 int *__restrict __type)
387 int __type)
737 extern int pthread_setcanceltype (int __type, int *__oldtype);
/sysdeps/nptl/
A Dpthread.h525 extern int pthread_setcanceltype (int __type, int *__oldtype);

Completed in 19 milliseconds