HomeSort by: relevance | last modified time | path
    Searched defs:attr_storage (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/kernel/
getstack.c 95 pthread_attr_t attr_storage, *attr = NULL; local
99 error = pthread_getattr_np(pthread_self(), &attr_storage);
106 attr = &attr_storage;
  /src/external/mit/libuv/dist/src/unix/
thread.c 144 pthread_attr_t attr_storage; local
171 attr = &attr_storage;

Completed in 65 milliseconds