1 / 10

Threads in C

Threads in C. Using threads to structure programs in C. Welcome to the family…. Optimizing C compiler and development tools for the entire Freescale ’08 family. C6808 Code Development System. C6808. Optimizing, standards-based C cross-compiler.

Télécharger la présentation

Threads in C

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Threads in C Using threads to structure programs in C.

  2. Welcome to the family… OptimizingC compiler and development tools for the entire Freescale ’08 family. C6808Code Development System

  3. C6808 • Optimizing, standards-basedC cross-compiler. • Very tight code generation;“We win benchmarks”. • Fixed-point transcendental library. • Support for event-driven applications in C…

  4. Threads • Execution paths with common state. • Event-driven. • Brings interrupt style into general programming. • Fully compatible with standard C.

  5. Threads • “Pseudo-hardware” allows event-driven programs.

  6. Threads • Dispatch on arbitrary expressions.

  7. Threads • Separate and organize dispatch and event code.

  8. Run-to-Completion • Asynchronous programming costs resources. • Less complex than an RTOS.

  9. AboutByte Craft Limited • 30 years in the embedded marketplace. • Our main products: C cross-compilers. • Experts in code generation. sales@bytecraft.comwww.bytecraft.com

  10. Thank You. http://www.bytecraft.com/Threads_in_C

More Related