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

  /src/external/apache2/llvm/dist/libcxx/src/
thread.cpp 23 #pragma weak pthread_create // Do not create libpthread dependency macro
  /src/external/bsd/jemalloc/dist/src/
mutex.c 31 * We intercept pthread_create() calls in order to toggle isthreaded if the
37 pthread_create(pthread_t *__restrict thread, function
  /src/external/bsd/jemalloc.old/dist/src/
mutex.c 26 * We intercept pthread_create() calls in order to toggle isthreaded if the
32 pthread_create(pthread_t *__restrict thread, function
  /src/external/gpl3/gcc.old/dist/libphobos/
configure 14618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pthread_create" >&5
14619 $as_echo_n "checking for library containing pthread_create... " >&6; }
14626 extern(C) int pthread_create();
14629 pthread_create(); return 0; function
  /src/lib/libpthread/
pthread.h 48 int pthread_create(pthread_t * __restrict,
312 * mistake. We catch it by not defining pthread_create in libc or
350 * If _NETBSD_PTHREAD_CREATE_WEAK is defined, make pthread_create
355 * _NETBSD_PTHREAD_CREATE_WEAK and try to call pthread_create without
359 #define pthread_create __libc_thr_create macro
pthread.c 144 __strong_alias(__libc_thr_create,pthread_create)
408 pthread_create(pthread_t *thread, const pthread_attr_t *attr, function
421 "pthread_create() requires linking with -lpthread");
683 * pthread_create() can see from kernel info that this LWP is gone.
  /src/crypto/external/bsd/openssh/dist/
auth-pam.c 150 #define pthread_create fake_pthread_create macro
209 pthread_create(sp_pthread_t *thread, const void *attr, function
852 result = pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt);

Completed in 42 milliseconds