HomeSort by relevance Sort by last modified time
    Searched defs:BlockUntilComplete (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/shared_impl/
tracked_callback.cc 128 // Wake up the blocked thread. See BlockUntilComplete for where the thread
204 int32_t TrackedCallback::BlockUntilComplete() {
209 // BlockUntilComplete should never be called for in-process plugins, where
  /external/chromium_org/ppapi/cpp/
completion_callback.h 369 /// BlockUntilComplete() is used in place of an actual completion callback
375 inline CompletionCallback BlockUntilComplete() {

Completed in 244 milliseconds