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

  /src/lib/libpthread/
pthread.h 53 int pthread_equal(pthread_t, pthread_t);
420 #define pthread_equal __libc_thr_equal macro
pthread.c 148 __strong_alias(__libc_thr_equal,pthread_equal)
764 pthread_equal(pthread_t t1, pthread_t t2) function in typeref:typename:int

Completed in 12 milliseconds