Home
last modified time | relevance | path

Searched refs:start_child (Results 1 - 8 of 8) sorted by relevance

/third_party/pulseaudio/src/utils/
H A Dpasuspender.c76 static int start_child(void) { in start_child() function
151 if (start_child() < 0) in suspend_complete()
171 if (start_child() < 0) in context_state_callback()
190 if (start_child() < 0) in context_state_callback()
/third_party/musl/libc-test/src/regression/
H A Dmalloc-overflow-check.c54 static pid_t start_child(void) in start_child() function
80 pid = start_child(); in main()
H A Dmalloc-double-free-check.c43 static pid_t start_child(void) in start_child() function
69 pid = start_child(); in main()
H A Dmalloc-safe-unlink.c97 static pid_t start_child(void) in start_child() function
123 pid = start_child(); in main()
H A Dmalloc-uaf-check.c81 static pid_t start_child(void) in start_child() function
107 pid = start_child(); in main()
H A Dmalloc-encode-pointer.c101 static pid_t start_child(void) in start_child() function
127 pid = start_child(); in main()
H A Dmalloc-modify-pointer.c88 static pid_t start_child(void) in start_child() function
114 pid = start_child(); in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h695 btree_node *start_child() const { return child(start()); } in start_child() function in absl::container_internal::btree_node
1800 while (!node->leaf()) node = node->start_child(); in clear_and_delete()
1812 while (!node->leaf()) node = node->start_child(); in clear_and_delete()
1855 node = node->start_child(); in increment_slow()
2377 assert(!parent->start_child()->leaf() ||
2378 parent->start_child() == rightmost_);
2467 node_type *child = orig_root->start_child();

Completed in 8 milliseconds