Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NOTE: Most of the naming examples used in this Wiki page no longer exist.  They have been converted to the naming conventions described in this Wiki page.  While they are good examples, they no longer reflect the current state of the code base.

Legacy smooshed-together names

...

unsigned int sched_cancel_timerl(void);
void sched_resume_timer(void);
void sched_reassess_timer(void);

And the "smooshed" name sched_mergeprioritized() would become:

void sched_merge_prioritized(FAR dq_queue_t *list1, FAR dq_queue_t *list2,
                             uint8_t task_state);

I won't even consider the <subsystem>_<everythingelsesmooshedaltogether>. It has a history but is pretty much odious. We should not consider, for example, the smooshed-together form:

...