Searched refs:pthread_getattr_np (Results 1 – 12 of 12) sorted by relevance
10 int res = pthread_getattr_np(pthread_self(), &attr); in ThreadFn()
6 pthread_getattr_np to get attr in a created thread)
44 if ((rc = pthread_getattr_np(pthread_self(), &attr)) != 0) { in thread_func()
45 if ((rc = pthread_getattr_np(pthread_self(), &attr)) != 0) { in thread_func()
41 #define pthread_getattr_np pthread_attr_get_np macro114 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
131 pthread_getattr_np(pthread_self(), &attr); in InitStackBounds()
167 int error = pthread_getattr_np(pthread_self(), &attributes); in GetStackEnd()
88 if (pthread_getattr_np(pthread_self(), &attr) != 0) in GetThreadStackBase()
218 pthread_getattr_np(pthread_self(), &attr); in thread_descriptor_size_test_func()
2581 fun:pthread_getattr_np=uninstrumented