HomeSort by relevance Sort by last modified time
    Searched refs:thread_create (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
thread_creator.c 15 static int thread_create(uintptr_t *tid, function
34 thread_create,
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.cc 119 if (NULL == thread_functions.thread_create ||
123 int result = thread_functions.thread_create(&thread_id_, CallRun, this);
156 DCHECK(thread_functions.thread_create == NULL);
  /device/asus/flo/camera/hdr/include/
morpho_easy_hdr.h 116 void * (* thread_create )(void *p, int index, void *(*start_routine)(void *arg), void *arg); member in struct:_morpho_EasyHDR_Callback
  /device/lge/mako/camera/hdr/include/
morpho_easy_hdr.h 116 void * (* thread_create )(void *p, int index, void *(*start_routine)(void *arg), void *arg); member in struct:_morpho_EasyHDR_Callback
  /hardware/qcom/camera/hdr/include/
morpho_easy_hdr.h 116 void * (* thread_create )(void *p, int index, void *(*start_routine)(void *arg), void *arg); member in struct:_morpho_EasyHDR_Callback
  /external/qemu/
posix-aio-compat.c 114 static void thread_create(pthread_t *thread, pthread_attr_t *attr, function
379 thread_create(&thread_id, &attr, aio_thread, NULL);
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 546 DECL_TEMPLATE(darwin, thread_create);
syswrap-darwin.c     [all...]

Completed in 267 milliseconds