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

  /external/lldb/include/lldb/Core/
Baton.h 1 //===-- Baton.h -------------------------------------------------*- C++ -*-===//
22 /// @class Baton Baton.h "lldb/Core/Baton.h"
27 /// callback function that takes a baton where the baton might need to
33 class Baton
36 explicit Baton(void *p) :
42 ~Baton()
44 // The default destructor for a baton does NOT attempt to clean u
    [all...]
  /external/webrtc/src/system_wrappers/source/
condition_variable_unittest.cc 29 // A Baton is one possible control structure one can build using
31 // A Baton is always held by one and only one active thread - unlike
36 class Baton {
38 Baton()
46 ~Baton() {
52 // Pass the baton. Returns false if baton is not picked up in |max_msecs|.
69 // Grab the baton. Returns false if baton is not passed.
145 // Function that waits on a Baton, and passes it right back
    [all...]

Completed in 29 milliseconds