aboutsummaryrefslogtreecommitdiff
path: root/doc/implementers-guide/implementers-guide.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/implementers-guide/implementers-guide.adoc')
-rw-r--r--doc/implementers-guide/implementers-guide.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/implementers-guide/implementers-guide.adoc b/doc/implementers-guide/implementers-guide.adoc
index 922188770..398934482 100644
--- a/doc/implementers-guide/implementers-guide.adoc
+++ b/doc/implementers-guide/implementers-guide.adoc
@@ -556,9 +556,9 @@ could (hopefully) be as simple as changing the OS related helper lib.
In the linux helper, two functions are given to create and join ODP threads:
-`odph_odpthreads_create()`
+`odph_thread_create()`
-`odph_odpthreads_join()`
+`odph_thread_join()`
These two functions abstract what an ODP thread really is and their usage
is recommended as they would be implemented in other OS`s helper lib.