HomeSort by: relevance | last modified time | path
    Searched defs:pthread_create (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread.c 144 __strong_alias(__libc_thr_create,pthread_create)
406 pthread_create(pthread_t *thread, const pthread_attr_t *attr, function in typeref:typename:int
419 "pthread_create() requires linking with -lpthread");
681 * pthread_create() can see from kernel info that this LWP is gone.
pthread.c 144 __strong_alias(__libc_thr_create,pthread_create)
406 pthread_create(pthread_t *thread, const pthread_attr_t *attr, function in typeref:typename:int
419 "pthread_create() requires linking with -lpthread");
681 * pthread_create() can see from kernel info that this LWP is gone.

Completed in 21 milliseconds