Top | ![]() |
![]() |
![]() |
![]() |
void | (*SchroAsyncCompleteFunc) () |
int | (*SchroAsyncScheduleFunc) () |
SchroAsync * | schro_async_new () |
void | schro_async_free () |
void | schro_async_lock () |
void | schro_async_unlock () |
void | schro_async_signal_scheduler () |
int | schro_async_wait_locked () |
SchroExecDomain | schro_async_get_exec_domain () |
int (*SchroAsyncScheduleFunc) (void *Param1
,SchroExecDomain exec_domain
);
SchroAsync * schro_async_new (int n_threads
,SchroAsyncScheduleFunc schedule
,SchroAsyncCompleteFunc complete
,void *closure
);