Home
last modified time | relevance | path

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

/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dcoroutine_winfibers.c78 void *coroutine_swap(struct coroutine *from, struct coroutine *to, void *arg) in coroutine_swap() function
102 return coroutine_swap(coroutine_self(), to, arg); in coroutine_yieldto()
113 return coroutine_swap(coroutine_self(), to, arg); in coroutine_yield()
H A Dcoroutine_ucontext.c102 void *coroutine_swap(struct coroutine *from, struct coroutine *to, void *arg) in coroutine_swap() function
126 return coroutine_swap(coroutine_self(), to, arg); in coroutine_yieldto()
137 return coroutine_swap(coroutine_self(), to, arg); in coroutine_yield()
H A Dcoroutine_gthread.c105 void *coroutine_swap(struct coroutine *from, struct coroutine *to, void *arg) in coroutine_swap() function
140 return coroutine_swap(coroutine_self(), to, arg); in coroutine_yieldto()
153 return coroutine_swap(coroutine_self(), to, arg); in coroutine_yield()
H A Dcoroutine.h62 void *coroutine_swap(struct coroutine *from, struct coroutine *to, void *arg);
/dports/net/gtk-vnc/gtk-vnc-0.7.2/src/
H A Dcoroutine_ucontext.c93 void *coroutine_swap(struct coroutine *from, struct coroutine *to, void *arg) in coroutine_swap() function
118 return coroutine_swap(coroutine_self(), to, arg); in coroutine_yieldto()
129 return coroutine_swap(coroutine_self(), to, arg); in coroutine_yield()
H A Dcoroutine_gthread.c114 void *coroutine_swap(struct coroutine *from, struct coroutine *to, void *arg) in coroutine_swap() function
148 return coroutine_swap(coroutine_self(), to, arg); in coroutine_yieldto()
161 return coroutine_swap(coroutine_self(), to, arg); in coroutine_yield()
H A Dcoroutine.h57 void *coroutine_swap(struct coroutine *from, struct coroutine *to, void *arg);
/dports/net/gtk-vnc/gtk-vnc-0.7.2/
H A DChangeLog-old771 coroutine_swap())