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 390 __weak_alias(__libc_thr_equal,__libc_thr_equal_stub)
476 __libc_thr_equal_stub(pthread_t t1, pthread_t t2) function
  /src/lib/libc/include/
reentrant.h 273 int __libc_thr_equal_stub(pthread_t, pthread_t);
  /src/lib/libpthread/
pthread.c 770 return __libc_thr_equal_stub(t1, t2);

Completed in 79 milliseconds