Searched defs:attrp (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/src/thread/ |
D | pthread_setattr_default_np.c | 8 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()
|
D | pthread_create.c | 242 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create()
|
/third_party/elfutils/libdw/ |
D | dwarf_hasattr.c | 54 const unsigned char *attrp = abbrevp->attrp; in dwarf_hasattr() local
|
D | dwarf_formstring.c | 38 dwarf_formstring (Dwarf_Attribute *attrp) in dwarf_formstring()
|
D | dwarf_getattrs.c | 61 const unsigned char *attrp = abbrevp->attrp; in dwarf_getattrs() local
|
D | dwarf_getabbrevattr.c | 48 const unsigned char *attrp = abbrev->attrp; in dwarf_getabbrevattr_data() local
|
D | dwarf_child.c | 60 const unsigned char *attrp = abbrevp->attrp; in __libdw_find_attr() local
|
D | libdwP.h | 258 unsigned char *attrp; /* Pointer to start of attribute name/form pairs. */ member
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_create.c | 63 _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/ |
D | pthread_create.c | 209 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/ |
D | pthread_create.c | 356 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create()
|
/third_party/python/Modules/ |
D | posixmodule.c | 5884 posix_spawnattr_t *attrp) in parse_posix_spawn_flags() 6144 posix_spawnattr_t *attrp = NULL; in py_posix_spawn() local
|
/third_party/elfutils/src/ |
D | readelf.c | 7203 attr_callback (Dwarf_Attribute *attrp, void *arg) in attr_callback()
|