Searched refs:scope (Results 1 – 20 of 20) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_attr.cpp | 261 int pthread_attr_setscope(pthread_attr_t*, int scope) { in pthread_attr_setscope() argument 262 if (scope == PTHREAD_SCOPE_SYSTEM) { in pthread_attr_setscope() 265 if (scope == PTHREAD_SCOPE_PROCESS) { in pthread_attr_setscope() 272 int pthread_attr_getscope(const pthread_attr_t*, int* scope) { in pthread_attr_getscope() argument 273 *scope = PTHREAD_SCOPE_SYSTEM; in pthread_attr_getscope()
|
/bionic/libc/kernel/uapi/linux/ |
D | tipc.h | 91 signed char scope; member 121 __u32 scope; member
|
/bionic/libm/x86/ |
D | e_hypot.S | 201 # Start file scope ASM 203 # End file scope ASM
|
D | s_cos.S | 316 # Start file scope ASM 318 # End file scope ASM
|
D | s_sin.S | 323 # Start file scope ASM 325 # End file scope ASM
|
D | s_cbrt.S | 227 # Start file scope ASM 229 # End file scope ASM
|
D | e_log10.S | 244 # Start file scope ASM 246 # End file scope ASM
|
D | s_tan.S | 286 # Start file scope ASM 288 # End file scope ASM
|
D | s_atan.S | 247 # Start file scope ASM 249 # End file scope ASM
|
D | s_log1p.S | 268 # Start file scope ASM 270 # End file scope ASM
|
D | s_tanh.S | 280 # Start file scope ASM 282 # End file scope ASM
|
D | e_cosh.S | 274 # Start file scope ASM 276 # End file scope ASM
|
D | e_sinh.S | 326 # Start file scope ASM 328 # End file scope ASM
|
D | s_expm1.S | 367 # Start file scope ASM 369 # End file scope ASM
|
D | e_acos.S | 390 # Start file scope ASM 392 # End file scope ASM
|
D | e_atan2.S | 454 # Start file scope ASM 456 # End file scope ASM
|
D | e_asin.S | 468 # Start file scope ASM 470 # End file scope ASM
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 1024 char *cp, *hostname2 = NULL, *scope, *addr; in explore_numeric_scope() 1058 scope = cp + 1; in explore_numeric_scope() 1068 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) { in explore_numeric_scope() 1245 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid) in ip6_str2scopeid() argument 1251 assert(scope != NULL); in ip6_str2scopeid() 1258 if (*scope == '\0') in ip6_str2scopeid() 1267 *scopeid = if_nametoindex(scope); in ip6_str2scopeid() 1284 lscopeid = strtoul(scope, &ep, 10); in ip6_str2scopeid()
|
/bionic/docs/ |
D | libc_assembler.md | 96 is beyond the scope of this document. However, most of the benchmarks max
|
/bionic/tests/ |
D | pthread_test.cpp | 1408 int scope; in TEST() local 1409 ASSERT_EQ(0, pthread_attr_getscope(&attr, &scope)); in TEST() 1410 ASSERT_EQ(PTHREAD_SCOPE_SYSTEM, scope); in TEST()
|