Searched refs:pthread_attr_getscope (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | pthread.d | 1411 int pthread_attr_getscope(const scope pthread_attr_t*, int*); 1429 int pthread_attr_getscope(const scope pthread_attr_t*, int*); 1447 int pthread_attr_getscope(const scope pthread_attr_t*, int*); 1465 int pthread_attr_getscope(const scope pthread_attr_t*, int*); 1483 int pthread_attr_getscope(const scope pthread_attr_t*, int*); 1501 int pthread_attr_getscope(const scope pthread_attr_t*, int*); 1518 int pthread_attr_getscope(const scope pthread_attr_t*, int*); 1535 int pthread_attr_getscope(const scope pthread_attr_t*); 1563 int pthread_attr_getscope(const scope pthread_attr_t*, int*);
|
| /netbsd-src/lib/libpthread/ |
| H A D | Makefile | 136 pthread_attr_getscope.3 \ 171 MLINKS+= pthread_attr_getscope.3 pthread_attr_setscope.3
|
| H A D | pthread.h | 76 int pthread_attr_getscope(const pthread_attr_t * __restrict,
|
| H A D | pthread_attr.c | 239 pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope() function
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| H A D | msan_test.cc | 3342 res = pthread_attr_getscope(&attr, &v); in TEST()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 4553 COMMON_INTERCEPT_FUNCTION(pthread_attr_getscope); \
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 4796 COMMON_INTERCEPT_FUNCTION(pthread_attr_getscope); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 4695 COMMON_INTERCEPT_FUNCTION(pthread_attr_getscope); \
|