Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_attr.cpp186 int pthread_attr_setscope(pthread_attr_t*, int scope) { in pthread_attr_setscope()
196 int pthread_attr_getscope(const pthread_attr_t*, int* scope) { in pthread_attr_getscope()
/bionic/libc/kernel/uapi/linux/
Dtipc.h107 signed char scope; member
/bionic/libc/dns/net/
Dgetaddrinfo.c1240 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid) in ip6_str2scopeid()
/bionic/tests/
Dpthread_test.cpp989 int scope; in TEST() local