Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libthr/
HDpthread.map22 pthread_attr_getschedpolicy;
/freebsd-13-stable/lib/libc/include/
HDnamespace.h94 #define pthread_attr_getschedpolicy _pthread_attr_getschedpolicy macro
HDun-namespace.h75 #undef pthread_attr_getschedpolicy
/freebsd-13-stable/include/
HDpthread.h329 int pthread_attr_getschedpolicy(const pthread_attr_t * __restrict,
/freebsd-13-stable/lib/libc/gen/
HDSymbol.map13 pthread_attr_getschedpolicy;
HD_pthread_stubs.c265 STUB_FUNC2(pthread_attr_getschedpolicy, PJT_ATTR_GETSCHEDPOLICY, int, void *, void *) in STUB_FUNC2()
/freebsd-13-stable/lib/libthr/thread/
HDthr_attr.c242 __weak_reference(_thr_attr_getschedpolicy, pthread_attr_getschedpolicy);
/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
HDthread_pool.c294 error = pthread_attr_getschedpolicy(old_attr, &policy); in pthread_attr_clone()
/freebsd-13-stable/share/man/man3/
HDMakefile465 pthread_attr.3 pthread_attr_getschedpolicy.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdone_abilist.txt339 fun:pthread_attr_getschedpolicy=discard
HDlibc_ubuntu1404_abilist.txt2545 fun:pthread_attr_getschedpolicy=uninstrumented
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs_core/
HDlibzfs_core.abi1357 …<function-decl name='pthread_attr_getschedpolicy' visibility='default' binding='global' size-in-bi…
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc4826 COMMON_INTERCEPT_FUNCTION(pthread_attr_getschedpolicy);