HomeSort by relevance Sort by last modified time
    Searched defs:pthread_create (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/common/
threading.h 30 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
  /external/bluetooth/glib/gthread/
gthread-posix.c 93 # define pthread_create(a, b, c, d) pthread_create (a, *b, c, d) macro
355 ret = posix_error (pthread_create (thread, &attr,
367 posix_check_err (ret, "pthread_create");
  /bionic/libc/bionic/
pthread.c 299 int pthread_create(pthread_t *thread_out, pthread_attr_t const * attr, function
314 * this works because pthread_create() is not called by the C library
    [all...]

Completed in 35 milliseconds