Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dmutex_w32.c70 static int winMutexNotheld2(sqlite3_mutex *p, DWORD tid){ in winMutexNotheld2()
75 DWORD tid = GetCurrentThreadId(); in winMutexNotheld() local
286 DWORD tid = GetCurrentThreadId(); in winMutexEnter() local
309 DWORD tid = GetCurrentThreadId(); in winMutexTry() local
359 DWORD tid = GetCurrentThreadId(); in winMutexLeave() local
H A Dthreads.c43 pthread_t tid; /* Thread ID */ member
115 void *tid; /* The thread handle */ member
/sqlite-3.40.0/test/
H A Dthreadtest5.c165 int tid = -1; in worker() local
H A Dthreadtest4.c46 int tid; /* Thread ID */ member
H A Dthreadtest3.c458 pthread_t tid; /* Thread id */ member
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js650 const getTypeIdById = (tid)=>{ argument
H A Dsqlite3-api-opfs.js457 const getTypeIdById = (tid)=>{ argument