Home
last modified time | relevance | path

Searched refs:nBusy (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_superlock.c32 int nBusy; /* Number of times xBusy has been invoked */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
292 static int superlock_busy(void *pCtx, int nBusy){ in superlock_busy() argument
299 Tcl_ListObjAppendElement(p->interp, pEval, Tcl_NewIntObj(nBusy)); in superlock_busy()
H A Dtest_thread.c259 static int xBusy(void *pArg, int nBusy){ in xBusy() argument
261 UNUSED_PARAMETER(nBusy); in xBusy()
H A Dmain.c1700 if( p->xBusyHandler==0 || p->nBusy<0 ) return 0; in sqlite3InvokeBusyHandler()
1701 rc = p->xBusyHandler(p->pBusyArg, p->nBusy); in sqlite3InvokeBusyHandler()
1703 p->nBusy = -1; in sqlite3InvokeBusyHandler()
1705 p->nBusy++; in sqlite3InvokeBusyHandler()
1725 db->busyHandler.nBusy = 0; in sqlite3_busy_handler()
2407 db->busyHandler.nBusy = 0; in sqlite3_wal_checkpoint_v2()
3859 int nSave = db->busyHandler.nBusy; in sqlite3_file_control()
3861 db->busyHandler.nBusy = nSave; in sqlite3_file_control()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_superlock.c32 int nBusy; /* Number of times xBusy has been invoked */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
292 static int superlock_busy(void *pCtx, int nBusy){ in superlock_busy() argument
299 Tcl_ListObjAppendElement(p->interp, pEval, Tcl_NewIntObj(nBusy)); in superlock_busy()
H A Dtest_thread.c259 static int xBusy(void *pArg, int nBusy){ in xBusy() argument
261 UNUSED_PARAMETER(nBusy); in xBusy()
H A Dmain.c1511 if( NEVER(p==0) || p->xFunc==0 || p->nBusy<0 ) return 0; in sqlite3InvokeBusyHandler()
1512 rc = p->xFunc(p->pArg, p->nBusy); in sqlite3InvokeBusyHandler()
1514 p->nBusy = -1; in sqlite3InvokeBusyHandler()
1516 p->nBusy++; in sqlite3InvokeBusyHandler()
1536 db->busyHandler.nBusy = 0; in sqlite3_busy_handler()
2131 db->busyHandler.nBusy = 0; in sqlite3_wal_checkpoint_v2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_superlock.c32 int nBusy; /* Number of times xBusy has been invoked */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
292 static int superlock_busy(void *pCtx, int nBusy){ in superlock_busy() argument
299 Tcl_ListObjAppendElement(p->interp, pEval, Tcl_NewIntObj(nBusy)); in superlock_busy()
H A Dtest_thread.c259 static int xBusy(void *pArg, int nBusy){ in xBusy() argument
261 UNUSED_PARAMETER(nBusy); in xBusy()
H A Dmain.c1618 if( p->xBusyHandler==0 || p->nBusy<0 ) return 0; in sqlite3InvokeBusyHandler()
1624 rc = xTra(p->pBusyArg, p->nBusy, pFile); in sqlite3InvokeBusyHandler()
1627 rc = p->xBusyHandler(p->pBusyArg, p->nBusy); in sqlite3InvokeBusyHandler()
1630 p->nBusy = -1; in sqlite3InvokeBusyHandler()
1632 p->nBusy++; in sqlite3InvokeBusyHandler()
1652 db->busyHandler.nBusy = 0; in sqlite3_busy_handler()
2334 db->busyHandler.nBusy = 0; in sqlite3_wal_checkpoint_v2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_superlock.c32 int nBusy; /* Number of times xBusy has been invoked */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
292 static int superlock_busy(void *pCtx, int nBusy){ in superlock_busy() argument
299 Tcl_ListObjAppendElement(p->interp, pEval, Tcl_NewIntObj(nBusy)); in superlock_busy()
H A Dtest_thread.c259 static int xBusy(void *pArg, int nBusy){ in xBusy() argument
261 UNUSED_PARAMETER(nBusy); in xBusy()
H A Dmain.c1700 if( p->xBusyHandler==0 || p->nBusy<0 ) return 0; in sqlite3InvokeBusyHandler()
1701 rc = p->xBusyHandler(p->pBusyArg, p->nBusy); in sqlite3InvokeBusyHandler()
1703 p->nBusy = -1; in sqlite3InvokeBusyHandler()
1705 p->nBusy++; in sqlite3InvokeBusyHandler()
1725 db->busyHandler.nBusy = 0; in sqlite3_busy_handler()
2405 db->busyHandler.nBusy = 0; in sqlite3_wal_checkpoint_v2()
3855 int nSave = db->busyHandler.nBusy; in sqlite3_file_control()
3857 db->busyHandler.nBusy = nSave; in sqlite3_file_control()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_superlock.c32 int nBusy; /* Number of times xBusy has been invoked */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
285 static int superlock_busy(void *pCtx, int nBusy){ in superlock_busy() argument
292 Tcl_ListObjAppendElement(p->interp, pEval, Tcl_NewIntObj(nBusy)); in superlock_busy()
H A Dtest_thread.c253 static int xBusy(void *pArg, int nBusy){ in xBusy() argument
255 UNUSED_PARAMETER(nBusy); in xBusy()
H A Dmain.c935 if( NEVER(p==0) || p->xFunc==0 || p->nBusy<0 ) return 0; in sqlite3InvokeBusyHandler()
936 rc = p->xFunc(p->pArg, p->nBusy); in sqlite3InvokeBusyHandler()
938 p->nBusy = -1; in sqlite3InvokeBusyHandler()
940 p->nBusy++; in sqlite3InvokeBusyHandler()
957 db->busyHandler.nBusy = 0; in sqlite3_busy_handler()
/dports/comms/wsjtz/wsjtx/map65/
H A Dsoundin.cpp235 int nBusy=0; in run() local
264 nBusy++; in run()
395 int nBusy=0; in inputUDP() local
440 nBusy++; in inputUDP()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dtriggers.cpp1660 int nBusy = GetSourceBusy(event); in LinkSector() local
1663 VSpriteBusy(nSector, nBusy); in LinkSector()
1666 VDoorBusy(nSector, nBusy); in LinkSector()
1670 HDoorBusy(nSector, nBusy); in LinkSector()
1674 RDoorBusy(nSector, nBusy); in LinkSector()
1677 pXSector->busy = nBusy; in LinkSector()
1686 int nBusy = GetSourceBusy(event); in LinkSprite() local
1706 pXSprite->busy = nBusy; in LinkSprite()
1716 int nBusy = GetSourceBusy(event); in LinkWall() local
1717 pXWall->busy = nBusy; in LinkWall()
[all …]
/dports/sysutils/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3/po/
H A Den_AU.po153 msgstr "%s\n----------------\nI/O (MiB/s)\n Read :%3.2f\n Write :%3.2f\n Total :%3.2f\nBusy t…
H A Den_CA.po152 msgstr "%s\n----------------\nI/O (MiB/s)\n Read :%3.2f\n Write :%3.2f\n Total :%3.2f\nBusy t…
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/rtree/
H A Drtree.c153 int nBusy; /* Current number of users of this structure */ member
741 pRtree->nBusy++; in rtreeReference()
749 pRtree->nBusy--; in rtreeRelease()
750 if( pRtree->nBusy==0 ){ in rtreeRelease()
3019 pRtree->nBusy = 1; in rtreeInit()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rtree/
H A Drtree.c127 u32 nBusy; /* Current number of users of this structure */ member
910 pRtree->nBusy++; in rtreeReference()
918 pRtree->nBusy--; in rtreeRelease()
919 if( pRtree->nBusy==0 ){ in rtreeRelease()
3473 pRtree->nBusy = 1; in rtreeInit()
3521 assert( pRtree->nBusy==1 ); in rtreeInit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A Drtree.c144 u32 nBusy; /* Current number of users of this structure */ member
982 pRtree->nBusy++; in rtreeReference()
990 pRtree->nBusy--; in rtreeRelease()
991 if( pRtree->nBusy==0 ){ in rtreeRelease()
3725 pRtree->nBusy = 1; in rtreeInit()
3796 assert( pRtree->nBusy==1 ); in rtreeInit()
H A Dgeopoly.c1243 pRtree->nBusy = 1; in geopolyInit()
1292 assert( pRtree->nBusy==1 ); in geopolyInit()
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A Drtree.c145 u32 nBusy; /* Current number of users of this structure */ member
1000 pRtree->nBusy++; in rtreeReference()
1008 pRtree->nBusy--; in rtreeRelease()
1009 if( pRtree->nBusy==0 ){ in rtreeRelease()
3743 pRtree->nBusy = 1; in rtreeInit()
3816 assert( pRtree->nBusy==1 ); in rtreeInit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A Drtree.c145 u32 nBusy; /* Current number of users of this structure */ member
1000 pRtree->nBusy++; in rtreeReference()
1008 pRtree->nBusy--; in rtreeRelease()
1009 if( pRtree->nBusy==0 ){ in rtreeRelease()
3743 pRtree->nBusy = 1; in rtreeInit()
3816 assert( pRtree->nBusy==1 ); in rtreeInit()

123456789