Searched refs:__attr_is_runnable (Results 1 – 1 of 1) sorted by relevance
277 static bool __attr_is_runnable(const struct posix_thread_attr *attr) in __attr_is_runnable() function305 return __attr_is_runnable(attr); in __attr_is_initialized()591 if (!(_attr == NULL || __attr_is_runnable((struct posix_thread_attr *)_attr))) { in pthread_create()630 if (err == 0 && !__attr_is_runnable(&t->attr)) { in pthread_create()