Searched refs:destroy_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsimple_mutex.h183 bool destroy_; member in class:MUTEX_NAMESPACE::Mutex
218 Mutex::Mutex() : destroy_(true) {
222 Mutex::Mutex(LinkerInitialized) : destroy_(false) {
226 Mutex::~Mutex() { if (destroy_) DeleteCriticalSection(&mutex_); }
240 Mutex::Mutex() : destroy_(true) {
244 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
248 Mutex::~Mutex() { if (destroy_) SAFE_PTHREAD(pthread_rwlock_destroy); }
263 Mutex::Mutex() : destroy_(true) {
267 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
271 Mutex::~Mutex() { if (destroy_) SAFE_PTHREA
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsimple_mutex.h183 bool destroy_; member in class:MUTEX_NAMESPACE::Mutex
218 Mutex::Mutex() : destroy_(true) {
222 Mutex::Mutex(LinkerInitialized) : destroy_(false) {
226 Mutex::~Mutex() { if (destroy_) DeleteCriticalSection(&mutex_); }
240 Mutex::Mutex() : destroy_(true) {
244 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
248 Mutex::~Mutex() { if (destroy_) SAFE_PTHREAD(pthread_rwlock_destroy); }
263 Mutex::Mutex() : destroy_(true) {
267 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
271 Mutex::~Mutex() { if (destroy_) SAFE_PTHREA
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dmessaging.js76 this.destroy_();
79 PortImpl.prototype.destroy_ = function() {
84 privates(this.onDisconnect).impl.destroy_();
85 privates(this.onMessage).impl.destroy_();
169 privates(port).impl.destroy_();
184 privates(port).impl.destroy_();
195 privates(port).impl.destroy_();
292 privates(port).impl.destroy_();
H A Devent.js409 EventImpl.prototype.destroy_ = function() {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Dexterns.js90 chrome.accessibilityPrivate.onChromeVoxLoadStateChanged.destroy_;

Completed in 1899 milliseconds