Explorar o código

doc: add missing definitions

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
a131c220f3
Modificáronse 2 ficheiros con 70 adicións e 6 borrados
  1. 17 1
      doc/chapters/advanced-api.texi
  2. 53 5
      doc/chapters/basic-api.texi

+ 17 - 1
doc/chapters/advanced-api.texi

@@ -13,8 +13,9 @@
 * Defining a new data interface::  
 * Multiformat Data Interface::  
 * Task Bundles::                
-* Task Lists::                
+* Task Lists::                  
 * Defining a new scheduling policy::  
+* Expert mode::                 
 @end menu
 
 @node Defining a new data interface
@@ -357,3 +358,18 @@ static struct starpu_sched_policy dummy_sched_policy = @{
 @end smallexample
 @end cartouche
 
+@node Expert mode
+@section Expert mode
+
+@deftypefun void starpu_wake_all_blocked_workers (void)
+todo
+@end deftypefun
+
+@deftypefun int starpu_progression_hook_register (unsigned (*@var{func})(void *arg), void *@var{arg})
+todo
+@end deftypefun
+
+@deftypefun void starpu_progression_hook_deregister (int @var{hook_id})
+todo
+@end deftypefun
+

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 53 - 5
doc/chapters/basic-api.texi