nuttx/sched/group
2015-10-02 16:30:35 -06:00
..
group_addrenv.c Fix some inconsistent field name in struct task_group_s: addrenv should be tg_addrenv. 2014-09-23 16:01:44 -06:00
group_childstatus.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
group_create.c Fix more places where the user-mode allocator is used to allocate kernel thread resources -- before the user-mode allocator even exists 2014-09-03 14:58:24 -06:00
group_find.c Add group_addrenv() which will be called during context switches in order to change address environments. Not yet hooked in 2014-08-26 14:54:39 -06:00
group_foreachchild.c Move group logic from sched/ to sched/group 2014-08-08 14:06:42 -06:00
group_free.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
group_join.c Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency with other naming 2014-08-31 15:27:37 -06:00
group_killchildren.c Correct #if to #ifdef when the macro can be undefined. Fix bug in AT24XX driver: it should compare AT24XX_ADDRSIZE to 2. 2015-09-01 13:52:29 -04:00
group_leave.c Add support for a per-process virtual page allocator. This is a new member of the task_group_s structure. The allocaor must be initialized when a new user process is started and uninitialize when the process group is finally destroyed. It is used by shmat() and shmdt() to pick the virtual address onto which to map the shared physical memory. 2014-09-23 16:04:39 -06:00
group_malloc.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
group_setupidlefiles.c Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything 2014-10-06 10:53:25 -06:00
group_setupstreams.c Fix more common typos 2015-08-16 11:07:23 -06:00
group_setuptaskfiles.c Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything 2014-10-06 10:53:25 -06:00
group_signal.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
group_zalloc.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
group.h Fix more places where the user-mode allocator is used to allocate kernel thread resources -- before the user-mode allocator even exists 2014-09-03 14:58:24 -06:00
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00