Home
last modified time | relevance | path

Searched refs:right (Results 1 – 9 of 9) sorted by relevance

/libuv/src/
H A Dheap-inl.h29 struct heap_node* right; member
85 sibling = child->right; in heap_node_swap()
87 child->right = parent; in heap_node_swap()
95 if (parent->right != NULL) in heap_node_swap()
116 newnode->right = NULL; in HEAP_EXPORT()
131 child = &(*child)->right; in HEAP_EXPORT()
174 max = &(*max)->right; in HEAP_EXPORT()
197 child->right = node->right; in HEAP_EXPORT()
204 if (child->right != NULL) { in HEAP_EXPORT()
224 if (child->right != NULL && less_than(child->right, smallest)) in HEAP_EXPORT()
[all …]
/libuv/docs/src/
H A Dprepare.rst7 Prepare handles will run the given callback once per loop iteration, right
H A Dcheck.rst7 Check handles will run the given callback once per loop iteration, right
H A Didle.rst7 Idle handles will run the given callback once per loop iteration, right
H A Ddesign.rst72 #. Pending callbacks are called. All I/O callbacks are called right after polling for I/O, for the
79 #. Prepare handle callbacks are called. Prepare handles get their callbacks called right before
97 #. Check handle callbacks are called. Check handles get their callbacks called right after the
/libuv/
H A DLICENSE-docs159 Licensor waives and/or agrees not to assert any right or
191 1. Moral rights, such as the right of integrity, are not
202 3. To the extent possible, the Licensor waives any right to
207 reserves any right to collect such royalties.
267 a. for the avoidance of doubt, Section 2(a)(1) grants You the right
320 b. Where Your right to use the Licensed Material has terminated under
330 right the Licensor may have to seek remedies for Your violations
/libuv/docs/src/guide/
H A Dutilities.rst314 quite simple as long as your library exports the right symbols. Be careful with
430 *n* C Moves cursor right by n columns
H A Dthreads.rst358 a mutex or rwlock to ensure accesses are performed in the right order.
H A Dprocesses.rst413 passing in the handle (``client``) as the right argument. With this our

Completed in 23 milliseconds