aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/schedule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/schedule.h')
-rw-r--r--include/odp/api/spec/schedule.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/odp/api/spec/schedule.h b/include/odp/api/spec/schedule.h
index 29db262c0..417e5cb22 100644
--- a/include/odp/api/spec/schedule.h
+++ b/include/odp/api/spec/schedule.h
@@ -30,21 +30,6 @@ extern "C" {
*/
/**
- * @def ODP_SCHED_WAIT
- * Wait infinitely
- */
-
-/**
- * @def ODP_SCHED_NO_WAIT
- * Do not wait
- */
-
-/**
- * @def ODP_SCHED_GROUP_NAME_LEN
- * Maximum schedule group name length in chars including null char
- */
-
-/**
* Schedule wait time
*
* Converts nanoseconds to wait values for other schedule functions.
@@ -427,14 +412,6 @@ int odp_schedule_group_thrmask(odp_schedule_group_t group,
odp_thrmask_t *thrmask);
/**
- * Schedule group information
- */
-typedef struct odp_schedule_group_info_t {
- const char *name; /**< Schedule group name */
- odp_thrmask_t thrmask; /**< Thread mask of the schedule group */
-} odp_schedule_group_info_t;
-
-/**
* Retrieve information about a schedule group
*
* Fills in schedule group information structure with current values.