34 #ifndef SCHEDWRK_H_DEFINED
35 #define SCHEDWRK_H_DEFINED
38 void (*serialize_lock_fn) (
void),
39 void (*serialize_unlock_fn) (
void));
int schedwrk_create_nolock(hdb_handle_t *handle, int(schedwrk_fn)(const void *), const void *context)
int schedwrk_create(hdb_handle_t *handle, int(schedwrk_fn)(const void *), const void *context)
void schedwrk_init(void(*serialize_lock_fn)(void), void(*serialize_unlock_fn)(void))
int(* schedwrk_fn)(const void *)
void schedwrk_destroy(hdb_handle_t handle)