OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroy_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/renderer/resources/extensions/
messaging.js
77
this.
destroy_
();
80
Port.prototype.
destroy_
= function() {
85
this.onDisconnect.
destroy_
();
86
this.onMessage.
destroy_
();
170
port.
destroy_
();
185
port.
destroy_
();
198
port.
destroy_
();
295
port.
destroy_
();
event.js
408
Event.prototype.
destroy_
= function() {
/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
...]
Completed in 512 milliseconds