DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(flex.info.gz) Reentrant

Info Catalog (flex.info.gz) Cxx (flex.info.gz) Top (flex.info.gz) Lex and Posix
 
 19 Reentrant C Scanners
 ***********************
 
 `flex' has the ability to generate a reentrant C scanner. This is
 accomplished by specifying `%option reentrant' (`-R') The generated
 scanner is both portable, and safe to use in one or more separate
 threads of control.  The most common use for reentrant scanners is from
 within multi-threaded applications.  Any thread may create and execute
 a reentrant `flex' scanner without the need for synchronization with
 other threads.
 

Menu

 
* Reentrant Uses
* Reentrant Overview
* Reentrant Example
* Reentrant Detail
* Reentrant Functions
 
Info Catalog (flex.info.gz) Cxx (flex.info.gz) Top (flex.info.gz) Lex and Posix
automatically generated byinfo2html