Home | History | Annotate | Download | only in dist

Lines Matching full:self

488 ** of SQLite to unexpected behavior - to make the code "self-healing"
15201 ** is atomic - that it cannot be deceived into thinking self
15203 ** that are not equal to self while the comparison is taking place.
15210 pthread_t self = pthread_self();
15211 if( p->nRef>0 && pthread_equal(p->owner, self) ){
15216 p->owner = self;
15241 ** is atomic - that it cannot be deceived into thinking self
15243 ** that are not equal to self while the comparison is taking place.
15250 pthread_t self = pthread_self();
15251 if( p->nRef>0 && pthread_equal(p->owner, self) ){
15256 p->owner = self;
37277 ** found at self->pBt->mutex.
49267 ** This is an internal self-check only - it is not an essential processing
80800 u8 op = 0; /* One of the SRT_ operations to apply to self */