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

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

Completed in 47 milliseconds