Searched defs:parent (Results 1 - 15 of 15) sorted by relevance

/bionic/libc/arch-common/bionic/
H A Dpthread_atfork.h19 extern int __register_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void), void* dso);
26 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) { argument
27 return __register_atfork(prepare, parent, child, &__dso_handle);
/bionic/tests/libs/
H A Dpthread_atfork.cpp19 extern "C" int proxy_pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) { argument
20 return pthread_atfork(prepare, parent, child);
/bionic/tools/versioner/src/
H A DUtils.h50 std::string parent = dirname(path); local
51 if (parent == path) {
55 if (!mkdirs(parent)) {
/bionic/libc/bionic/
H A Dpthread_atfork.cpp41 void (*parent)(void); member in struct:atfork_t
117 // We lock the atfork list here, unlock it in the parent, and reset it in the child.
119 // to the prepare and parent/child handlers.
123 // handlers should be called in the reverse order of the parent/child
146 if (it->parent != nullptr) {
147 it->parent();
155 extern "C" int __register_atfork(void (*prepare)(void), void (*parent)(void), argument
163 entry->parent = parent;
H A Dfts.c80 FTSENT *parent, *tmp; local
106 /* Allocate/initialize root's parent. */
107 if ((parent = fts_alloc(sp, "", 0)) == NULL)
109 parent->fts_level = FTS_ROOTPARENTLEVEL;
122 p->fts_parent = parent;
171 free(parent);
176 free(parent);
215 * list which has a valid parent pointer.
327 * to make the names come out right, and set the parent errno
330 * directories back to the parent w
[all...]
/bionic/libc/kernel/uapi/linux/
H A Ddlm_device.h33 __u32 parent; member in struct:dlm_lock_params
H A Diso_fs.h134 char parent[2]; member in struct:iso_path_table
H A Dfuse.h449 uint64_t parent; member in struct:fuse_notify_inval_entry_out
454 uint64_t parent; member in struct:fuse_notify_delete_out
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Ddlm_device.h33 __u32 parent; member in struct:dlm_lock_params
H A Diso_fs.h134 char parent[2]; member in struct:iso_path_table
H A Dfuse.h449 uint64_t parent; member in struct:fuse_notify_inval_entry_out
454 uint64_t parent; member in struct:fuse_notify_delete_out
/bionic/libdl/
H A Dlibdl.c85 struct android_namespace_t* parent,
173 struct android_namespace_t* parent) {
180 parent,
168 android_create_namespace(const char* name, const char* ld_library_path, const char* default_library_path, uint64_t type, const char* permitted_when_isolated_path, struct android_namespace_t* parent) argument
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Ddlm_device.h33 __u32 parent; member in struct:dlm_lock_params
H A Diso_fs.h134 char parent[2]; member in struct:iso_path_table
H A Dfuse.h449 uint64_t parent; member in struct:fuse_notify_inval_entry_out
454 uint64_t parent; member in struct:fuse_notify_delete_out

Completed in 1128 milliseconds