OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_heap
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libuv/dist/src/
timer.c
29
static struct heap *
timer_heap
(const uv_loop_t* loop) {
function
31
return (struct heap*) loop->
timer_heap
;
33
return (struct heap*) &loop->
timer_heap
;
89
heap_insert(
timer_heap
(handle->loop),
100
heap_remove(
timer_heap
(handle->loop),
149
heap_node = heap_min(
timer_heap
(loop));
174
heap_node = heap_min(
timer_heap
(loop));
/src/external/mit/libuv/dist/src/win/
core.c
229
struct heap*
timer_heap
;
local
267
loop->
timer_heap
=
timer_heap
= uv__malloc(sizeof(*
timer_heap
));
268
if (
timer_heap
== NULL) {
273
heap_init(
timer_heap
);
309
uv__free(
timer_heap
);
310
loop->
timer_heap
= NULL;
366
uv__free(loop->
timer_heap
);
367
loop->
timer_heap
= NULL
[
all
...]
/src/external/mit/libuv/dist/src/unix/
loop.c
51
heap_init((struct heap*) &loop->
timer_heap
);
/src/external/mit/libuv/dist/include/uv/
unix.h
244
}
timer_heap
; \
win.h
330
/* TODO(bnoordhuis) Stop heap-allocating |
timer_heap
| in libuv v2.x. */ \
331
void*
timer_heap
; \
Completed in 20 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026