Searched refs:pthread_attr_getinheritsched (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_getinheritsched); 167 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_getinheritsched); in init_stub_library()
|
H A D | stubs_arm64.cpp | 75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_getinheritsched); 170 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_getinheritsched); in init_stub_library()
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_attr.cpp | 75 int pthread_attr_getinheritsched(const pthread_attr_t* attr, int* flag) { in pthread_attr_getinheritsched() function
|
/aosp12/bionic/tests/headers/posix/ |
H A D | pthread_h.c | 93 FUNCTION(pthread_attr_getinheritsched, int (*f)(const pthread_attr_t*, int*)); in pthread_h()
|
/aosp12/bionic/libc/include/ |
H A D | pthread.h | 100 int pthread_attr_getinheritsched(const pthread_attr_t* __attr, int* __flag) __INTRODUCED_IN(28);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 719 pthread_attr_getinheritsched
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 2878 ASSERT_EQ(0, pthread_attr_getinheritsched(&attr, &state)); in TEST() 2882 ASSERT_EQ(0, pthread_attr_getinheritsched(&attr, &state)); in TEST() 2886 ASSERT_EQ(0, pthread_attr_getinheritsched(&attr, &state)); in TEST()
|
/aosp12/bionic/docs/ |
H A D | status.md | 95 * `pthread_attr_getinheritsched`/`pthread_attr_setinheritsched`/`pthread_setschedprio`
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1411 pthread_attr_getinheritsched;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1411 pthread_attr_getinheritsched;
|