Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libthr/
H A Dpthread.map22 pthread_attr_getschedparam;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h95 #define pthread_attr_getschedparam _pthread_attr_getschedparam macro
H A Dun-namespace.h76 #undef pthread_attr_getschedparam
/freebsd-13.1/include/
H A Dpthread.h329 int pthread_attr_getschedparam(const pthread_attr_t *,
/freebsd-13.1/lib/libc/gen/
H A DSymbol.map13 pthread_attr_getschedparam;
H A D_pthread_stubs.c264 STUB_FUNC2(pthread_attr_getschedparam, PJT_ATTR_GETSCHEDPARAM, int, void *, void *) in STUB_FUNC2()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_attr.c239 __weak_reference(_thr_attr_getschedparam, pthread_attr_getschedparam);
/freebsd-13.1/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c287 error = pthread_attr_getschedparam(old_attr, &param); in pthread_attr_clone()
/freebsd-13.1/share/man/man3/
H A DMakefile449 pthread_attr.3 pthread_attr_getschedparam.3 \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt307 fun:pthread_attr_getschedparam=discard
H A Dlibc_ubuntu1404_abilist.txt2538 fun:pthread_attr_getschedparam=uninstrumented
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi1355 …<function-decl name='pthread_attr_getschedparam' visibility='default' binding='global' size-in-bit…
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4733 COMMON_INTERCEPT_FUNCTION(pthread_attr_getschedparam); \