Searched refs:watch_slots (Results 1 – 3 of 3) sorted by relevance
464 libxl__ev_watch_slot *slot = &CTX->watch_slots[slotnum]; in libxl__watch_slot_contents()468 ((uintptr_t)slotcontents >= (uintptr_t)CTX->watch_slots && in libxl__watch_slot_contents()469 (uintptr_t)slotcontents < (uintptr_t)(CTX->watch_slots + in libxl__watch_slot_contents()616 CTX->watch_slots, sizeof(*newarray) * newarraysize); in libxl__ev_xswatch_register()621 CTX->watch_slots = newarray; in libxl__ev_xswatch_register()631 int slotnum = use - CTX->watch_slots; in libxl__ev_xswatch_register()680 libxl__ev_watch_slot *slot = &CTX->watch_slots[w->slotnum]; in libxl__ev_xswatch_deregister()
56 ctx->watch_slots = 0; in libxl_ctx_alloc()187 free(ctx->watch_slots); in libxl_ctx_free()
478 libxl__ev_watch_slot *watch_slots; member
Completed in 18 milliseconds