Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 1 and Version 2 of Projects/SystemEvents


Ignore:
Timestamp:
02/24/12 04:20:11 (12 years ago)
Author:
Gedare
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/SystemEvents

    v1 v2  
    1313
    1414Various APIs include an event set as an object independent of tasks.  The first step of this project is to propose a set of operations based upon existing practice.
     15
     16Some possibilities for further investigation:
     17 *  FreeBSD: kqueue, kevent, taskqueue
     18  *  http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
     19  *   http://www.freebsd.org/cgi/man.cgi?query=taskqueue&sektion=9