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

  /src/lib/libpthread/
pthread_attr.c 53 __strong_alias(__libc_thr_attr_destroy, pthread_attr_destroy)
92 pthread_attr_destroy(pthread_attr_t *attr) function in typeref:typename:int
540 (void)pthread_attr_destroy(attr);
pthread.h 61 int pthread_attr_destroy(pthread_attr_t *);
367 #define pthread_attr_destroy __libc_thr_attr_destroy macro

Completed in 34 milliseconds