Searched refs:async_fibre_makecontext (Results 1 – 5 of 5) sorted by relevance
26 # define async_fibre_makecontext(c) 0 macro
29 # define async_fibre_makecontext(c) \ macro
53 int async_fibre_makecontext(async_fibre *fibre);
35 int async_fibre_makecontext(async_fibre *fibre) in async_fibre_makecontext() function
125 if (! async_fibre_makecontext(&job->fibrectx)) { in async_get_pool_job()351 if (job == NULL || !async_fibre_makecontext(&job->fibrectx)) { in ASYNC_init_thread()