aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2015-02-05 11:57:12 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-02-11 07:13:11 +0300
commit8ef18a30cbf01e5d99c476bb0f6075da45ac8977 (patch)
treea76ac5bfa1f9de108077624d7a7df7bbf035557e /include
parent4feec768cd8dd4a39da9bea5a5c206a92df75511 (diff)
api: cpu: Renamed odp_thread_cpu to odp_cpu_id
This returns system specific cpu id. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/odp/api/thread.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/odp/api/thread.h b/include/odp/api/thread.h
index e5185f2..4eb69cb 100644
--- a/include/odp/api/thread.h
+++ b/include/odp/api/thread.h
@@ -29,14 +29,6 @@ extern "C" {
*/
int odp_thread_id(void);
-
-/**
- * Get CPU number
- *
- * @return CPU number where the thread is currently running
- */
-int odp_thread_cpu(void);
-
/**
* @}
*/