aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/thread.h
diff options
context:
space:
mode:
authorOla Liljedahl <ola.liljedahl@linaro.org>2015-02-03 17:48:25 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-02-04 20:01:10 +0300
commit834698618d876b83430b802d0a91e6c5c272fd73 (patch)
treef85b230d7e940f92ccacd54400c104cb1a9fc143 /include/odp/api/thread.h
parentaf2ec9ae663573a5103366e328d9734c069d9fec (diff)
api: odp_thread.h: updated return descriptions
Updated doxygen descriptions, particularly the @return/@retval descriptions. No change of implementation necessary. Signed-off-by: Ola Liljedahl <ola.liljedahl@linaro.org> Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/thread.h')
-rw-r--r--include/odp/api/thread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/odp/api/thread.h b/include/odp/api/thread.h
index 469d29864..d6016cbc3 100644
--- a/include/odp/api/thread.h
+++ b/include/odp/api/thread.h
@@ -23,9 +23,9 @@ extern "C" {
*/
/**
- * Get thread id
+ * Get thread identifier
*
- * @return Thread id of the current thread
+ * @return Thread identifier of the current thread
*/
int odp_thread_id(void);
@@ -33,7 +33,7 @@ int odp_thread_id(void);
/**
* Get CPU number
*
- * @return CPU ID where the thread is currently running
+ * @return CPU number where the thread is currently running
*/
int odp_thread_cpu(void);