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

  /src/lib/libc/thread-stub/
thread-stub.c 363 __weak_alias(__libc_thr_setcancelstate,__libc_thr_setcancelstate_stub)
436 __libc_thr_setcancelstate_stub(int new, int *old) function in typeref:typename:int
  /src/lib/libc/include/
reentrant.h 272 int __libc_thr_setcancelstate_stub(int, int *);
  /src/lib/libpthread/
pthread.c 920 return __libc_thr_setcancelstate_stub(state, oldstate);

Completed in 62 milliseconds