Home
last modified time | relevance | path

Searched refs:pthread_attr_getschedpolicy (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/lib/librthread/
DSymbols.map9 pthread_attr_getschedpolicy;
Drthread_sched.c82 pthread_attr_getschedpolicy(const pthread_attr_t *attrp, int *policy) in pthread_attr_getschedpolicy() function
Dpthread.h33 PROTO_STD_DEPRECATED(pthread_attr_getschedpolicy);
/openbsd/src/include/
Dpthread.h283 int pthread_attr_getschedpolicy(const pthread_attr_t *, int *);
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddone_abilist.txt325 fun:pthread_attr_getschedpolicy=discard
Dlibc_ubuntu1404_abilist.txt2540 fun:pthread_attr_getschedpolicy=uninstrumented
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp3371 res = pthread_attr_getschedpolicy(&attr, &v); in TEST()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4865 COMMON_INTERCEPT_FUNCTION(pthread_attr_getschedpolicy);