Searched refs:destructor (Results 1 - 25 of 175) sorted by relevance

1234567

/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_keycreate.c85 dcethread_keycreate(dcethread_key *key, void (*destructor)(void *value))
87 return dcethread__set_errno(pthread_key_create(key, destructor));
91 dcethread_keycreate_throw(dcethread_key *key, void (*destructor)(void *value))
93 DCETHREAD_WRAP_THROW(dcethread_keycreate(key, destructor));
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/lazy-dylib-init-order/
H A Dfoo.c17 static __attribute__((destructor)) void foo_term()
H A Dmain.c13 static __attribute__((destructor)) void main_term()
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DBarFoo.tcl20 # Constructor/destructor add their name to a global var for
27 destructor {
H A DFooBar.tcl20 # Constructor/destructor add their name to a global var for
27 destructor {
H A DBar.tcl18 # Constructor/destructor add their name to a global var for
25 destructor {
H A DMongrel.tcl20 # Constructor/destructor add their name to a global var for
27 destructor {
H A DGeek.tcl19 # Constructor/destructor add their name to a global var for
26 destructor {
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_tsd.c71 // We store the bit-wise negation of the destructor so that a quick non-zero
72 // test can be used to determine if the destructor has been set, even if it is
73 // NULL. This means that a destructor of value ~0x0ull cannot be used. That
77 uintptr_t destructor; member in struct:__anon9636
82 // Returns true if successful, false if destructor was already set.
84 _pthread_key_set_destructor(pthread_key_t key, void (*destructor)(void *))
86 uintptr_t *ptr = &_pthread_keys[key].destructor;
87 uintptr_t value = ~(uintptr_t)destructor;
95 // Returns true if successful, false if the destructor was not set.
99 uintptr_t *ptr = &_pthread_keys[key].destructor;
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlclose-terminator-dlclose/
H A Dfoo.c36 static void __attribute__((destructor)) myterm()
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/terminator-bounds-check/
H A Dmain.c32 __attribute__((destructor))
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DPerThread.h49 static void destructor(void*);
64 static void init(void* object, void (*destructor)(void*)) argument
67 pthread_key_init_np(key, destructor);
79 static void init(void* object, void (*destructor)(void*)) argument
81 std::call_once(onceFlag, [destructor]() {
82 pthread_key_create(&key, destructor);
111 void PerThread<T>::destructor(void* p) function in class:bmalloc::PerThread
122 PerThreadStorage<T>::init(t, destructor);
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dpcscexport.h43 #define DESTRUCTOR __attribute__ ((destructor))
/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreadSpecificWin.cpp51 PlatformThreadSpecificKey(void (*destructor)(void *))
52 : m_destructor(destructor)
92 void threadSpecificKeyCreate(ThreadSpecificKey* key, void (*destructor)(void *))
96 new (*key) PlatformThreadSpecificKey(destructor);
126 data->destructor(data);
/macosx-10.10/libdispatch-442.1.4/src/
H A Ddata.c41 DISPATCH_CRASH("free destructor called");
45 DISPATCH_CRASH("none destructor called");
49 DISPATCH_CRASH("vmdeallocate destructor called");
53 DISPATCH_CRASH("inline destructor called");
83 dispatch_queue_t queue, dispatch_block_t destructor)
85 if (destructor == DISPATCH_DATA_DESTRUCTOR_FREE) {
87 } else if (destructor == DISPATCH_DATA_DESTRUCTOR_NONE) {
89 } else if (destructor == DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE) {
98 dispatch_async_f(queue, destructor, _dispatch_call_block_and_release);
105 dispatch_queue_t queue, dispatch_block_t destructor)
82 _dispatch_data_destroy_buffer(const void* buffer, size_t size, dispatch_queue_t queue, dispatch_block_t destructor) argument
104 _dispatch_data_init(dispatch_data_t data, const void *buffer, size_t size, dispatch_queue_t queue, dispatch_block_t destructor) argument
121 dispatch_data_init(dispatch_data_t data, const void *buffer, size_t size, dispatch_block_t destructor) argument
137 dispatch_data_create(const void* buffer, size_t size, dispatch_queue_t queue, dispatch_block_t destructor) argument
179 dispatch_block_t destructor = (dispatch_block_t)destructor_function; local
213 dispatch_block_t destructor = dd->destructor; local
[all...]
H A Ddata.m56 dispatch_block_t destructor;
58 destructor = DISPATCH_DATA_DESTRUCTOR_DEFAULT;
61 destructor = DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE;
63 destructor = DISPATCH_DATA_DESTRUCTOR_FREE;
66 destructor = DISPATCH_DATA_DESTRUCTOR_NONE;
68 dispatch_data_init(self, bytes, length, destructor);
99 return dd->destructor == DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-voltmeter.tcl28 .t1 destructor
29 .t2 destructor
/macosx-10.10/expat-12/expat/amiga/
H A Dlaunch.c32 void cleanup() __attribute__((destructor));
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dscopedobject.itcl41 # in their derived classes destructor.
58 # destructor {
86 destructor {}
141 itcl::body iwidgets::Scopedobject::destructor {} {
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dsync.defs62 destructor: semaphore_dereference(semaphore_t)
70 destructor: semaphore_dereference(semaphore_t)
79 destructor: lock_set_dereference(lock_set_t)
H A Dmach_types.defs90 destructor: upl_deallocate(upl_t)
126 destructor: task_deallocate(task_t)
134 destructor: task_name_deallocate(task_name_t)
142 destructor: thread_deallocate(thread_t)
150 destructor: thread_deallocate(thread_act_t)
158 destructor: thread_deallocate(thread_act_t)
179 destructor: vm_map_deallocate(vm_map_t)
187 destructor: vm_map_deallocate(vm_map_t)
194 destructor: space_deallocate(ipc_space_t)
282 destructor
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSWeakObjectMapRefPrivate.h52 @param destructor A function to call when the weak map is destroyed.
53 @result A JSWeakObjectMapRef bound to the given context, data and destructor.
57 JS_EXPORT JSWeakObjectMapRef JSWeakObjectMapCreate(JSContextRef ctx, void* data, JSWeakMapDestroyedCallback destructor);
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dmisc.h39 #define DESTRUCTOR __attribute__ ((destructor))
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Dcore.tcl30 destructor {
H A Dtransformcore.tcl29 destructor {

Completed in 146 milliseconds

1234567