|
struct _starpu_sched_ctx_elt * | _starpu_sched_ctx_elt_find (struct _starpu_sched_ctx_list *list, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
void | _starpu_sched_ctx_elt_ensure_consistency (struct _starpu_sched_ctx_list *list, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
void | _starpu_sched_ctx_elt_init (struct _starpu_sched_ctx_elt *elt, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
struct _starpu_sched_ctx_elt * | _starpu_sched_ctx_elt_add_after (struct _starpu_sched_ctx_list *list, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
struct _starpu_sched_ctx_elt * | _starpu_sched_ctx_elt_add_before (struct _starpu_sched_ctx_list *list, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
struct _starpu_sched_ctx_elt * | _starpu_sched_ctx_elt_add (struct _starpu_sched_ctx_list *list, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
void | _starpu_sched_ctx_elt_remove (struct _starpu_sched_ctx_list *list, struct _starpu_sched_ctx_elt *elt) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
int | _starpu_sched_ctx_elt_exists (struct _starpu_sched_ctx_list *list, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
int | _starpu_sched_ctx_elt_get_priority (struct _starpu_sched_ctx_list *list, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
struct _starpu_sched_ctx_list * | _starpu_sched_ctx_list_find (struct _starpu_sched_ctx_list *list, unsigned prio) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
struct _starpu_sched_ctx_elt * | _starpu_sched_ctx_list_add_prio (struct _starpu_sched_ctx_list **list, unsigned prio, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
int | _starpu_sched_ctx_list_add (struct _starpu_sched_ctx_list **list, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
void | _starpu_sched_ctx_list_remove_elt (struct _starpu_sched_ctx_list **list, struct _starpu_sched_ctx_elt *rm) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
int | _starpu_sched_ctx_list_remove (struct _starpu_sched_ctx_list **list, unsigned sched_ctx) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
int | _starpu_sched_ctx_list_move (struct _starpu_sched_ctx_list **list, unsigned sched_ctx, unsigned prio_to) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
int | _starpu_sched_ctx_list_exists (struct _starpu_sched_ctx_list *list, unsigned prio) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
void | _starpu_sched_ctx_list_remove_all (struct _starpu_sched_ctx_list *list) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
void | _starpu_sched_ctx_list_delete (struct _starpu_sched_ctx_list **list) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
int | _starpu_sched_ctx_list_push_event (struct _starpu_sched_ctx_list *list, unsigned sched_ctx) |
|
int | _starpu_sched_ctx_list_pop_event (struct _starpu_sched_ctx_list *list, unsigned sched_ctx) |
|
int | _starpu_sched_ctx_list_pop_all_event (struct _starpu_sched_ctx_list *list, unsigned sched_ctx) |
|
int | _starpu_sched_ctx_list_iterator_init (struct _starpu_sched_ctx_list *list, struct _starpu_sched_ctx_list_iterator *it) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
int | _starpu_sched_ctx_list_iterator_has_next (struct _starpu_sched_ctx_list_iterator *it) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|
struct _starpu_sched_ctx_elt * | _starpu_sched_ctx_list_iterator_get_next (struct _starpu_sched_ctx_list_iterator *it) STARPU_ATTRIBUTE_VISIBILITY_DEFAULT |
|