OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer_heap
(Results
1 - 2
of
2
) 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
...]
Completed in 14 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026