nuttx/sched/group
2014-10-07 07:42:36 -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
group_create.c
group_find.c
group_foreachchild.c
group_free.c Fix missing header file for bug introduced yesterday 2014-09-29 07:48:45 -06:00
group_join.c
group_killchildren.c
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 Fix missing header file for bug introduced yesterday 2014-09-29 07:48:45 -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 Rename some functions and reshuffling some paramters 2014-09-11 08:37:06 -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
group_zalloc.c
group.h
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00