Lines Matching refs:owner
18169 ** that the owner of the "z" string does not deallocate the string before
28178 ** The sqlite3_mutex.id, sqlite3_mutex.nRef, and sqlite3_mutex.owner fields
28198 volatile pthread_t owner; /* Thread that is within this mutex */
28229 return (p->nRef!=0 && pthread_equal(p->owner, pthread_self()));
28232 return p->nRef==0 || pthread_equal(p->owner, pthread_self())==0;
28408 ** and p->owner are equal if p->owner changes between two values
28417 if( p->nRef>0 && pthread_equal(p->owner, self) ){
28422 p->owner = self;
28431 assert( p->nRef>0 || p->owner==0 );
28432 p->owner = pthread_self();
28451 ** and p->owner are equal if p->owner changes between two values
28460 if( p->nRef>0 && pthread_equal(p->owner, self) ){
28465 p->owner = self;
28477 p->owner = pthread_self();
28504 if( p->nRef==0 ) p->owner = 0;
28681 volatile DWORD owner; /* Thread holding this mutex */
28706 return p->nRef!=0 && p->owner==GetCurrentThreadId();
28710 return p->nRef==0 || p->owner!=tid;
28901 assert( p->nRef==0 && p->owner==0 );
28936 assert( p->nRef>0 || p->owner==0 );
28937 p->owner = tid;
28973 p->owner = tid;
28983 OSTRACE(("TRY-MUTEX tid=%lu, mutex(%d)=%p (%d), owner=%lu, nRef=%d, rc=%s\n",
28984 tid, p->id, p, p->trace, p->owner, p->nRef, sqlite3ErrName(rc)));
29003 assert( p->owner==tid );
29005 if( p->nRef==0 ) p->owner = 0;
32148 pExpr->pRight==pExpr->pLeft ? " (SELECT-owner)" : "");
40450 ** inode if the mtime or owner or other inode attributes have changed.
41563 ** the original owner will not be able to connect.
43144 /* The owner of the rollback journal or WAL file should always be the
43145 ** same as the owner of the database file. Try to ensure that this is
79986 ** p->pSrc may not actually be the owner. */
246249 sqlite3_log(SQLITE_WARNING, "lock name: %s, pos: 0x%x, len: 0x%x, lock type: %s, owner: %d\n",
246274 sqlite3_log(SQLITE_WARNING, "lock name: %s, pos: 0x%x, len: 0x%x, lock type: %s, owner: %d\n",