Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dpthread_attr.cpp261 int pthread_attr_setscope(pthread_attr_t*, int scope) { in pthread_attr_setscope()
272 int pthread_attr_getscope(const pthread_attr_t*, int* scope) { in pthread_attr_getscope()
/bionic/libc/kernel/uapi/linux/
Dtipc.h91 signed char scope; member
121 __u32 scope; member
Dcounter.h38 __u8 scope; member
/bionic/libc/dns/net/
Dgetaddrinfo.c1245 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid) in ip6_str2scopeid()
/bionic/tests/
Dpthread_test.cpp1423 int scope; in TEST() local