Home | History | Annotate | Download | only in dist

Lines Matching full:self

488 ** of SQLite to unexpected behavior - to make the code "self-healing"
15196 ** is atomic - that it cannot be deceived into thinking self
15198 ** that are not equal to self while the comparison is taking place.
15205 pthread_t self = pthread_self();
15206 if( p->nRef>0 && pthread_equal(p->owner, self) ){
15211 p->owner = self;
15236 ** is atomic - that it cannot be deceived into thinking self
15238 ** that are not equal to self while the comparison is taking place.
15245 pthread_t self = pthread_self();
15246 if( p->nRef>0 && pthread_equal(p->owner, self) ){
15251 p->owner = self;
37272 ** found at self->pBt->mutex.
49256 ** This is an internal self-check only - it is not an essential processing
80789 u8 op = 0; /* One of the SRT_ operations to apply to self */