nuttx/sched/group
2016-08-10 07:38:07 -06:00
..
group_addrenv.c
group_childstatus.c
group_create.c Explicitly initialize the group tg_exitsem with sem_init(). The existing logic worked because the correct initialization value is all zero, but it is better to initialize the semaphore explicitly. Noted by Jouko Holopainen. 2016-08-10 07:38:07 -06:00
group_find.c
group_foreachchild.c
group_free.c
group_join.c
group_killchildren.c
group_leave.c Move include/nuttx/lib.h to include/nuttx/lib/lib.h 2016-07-21 14:05:44 -06:00
group_malloc.c
group_setupidlefiles.c Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
group_setupstreams.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
group_setuptaskfiles.c
group_signal.c
group_waiter.c
group_zalloc.c
group.h
Make.defs