Searched refs:pthread_attr_setschedparam (Results 1 – 14 of 14) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_setschedparam); 177 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_setschedparam); in init_stub_library()
|
H A D | stubs_arm64.cpp | 85 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 D | pthread_attr.cpp | 118 int pthread_attr_setschedparam(pthread_attr_t* attr, const sched_param* param) { in pthread_attr_setschedparam() function
|
/aosp12/bionic/tests/headers/posix/ |
H A D | pthread_h.c | 103 FUNCTION(pthread_attr_setschedparam, int (*f)(pthread_attr_t*, const struct sched_param*)); in pthread_h()
|
/aosp12/bionic/libc/include/ |
H A D | pthread.h | 110 int pthread_attr_setschedparam(pthread_attr_t* __attr, const struct sched_param* __param);
|
/aosp12/system/libhwbinder/vts/performance/ |
H A D | Latency.cpp | 142 REQUIRE(!pthread_attr_setschedparam(&attr, ¶m)); in threadTransaction()
|
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | schd-dbg.cpp | 314 ASSERT(!pthread_attr_setschedparam(&attr, ¶m)); in thread_transaction()
|
/aosp12/system/bt/osi/src/ |
H A D | alarm.cc | 675 pthread_attr_setschedparam(&thread_attr, ¶m); in timer_create_internal()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 729 pthread_attr_setschedparam
|
/aosp12/system/core/llkd/ |
H A D | libllkd.cpp | 1415 pthread_attr_setschedparam(&attr, ¶m); in llkInit()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 762 pthread_attr_setschedparam;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 762 pthread_attr_setschedparam;
|
/aosp12/system/logging/liblog/tests/ |
H A D | liblog_test.cpp | 694 pthread_attr_setschedparam(&attr, ¶m); in start_thread()
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 2896 ASSERT_EQ(0, pthread_attr_setschedparam(&attr, ¶m)); in TEST()
|