OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_functions
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.cc
17
PP_ThreadFunctions
thread_functions
;
member in namespace:ppapi::__anon9914
156
if (NULL ==
thread_functions
.thread_create ||
157
NULL ==
thread_functions
.thread_join)
160
int result =
thread_functions
.thread_create(&thread_id_, CallRun, this);
182
int result = CallWhileUnlocked(
thread_functions
.thread_join, thread_id_);
193
DCHECK(
thread_functions
.thread_create == NULL);
194
DCHECK(
thread_functions
.thread_join == NULL);
195
thread_functions
= *functions;
/external/chromium_org/ppapi/proxy/
plugin_main_nacl.cc
258
const struct PP_ThreadFunctions*
thread_functions
) {
261
ppapi::PPB_Audio_Shared::SetThreadFunctions(
thread_functions
);
Completed in 52 milliseconds