Searched refs:destructors (Results 1 - 15 of 15) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFPlatform.c527 tsdDestructor destructors[CF_TSD_MAX_SLOTS]; member in struct:__CFTSDTable
602 // Note that invocation of the destructor may cause a value to be set again in the per-thread data slots. The destructor count and destructors are preserved.
605 if (table->data[i] && table->destructors[i]) {
608 table->destructors[i]((void *)(old));
679 table->destructors[slot] = destructor;
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges316 messages thrown by destructors. Previously L4p ignored these
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ext.c52 slapi_extension_destructor_fnptr *destructors; member in struct:slapi_registered_extension_set::slapi_registered_extension
126 assert( registered_extensions.extensions[objecttype].destructors != NULL );
127 destructor = registered_extensions.extensions[objecttype].destructors[extensionhandle];
212 if ( re->destructors == NULL ) {
213 re->destructors = (slapi_extension_destructor_fnptr *)slapi_ch_calloc( re->count,
216 re->destructors = (slapi_extension_destructor_fnptr *)slapi_ch_realloc( (char *)re->destructors,
219 re->destructors[*extensionhandle] = destructor;
/macosx-10.9.5/libclosure-63/objectTests/
H A Dcopyconstructor.cpp17 int destructors = 0; variable
55 ++destructors;
81 if (constructors != destructors) {
82 fail("%d constructors but only %d destructors", constructors, destructors);
H A Dmember.mm16 int destructors = 0;
55 ++destructors;
H A Drecovercpp.mm16 int destructors = 0;
60 ++destructors;
100 if (constructors != destructors) {
101 fail("didn't recover %d const copies", constructors - destructors);
H A Dreference.cpp16 int destructors = 0; variable
55 ++destructors;
H A Dthis.mm18 int destructors = 0;
59 ++destructors;
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli139 (** [run_static_dtors ee] executes the static destructors of each module in
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DProgram.inc282 // object destructors cloned from the parent process aren't
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Ddelete.test92 test delete-2.4 {object destructors get invoked properly} {
138 test delete-3.4 {object destructors get invoked, even during catastrophe} {
H A Dinherit.test26 test inherit-1.1 {define classes with constructors/destructors} {
105 test inherit-1.3 {destructors should be invoked in the proper order} {
115 test inherit-1.5 {destructors are optional} {
125 test inherit-1.7 {destruction ok if destructors are missing} {
/macosx-10.9.5/top-89.1.2/
H A Dstatistic.c288 s->destructors = NULL;
307 for(dtor = s->destructors; dtor; ) {
338 dtor->next = s->destructors;
340 s->destructors = dtor;
H A Dstatistic.h139 struct statistic_destructor *destructors; member in struct:statistic
161 * This destroys the statistic and calls any destructors necessary.
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSRuntime.cpp267 * destructors there.
288 structor_t * destructors = (structor_t *)section->addr; local
290 if (destructors) {
295 if (destructors[i]) {
296 (*destructors[i])();
305 } /* if (destructors) */
487 /* We failed so call all of the destructors. We must do this before
488 * calling OSMetaClass::postModLoad() as the OSMetaClass destructors
507 * destructors have removed classes from the stalled list so no

Completed in 280 milliseconds