expert_mode.doxy 834 B

1234567891011121314151617181920212223242526
  1. /*
  2. * This file is part of the StarPU Handbook.
  3. * Copyright (C) 2009--2011 Universit@'e de Bordeaux 1
  4. * Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
  5. * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
  6. * See the file version.doxy for copying conditions.
  7. */
  8. /*! \defgroup API_Expert_Mode Expert Mode
  9. \fn void starpu_wake_all_blocked_workers(void)
  10. \ingroup API_Expert_Mode
  11. Wake all the workers, so they can inspect data requests and task
  12. submissions again.
  13. \fn int starpu_progression_hook_register(unsigned (*func)(void *arg), void *arg)
  14. \ingroup API_Expert_Mode
  15. Register a progression hook, to be called when workers are idle.
  16. \fn void starpu_progression_hook_deregister(int hook_id)
  17. \ingroup API_Expert_Mode
  18. Unregister a given progression hook.
  19. */