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

  /src/lib/libc/thread-stub/
thread-stub.c 361 __weak_alias(__libc_thr_create,__libc_thr_create_stub)
410 __libc_thr_create_stub(thr_t *tp, const thrattr_t *ta, function in typeref:typename:int
  /src/lib/libc/include/
reentrant.h 268 int __libc_thr_create_stub(thr_t *, const thrattr_t *,
  /src/lib/libpthread/
pthread.c 420 return __libc_thr_create_stub(thread, attr, startfunc, arg);

Completed in 13 milliseconds