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 387 __weak_alias(__libc_thr_create,__libc_thr_create_stub)
436 __libc_thr_create_stub(thr_t *tp, const thrattr_t *ta, function in typeref:typename:int
  /src/lib/libc/include/
reentrant.h 266 int __libc_thr_create_stub(thr_t *, const thrattr_t *,
  /src/lib/libpthread/
pthread.c 422 return __libc_thr_create_stub(thread, attr, startfunc, arg);

Completed in 31 milliseconds