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

  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
thread_creator.c 29 static int thread_join(uintptr_t tid) { function
35 thread_join
  /external/chromium_org/ppapi/nacl_irt/public/
irt_ppapi.h 33 int (*thread_join)(uintptr_t tid); member in struct:PP_ThreadFunctions
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/
ppapi_main.c 32 int (*thread_join)(uintptr_t tid); member in struct:PP_ThreadFunctions
54 static int thread_join(uintptr_t tid) { function
69 thread_join
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.cc 166 CallWhileUnlocked(g_thread_functions.thread_join, nacl_thread_id_);
185 g_thread_functions.thread_join != NULL);
  /device/asus/flo/camera/hdr/include/
morpho_easy_hdr.h 118 int (* thread_join )(void *p, void *thread, void **value_ptr); member in struct:_morpho_EasyHDR_Callback
  /device/lge/hammerhead/camera/hdr/include/
morpho_easy_hdr.h 118 int (* thread_join )(void *p, void *thread, void **value_ptr); member in struct:_morpho_EasyHDR_Callback
  /device/lge/mako/camera/hdr/include/
morpho_easy_hdr.h 118 int (* thread_join )(void *p, void *thread, void **value_ptr); member in struct:_morpho_EasyHDR_Callback
  /external/chromium_org/ppapi/tests/
test_audio.cc 52 return g_thread_funcs.thread_join(tid);
468 // Here, the injected thread_create is called, but thread_join is not yet.
476 // Here, the injected thread_join is called.

Completed in 399 milliseconds