This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 09:18:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2f2b94b65bf894b1d72abc7c747377abba2ef75d
nuttx
/
mm
/
iob
T
History
Gregory Nutt
98d937104e
mm/: Remove dangling space at the end of lines.
2017-06-28 13:31:21 -06:00
..
iob_add_queue.c
…
iob_alloc_qentry.c
IOBs: Fix build break
2017-05-18 13:59:03 +09:00
iob_alloc.c
There can be a failure in IOB allocation to some asynchronous behavior caused by the use of sem_post(). Consider this scenario:
2017-05-16 11:03:35 -06:00
iob_clone.c
…
iob_concat.c
…
iob_contig.c
…
iob_copyin.c
…
iob_copyout.c
…
iob_dump.c
…
iob_free_chain.c
…
iob_free_qentry.c
There can be a failure in IOB allocation to some asynchronous behavior caused by the use of sem_post(). Consider this scenario:
2017-05-16 11:03:35 -06:00
iob_free_queue.c
…
iob_free.c
There can be a failure in IOB allocation to some asynchronous behavior caused by the use of sem_post(). Consider this scenario:
2017-05-16 11:03:35 -06:00
iob_initialize.c
IOBs: Fix a typing error mm/iob/iob.h mm/iob/iob_initialize.c
2017-05-27 08:03:00 -06:00
iob_pack.c
…
iob_peek_queue.c
…
iob_remove_queue.c
…
iob_test.c
…
iob_trimhead_queue.c
…
iob_trimhead.c
…
iob_trimtail.c
…
iob.h
mm/: Remove dangling space at the end of lines.
2017-06-28 13:31:21 -06:00
Kconfig
Porting Guide: Add description of IOBs.
2017-05-20 08:50:05 -06:00
Make.defs
…