osWrite          25618 sqlite3/libsqlite/sqlite3.c     do{ rc = osWrite(fd, "S", 1); }while( rc<0 && errno==EINTR );
osWrite          27514 sqlite3/libsqlite/sqlite3.c   do{ got = osWrite(id->h, pBuf, cnt); }while( got<0 && errno==EINTR );