diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 7ea3e39c138..3bfd4021fd5 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3098,6 +3098,7 @@ VxWorks provides the following comparable interface:

Function Prototype:

@@ -3156,6 +3157,7 @@ int work_queue(int qid, FAR struct work_s *work, worker_t worker,
4.4.2.3.2 work_cancel()

Function Prototype: +#include <nuttx/wqueue.h> int work_cancel(int qid, FAR struct work_s *work);

@@ -3197,6 +3199,7 @@ int work_cancel(int qid, FAR struct work_s *work);
4.4.2.3.3 work_signal()

Function Prototype: +#include <nuttx/wqueue.h> int work_signal(int qid);

@@ -3228,6 +3231,7 @@ int work_signal(int qid);

Function Prototype:

@@ -3258,6 +3262,8 @@ bool work_available(FAR struct work_s *work);

Function Prototype: