Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/utils/
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/
Dmalloc-double-free-check.c42 static pid_t start_child(void) in start_child() function
67 pid = start_child(); in main()
Dmalloc-overflow-check.c54 static pid_t start_child(void) in start_child() function
80 pid = start_child(); in main()
Dmalloc-safe-unlink.c93 static pid_t start_child(void) in start_child() function
118 pid = start_child(); in main()
Dmalloc-modify-pointer.c76 static pid_t start_child(void) in start_child() function
101 pid = start_child(); in main()
Dmalloc-uaf-check.c81 static pid_t start_child(void) in start_child() function
107 pid = start_child(); in main()
/third_party/abseil-cpp/absl/container/internal/
Dbtree.h619 btree_node *start_child() const { return child(start()); }
1746 while (!node->leaf()) node = node->start_child();
1758 while (!node->leaf()) node = node->start_child();
1801 node = node->start_child();
2350 assert(!parent->start_child()->leaf() ||
2351 parent->start_child() == rightmost_);
2440 node_type *child = orig_root->start_child();
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dbtree.h695 btree_node *start_child() const { return child(start()); }
1800 while (!node->leaf()) node = node->start_child();
1812 while (!node->leaf()) node = node->start_child();
1855 node = node->start_child();
2377 assert(!parent->start_child()->leaf() ||
2378 parent->start_child() == rightmost_);
2467 node_type *child = orig_root->start_child();