Home
last modified time | relevance | path

Searched refs:WaitInfoTable (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/autosetup/
H A Djimsh0.c5262 struct WaitInfoTable;
5269 static void JimDetachPids(struct WaitInfoTable *table, int numPids, const phandle_t *pidPtr);
5423 struct WaitInfoTable { struct
5437 struct WaitInfoTable *table = privData; in JimFreeWaitInfoTable() argument
5445 static struct WaitInfoTable *JimAllocWaitInfoTable(void) in JimAllocWaitInfoTable()
5447 struct WaitInfoTable *table = Jim_Alloc(sizeof(*table)); in JimAllocWaitInfoTable()
5455 static int JimWaitRemove(struct WaitInfoTable *table, phandle_t phandle) in JimWaitRemove()
5481 struct WaitInfoTable *table = Jim_CmdPrivData(interp); in Jim_ExecCmd()
5559 static long JimWaitForProcess(struct WaitInfoTable *table, phandle_t phandle, int *statusPtr) in JimWaitForProcess()
5570 static void JimDetachPids(struct WaitInfoTable *table, int numPids, const phandle_t *pidPtr) in JimDetachPids()
[all …]