HomeSort by: relevance | last modified time | path
    Searched refs:__libc_thr_equal_stub (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/thread-stub/
thread-stub.c 364 __weak_alias(__libc_thr_equal,__libc_thr_equal_stub)
450 __libc_thr_equal_stub(pthread_t t1, pthread_t t2) function in typeref:typename:int
  /src/lib/libc/include/
reentrant.h 273 int __libc_thr_equal_stub(pthread_t, pthread_t);
  /src/lib/libpthread/
pthread.c 768 return __libc_thr_equal_stub(t1, t2);

Completed in 13 milliseconds