Searched refs:PP_ThreadFunctions (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/nacl_irt/
H A Dplugin_main.h19 const struct PP_ThreadFunctions* new_funcs);
H A Dplugin_main.cc26 const struct PP_ThreadFunctions* thread_functions) {
/external/chromium_org/ppapi/nacl_irt/public/
H A Dirt_ppapi.h21 struct PP_ThreadFunctions { struct
39 void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions*);
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dthread_creator.c33 const static struct PP_ThreadFunctions thread_funcs = {
/external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/
H A Dppapi_main.c20 struct PP_ThreadFunctions { struct
38 void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions*);
67 const static struct PP_ThreadFunctions thread_funcs = {
/external/chromium_org/ppapi/shared_impl/
H A Dppb_audio_shared.h18 struct PP_ThreadFunctions;
93 static void SetThreadFunctions(const struct PP_ThreadFunctions* functions);
H A Dppb_audio_shared.cc19 PP_ThreadFunctions g_thread_functions;
195 const struct PP_ThreadFunctions* functions) {
/external/chromium_org/ppapi/tests/
H A Dtest_audio.cc31 struct PP_ThreadFunctions g_thread_funcs = {};
33 void ThreadFunctionsGetter(const struct PP_ThreadFunctions* thread_funcs) {
55 // Sets NULL for PP_ThreadFunctions to emulate the situation that
60 PP_ThreadFunctions thread_functions = {};
67 // hooks.ppapi_register_thread_creator with default PP_ThreadFunctions
74 PP_ThreadFunctions thread_functions = {
82 // Resets the PP_ThreadFunctions on exit from the scope.

Completed in 3950 milliseconds