Searched defs:release (Results 26 - 33 of 33) sorted by relevance

12

/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dbastring.h86 void release() { if (atomic_add((__haiku_int32*) &ref, -1) == 1) delete this; } function in struct:basic_string::Rep
90 void release () function in struct:basic_string::Rep
106 void release () function in struct:basic_string::Rep
122 void release () { if (--ref == 0) delete this; } function in struct:basic_string::Rep
/haiku-buildtools/binutils/gold/
H A Darchive.h228 release() function in class:gold::Archive
H A Dfileread.cc258 File_read::release() function in class:gold::File_read
H A Dobject.h524 release() function in class:gold::Object
/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit++.h552 context::release () function in class:gccjit::context
/haiku-buildtools/gcc/libgomp/
H A Dlibgomp.h443 gomp_sem_t release; member in struct:gomp_thread
/haiku-buildtools/gcc/gcc/ada/
H A Dinit.c2261 char release[len]; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/h8300/
H A Dpr58400.c76 struct kobject { const char *name; struct list_head entry; struct kobject *parent; struct kset *kset; struct kobj_type *ktype; struct sysfs_dirent *sd; struct kref kref; struct delayed_work release; unsigned int state_initialized:1; unsigned int state_in_sysfs:1; unsigned int state_add_uevent_sent:1; unsigned int state_remove_uevent_sent:1; unsigned int uevent_suppress:1; }; member in struct:kobject

Completed in 90 milliseconds

12