Revision e87bd7c7 doc/activitydiagrams/core/urtCoreStartNodes.uml

View differences:

doc/activitydiagrams/core/urtCoreStartNodes.uml
31 31
  -- //void// --
32 32
  ====
33 33
  -- **return** : urt_status_t --
34
  Always returns ""URT_STATUS_OK"".
34 35
endnote
35 36

  
36 37
/'### PROCEDURE ##############################################################'/
37 38

  
38 39
start
40
:lock core;
41
:access first node in core's list of nodes;
42
while (Current node is not ""NULL""?) is (yes)
43
  :start node thread;
44
  :proceed to next node;
45
endwhile (no)
46
:unlock core;
39 47
stop
48
note
49
  Returns ""URT_STATUS_OK"".
50
endnote
40 51

  
41 52
/'### OUTRO ##################################################################'/
42 53

  

Also available in: Unified diff