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

  /external/webkit/Source/JavaScriptCore/wtf/
Locker.h 35 template <typename T> class Locker {
36 WTF_MAKE_NONCOPYABLE(Locker);
38 Locker(T& lockable) : m_lockable(lockable) { m_lockable.lock(); }
39 ~Locker() { m_lockable.unlock(); }
46 using WTF::Locker;
  /hardware/libhardware/modules/gralloc/
gr.h 49 class Locker {
53 Locker& locker; member in class:Locker::Autolock
55 inline Autolock(Locker& locker) : locker(locker) { locker.lock(); }
56 inline ~Autolock() { locker.unlock(); }
58 inline Locker() { pthread_mutex_init(&mutex, 0);
    [all...]
  /hardware/msm7k/libgralloc/
gr.h 49 class Locker {
53 Locker& locker; member in class:Locker::Autolock
55 inline Autolock(Locker& locker) : locker(locker) { locker.lock(); }
56 inline ~Autolock() { locker.unlock(); }
58 inline Locker() { pthread_mutex_init(&mutex, 0);
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
gr.h 48 class Locker {
52 Locker& locker; member in class:Locker::Autolock
54 inline Autolock(Locker& locker) : locker(locker) { locker.lock(); }
55 inline ~Autolock() { locker.unlock(); }
57 inline Locker() { pthread_mutex_init(&mutex, 0);
    [all...]
  /hardware/qcom/display/libgralloc/
gr.h 68 class Locker {
72 Locker& locker; member in class:Locker::Autolock
74 inline Autolock(Locker& locker) : locker(locker) { locker.lock(); }
75 inline ~Autolock() { locker.unlock(); }
77 inline Locker() { pthread_mutex_init(&mutex, 0);
    [all...]
  /external/v8/src/
v8threads.cc 40 // Track whether this V8 instance has ever called v8::Locker. This allows the
42 bool Locker::active_ = false;
45 // Constructor for the Locker object. Once the Locker is constructed the
47 Locker::Locker(v8::Isolate* isolate)
54 // Record that the Locker has been used at least once.
63 // initialize here, before anyone can call ~Locker() or Unlocker().
70 // This may be a locker within an unlocker in which case we have to
88 bool Locker::IsLocked(v8::Isolate* isolate)
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 277 milliseconds