Lines Matching defs:self
9128 ** of SQLite to unexpected behavior - to make the code "self-healing"
20510 ** is atomic - that it cannot be deceived into thinking self
20512 ** that are not equal to self while the comparison is taking place.
20519 pthread_t self = pthread_self();
20520 if( p->nRef>0 && pthread_equal(p->owner, self) ){
20525 p->owner = self;
20553 ** is atomic - that it cannot be deceived into thinking self
20555 ** that are not equal to self while the comparison is taking place.
20562 pthread_t self = pthread_self();
20563 if( p->nRef>0 && pthread_equal(p->owner, self) ){
20568 p->owner = self;
54021 ** found at self->pBt->mutex.
68949 ** This is an internal self-check only - it is not an essential processing
110950 u8 op = 0; /* One of the SRT_ operations to apply to self */