Home
last modified time | relevance | path

Searched defs:attrp (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/thread/
Dpthread_setattr_default_np.c8 int pthread_setattr_default_np(const pthread_attr_t *attrp) in pthread_setattr_default_np()
28 int pthread_getattr_default_np(pthread_attr_t *attrp) in pthread_getattr_default_np()
Dpthread_create.c242 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create()
/third_party/elfutils/libdw/
Ddwarf_hasattr.c54 const unsigned char *attrp = abbrevp->attrp; in dwarf_hasattr() local
Ddwarf_formstring.c38 dwarf_formstring (Dwarf_Attribute *attrp) in dwarf_formstring()
Ddwarf_getattrs.c61 const unsigned char *attrp = abbrevp->attrp; in dwarf_getattrs() local
Ddwarf_getabbrevattr.c48 const unsigned char *attrp = abbrev->attrp; in dwarf_getabbrevattr_data() local
Ddwarf_child.c60 const unsigned char *attrp = abbrevp->attrp; in __libdw_find_attr() local
DlibdwP.h258 unsigned char *attrp; /* Pointer to start of attribute name/form pairs. */ member
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c63 _LIBC_TEXT_SECTION static int __pthread_init_and_check_attr(const pthread_attr_t *restrict attrp, p… in __pthread_init_and_check_attr()
115 …EXT_SECTION int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, vo… in __pthread_create()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c209 int __pthread_init_and_check_attr(const pthread_attr_t *restrict attrp, pthread_attr_t *attr) in __pthread_init_and_check_attr()
234 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c356 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create()
/third_party/python/Modules/
Dposixmodule.c5884 posix_spawnattr_t *attrp) in parse_posix_spawn_flags()
6144 posix_spawnattr_t *attrp = NULL; in py_posix_spawn() local
/third_party/elfutils/src/
Dreadelf.c7203 attr_callback (Dwarf_Attribute *attrp, void *arg) in attr_callback()