HomeSort by relevance Sort by last modified time
    Searched refs:destroy_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h 183 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_PTHREAD(pthread_mutex_destroy);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h 183 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_PTHREAD(pthread_mutex_destroy);
    [all...]
  /external/open-vcdiff/gflags/src/
mutex.h 193 bool destroy_; member in class:MUTEX_NAMESPACE::Mutex
230 Mutex::Mutex() : destroy_(true) {
234 Mutex::Mutex(LinkerInitialized) : destroy_(false) {
238 Mutex::~Mutex() { if (destroy_) DeleteCriticalSection(&mutex_); }
254 Mutex::Mutex() : destroy_(true) {
258 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
262 Mutex::~Mutex() { if (destroy_) SAFE_PTHREAD(pthread_rwlock_destroy); }
279 Mutex::Mutex() : destroy_(true) {
283 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
287 Mutex::~Mutex() { if (destroy_) SAFE_PTHREAD(pthread_mutex_destroy);
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
messaging.js 75 this.destroy_();
78 Port.prototype.destroy_ = function() {
81 this.onDisconnect.destroy_();
82 this.onMessage.destroy_();
165 port.destroy_();
180 port.destroy_();
193 port.destroy_();
281 port.destroy_();
event.js 396 Event.prototype.destroy_ = function() {

Completed in 375 milliseconds