Home
last modified time | relevance | path

Searched refs:pthread_attr_setschedparam (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libc/
H A Dstubs_arm.cpp84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_setschedparam);
177 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_setschedparam); in init_stub_library()
H A Dstubs_arm64.cpp85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_setschedparam);
180 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_setschedparam); in init_stub_library()
/aosp12/bionic/libc/bionic/
H A Dpthread_attr.cpp118 int pthread_attr_setschedparam(pthread_attr_t* attr, const sched_param* param) { in pthread_attr_setschedparam() function
/aosp12/bionic/tests/headers/posix/
H A Dpthread_h.c103 FUNCTION(pthread_attr_setschedparam, int (*f)(pthread_attr_t*, const struct sched_param*)); in pthread_h()
/aosp12/bionic/libc/include/
H A Dpthread.h110 int pthread_attr_setschedparam(pthread_attr_t* __attr, const struct sched_param* __param);
/aosp12/system/libhwbinder/vts/performance/
H A DLatency.cpp142 REQUIRE(!pthread_attr_setschedparam(&attr, &param)); in threadTransaction()
/aosp12/frameworks/native/libs/binder/tests/
H A Dschd-dbg.cpp314 ASSERT(!pthread_attr_setschedparam(&attr, &param)); in thread_transaction()
/aosp12/system/bt/osi/src/
H A Dalarm.cc675 pthread_attr_setschedparam(&thread_attr, &param); in timer_create_internal()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt729 pthread_attr_setschedparam
/aosp12/system/core/llkd/
H A Dlibllkd.cpp1415 pthread_attr_setschedparam(&attr, &param); in llkInit()
/aosp12/bionic/libc/
H A Dlibc.map.txt762 pthread_attr_setschedparam;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt762 pthread_attr_setschedparam;
/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp694 pthread_attr_setschedparam(&attr, &param); in start_thread()
/aosp12/bionic/tests/
H A Dpthread_test.cpp2896 ASSERT_EQ(0, pthread_attr_setschedparam(&attr, &param)); in TEST()