Pārlūkot izejas kodu

doc: add missing definitions

Nathalie Furmento 13 gadi atpakaļ
vecāks
revīzija
a131c220f3
2 mainītis faili ar 70 papildinājumiem un 6 dzēšanām
  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
+

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 53 - 5
doc/chapters/basic-api.texi