summaryrefslogtreecommitdiff
path: root/gtk/coroutine_ucontext.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-08Move gtk/ -> src/Marc-André Lureau1-150/+0
2014-10-30Always use #include "config.h"Christophe Fergeau1-1/+1
2013-11-20coroutine: replace IN_MAIN_CONTEXT macroMarc-André Lureau1-1/+1
2013-11-20coroutine: error out on OOM or impossible conditionsMarc-André Lureau1-13/+5
2013-11-18Fix leak of mmapped memory when cc_init() failsChristophe Fergeau1-1/+10
2013-11-18Free coroutine stack when releasing coroutineDaniel P. Berrange1-0/+2
2013-11-18Abort if mmap of coroutine stack failsDaniel P. Berrange1-1/+4
2013-11-18Fix IN_MAIN_CONTEXT when using coroutine=gthreadChristophe Fergeau1-0/+5
2013-11-18coroutine: fix current coroutineMarc-André Lureau1-1/+1
2013-11-18coroutine: add some preconditionsMarc-André Lureau1-4/+4
2013-01-21build-sys: missing sys/types.h in gtk/channel-display.cJasper Lievisse Adriaanse1-0/+2
2011-05-23define MAP_ANON as MAP_ANONYMOUS if neededAttila Sukosd1-0/+4
2010-12-05gtk: add coroutine utilitiesMarc-André Lureau1-0/+133