OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destructor
(Results
51 - 75
of
1898
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/collada/include/1.4/dom/
domCg_samplerCUBE.h
28
*
Destructor
52
*
Destructor
domCg_samplerDEPTH.h
28
*
Destructor
52
*
Destructor
domCg_samplerRECT.h
28
*
Destructor
52
*
Destructor
/external/chromium/base/threading/
thread_local_storage_win.cc
14
// pointers to the
destructor
for each TLS that we allocate.
29
// An array of
destructor
function pointers for the slots. If
30
// a slot has a
destructor
, it will be stored in its corresponding
59
ThreadLocalStorage::Slot::Slot(TLSDestructorFunc
destructor
)
62
Initialize(
destructor
);
65
bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc
destructor
) {
76
// Setup our
destructor
.
77
tls_destructors_[slot_] =
destructor
;
84
// So all we need to do is wipe the
destructor
.
131
// Windows doesn't support a per-thread
destructor
with it
[
all
...]
thread_local_storage_unittest.cc
70
// Create a TLS index with a
destructor
. Create a set of
71
// threads that set the TLS, while the
destructor
cleans it up.
95
// Verify that the
destructor
was called and that we reset.
/external/libvpx/vp8/common/
threading.h
35
#define ts_key_create(ts_key,
destructor
) {ts_key = TlsAlloc();};
57
#define ts_key_create(ts_key,
destructor
) pthread_key_create (&(ts_key),
destructor
);
/external/clang/test/CXX/except/except.handle/
p16.cpp
28
//
destructor
/external/clang/test/SemaCXX/
value-dependent-exprs.cpp
30
__attribute__((
destructor
(1 + I)))
/external/clang/test/SemaTemplate/
destructor-template.cpp
56
template <int i> ~Foo() {} // expected-error{{
destructor
cannot be declared as a template}}
/external/collada/include/dae/
daeStandardURIResolver.h
30
*
Destructor
.
/external/elfutils/libebl/
alpha_destr.c
0
/*
Destructor
for Alpha specific backend library.
arm_destr.c
0
/*
Destructor
for Arm specific backend library.
i386_destr.c
0
/*
Destructor
for i386 specific backend library.
ia64_destr.c
0
/*
Destructor
for IA-64 specific backend library.
libebl_sh.h
23
/*
Destructor
. */
mips_destr.c
0
/*
Destructor
for MIPS specific backend library.
ppc64_destr.c
0
/*
Destructor
for PPC64 specific backend library.
ppc_destr.c
0
/*
Destructor
for PPC specific backend library.
sh_destr.c
0
/*
Destructor
for SH specific backend library.
sparc_destr.c
0
/*
Destructor
for SPARC specific backend library.
x86_64_destr.c
0
/*
Destructor
for x86_64 specific backend library.
/external/icu4c/i18n/
tolowtrn.cpp
34
*
Destructor
.
tolowtrn.h
38
*
Destructor
.
toupptrn.cpp
34
*
Destructor
.
toupptrn.h
38
*
Destructor
.
Completed in 234 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>