Searched refs:thread_join (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dthread_creator.c29 static int thread_join(uintptr_t tid) { function
35 thread_join
/external/chromium_org/ppapi/nacl_irt/public/
H A Dirt_ppapi.h33 int (*thread_join)(uintptr_t tid); member in struct:PP_ThreadFunctions
/external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/
H A Dppapi_main.c32 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/
H A Dppb_audio_shared.cc166 CallWhileUnlocked(g_thread_functions.thread_join, nacl_thread_id_);
185 g_thread_functions.thread_join != NULL);
/external/chromium_org/ppapi/tests/
H A Dtest_audio.cc52 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 3242 milliseconds