Searched defs:thread_join (Results 1 - 3 of 3) 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

Completed in 211 milliseconds