Home
last modified time | relevance | path

Searched defs:pthread_attr_setstacksize (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dpthread_attr.cpp130 int pthread_attr_setstacksize(pthread_attr_t* attr, size_t stack_size) { in pthread_attr_setstacksize() function
/aosp12/bionic/tests/
H A Dpthread_test.cpp802 TEST(pthread, pthread_attr_setstacksize) { in TEST() argument