Home
last modified time | relevance | path

Searched defs:destructor (Results 1 – 16 of 16) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_spec.c109 void (*destructor)(void *); in _thread_cleanupspecific() local
229 void (*destructor)(void *); in _thr_tsd_unload() local
H A Dthr_private.h356 void (*destructor)(void *); member
/freebsd/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c34 umem_destructor_t *destructor; member
104 …ize_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_… in umem_cache_create()
/freebsd/sys/sys/
H A Dosd.h73 #define osd_thread_register(destructor) \ argument
94 #define osd_jail_register(destructor, methods) \ argument
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_support.c36 typedef int destructor(struct archive *); global() typedef
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h51 #define tsd_create(keyp, destructor) do { \ argument
/freebsd/lib/libc/locale/
H A Dxlocale_private.h89 void(*destructor)(void*); member
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h163 umem_destructor_t *destructor, in umem_cache_create()
/freebsd/sys/kern/
H A Dkern_osd.c93 osd_register(u_int type, osd_destructor_t destructor, const osd_method_t *methods) in osd_register()
/freebsd/crypto/heimdal/include/
H A Dheim_threads.h162 void (*destructor)(void *); member
/freebsd/lib/libthread_db/
H A Dlibpthread_db.c376 void *destructor; in pt_ta_tsd_iter() local
H A Dlibthr_db.c279 void *destructor; in pt_ta_tsd_iter() local
/freebsd/contrib/byacc/
H A Ddefs.h224 char *destructor; member
H A Dreader.c110 int destructor = 0; /* =1 if at least one %destructor */ variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1461 explicit CXXTemporary(const CXXDestructorDecl *destructor) in CXXTemporary()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1047 void (*destructor)(void *); member