X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc_p.h;h=d69794103bdd943530c525cce2fe0dbf13eb0c1f;hb=4108302ecc1a63518e91b3ee0ade5d50d89453b6;hp=7dad780d4fb03098ce3f388afcee3750acec50bb;hpb=dc9c2e09cf5e9837cdd3106c57db749301c5bf95;p=bertos.git diff --git a/bertos/kern/proc_p.h b/bertos/kern/proc_p.h index 7dad780d..d6979410 100644 --- a/bertos/kern/proc_p.h +++ b/bertos/kern/proc_p.h @@ -98,7 +98,11 @@ extern REGISTER Process *CurrentProcess; extern REGISTER List ProcReadyList; -/** Enqueue a task in the ready list. */ +/** + * Enqueue a task in the ready list. + * + * \note This is *NOT* protected against + */ #define SCHED_ENQUEUE(proc) ADDTAIL(&ProcReadyList, &(proc)->link) /** Schedule to another process *without* adding the current to the ready list. */