/external/lldb/tools/debugserver/source/ |
H A D | PThreadMutex.cpp | 24 PThreadMutex::Locker::Locker(PThreadMutex& m, const char *function, const char *file, const int line) : function in class:PThreadMutex::Locker 34 PThreadMutex::Locker::Locker(PThreadMutex* m, const char *function, const char *file, const int line) : function in class:PThreadMutex::Locker 44 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, const char *file, const int line) : function in class:PThreadMutex::Locker 55 PThreadMutex::Locker::~Locker() 62 PThreadMutex::Locker::Lock() 78 PThreadMutex::Locker [all...] |
H A D | PThreadMutex.h | 24 #define PTHREAD_MUTEX_LOCKER(var, mutex) PThreadMutex::Locker var(mutex, __FUNCTION__, __FILE__, __LINE__) 27 #define PTHREAD_MUTEX_LOCKER(var, mutex) PThreadMutex::Locker var(mutex) 34 class Locker class in class:PThreadMutex 39 Locker(PThreadMutex& m, const char *function, const char *file, int line); 40 Locker(PThreadMutex* m, const char *function, const char *file, int line); 41 Locker(pthread_mutex_t *mutex, const char *function, const char *file, int line); 42 ~Locker(); 47 Locker(PThreadMutex& m) : 53 Locker(PThreadMutex* m) : 59 Locker(pthread_mutex_ [all...] |
/external/lldb/source/Host/common/ |
H A D | Mutex.cpp | 98 Mutex::Locker::Locker () : function in class:Mutex::Locker 109 Mutex::Locker::Locker (Mutex& m) : function in class:Mutex::Locker 121 Mutex::Locker::Locker (Mutex* m) : function in class:Mutex::Locker 133 Mutex::Locker::~Locker () 143 Mutex::Locker::Lock (Mutex &mutex) 156 Mutex::Locker [all...] |
/external/lldb/include/lldb/Host/ |
H A D | Mutex.h | 30 friend class Locker; 40 /// @class Mutex::Locker 43 /// objects to have a mutex locked when an Mutex::Locker 45 /// when the Mutex::Locker::Reset(pthread_mutex_t *) 49 class Locker class in class:lldb_private::Mutex 57 /// Mutex::Locker::Reset(pthread_mutex_t *) method. 59 /// @see Mutex::Locker::Reset(pthread_mutex_t *) 61 Locker(); 73 Locker(Mutex& m); 85 Locker(Mute [all...] |
/external/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreterPython.h | 301 class Locker : public ScriptInterpreterLocker class in class:lldb_private::ScriptInterpreterPython 319 Locker (ScriptInterpreterPython *py_interpreter = NULL, 324 ~Locker ();
|
/external/v8/src/ |
H A D | v8threads.cc | 19 // Track whether this V8 instance has ever called v8::Locker. This allows the 26 // Once the Locker is initialized, the current thread will be guaranteed to have 28 void Locker::Initialize(v8::Isolate* isolate) { 33 // Record that the Locker has been used at least once. 54 bool Locker::IsLocked(v8::Isolate* isolate) { 61 bool Locker::IsActive() { 66 Locker::~Locker() {
|
/external/lldb/examples/interposing/darwin/fd_interposing/ |
H A D | FDInterposing.cpp | 331 class Locker class in namespace:fd_interposing 334 Locker (pthread_mutex_t *mutex_ptr) : function in class:fd_interposing::Locker 341 Locker (pthread_mutex_t *mutex_ptr, bool &lock_acquired) : function in class:fd_interposing::Locker 349 ~Locker () 669 Locker locker (&g_mutex); 698 Locker locker (&g_mutex); 727 Locker locker (&g_mutex); 763 Locker locker (&g_mutex); 789 Locker locker (&g_mutex); 814 Locker locke [all...] |
/external/lldb/source/Interpreter/ |
H A D | ScriptInterpreterPython.cpp | 161 ScriptInterpreterPython::Locker::Locker (ScriptInterpreterPython *py_interpreter, function in class:ScriptInterpreterPython::Locker 185 ScriptInterpreterPython::Locker::DoAcquireLock() 195 ScriptInterpreterPython::Locker::DoInitSession(bool init_lldb_globals) 203 ScriptInterpreterPython::Locker::DoFreeLock() 213 ScriptInterpreterPython::Locker::DoTearDownSession() 221 ScriptInterpreterPython::Locker::~Locker() 331 ScriptInterpreterPython::Locker locker(script_interpreter, 332 ScriptInterpreterPython::Locker [all...] |
/external/v8/include/ |
H A D | v8.h | 4939 * If you are using threads then you should hold the V8::Locker lock while 5515 * thread at any given time. The Locker/Unlocker API must be used to 5770 * Methods below this point require holding a lock (using Locker) in 6033 * acquired the V8 lock with a Locker object. 6059 * acquired the V8 lock with a Locker object. 6068 * Can be called from another thread without acquiring a |Locker|. 6287 * \note If you are using threads then you should hold the V8::Locker lock 6616 * acquired the V8 lock with a Locker object. 6649 * acquired the V8 lock with a Locker object. 7288 * mechanism that may be used, the v8::Locker an 7372 class V8_EXPORT Locker { class in namespace:v8 7377 V8_INLINE explicit Locker(Isolate* isolate) { Initialize(isolate); } function in class:v8::Locker [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.update.configurator_3.3.100.v20100512.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.osgi_3.6.1.R36x_v20100806.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.osgi_3.6.2.R36x_v20101103.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.osgi_3.10.100.v20150529-1857.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |