Home
last modified time | relevance | path

Searched refs:notInit (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c1735 static volatile int notInit = 1; local
1736 if( notInit ){
1737 if( notInit == 2 ) /* as close as you can get to thread safe init */
1740 notInit = 2;
1742 notInit = 0;