Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dthreads.c181 DWORD sqlite3Win32Wait(HANDLE hObject); /* os_win.c */
196 rc = sqlite3Win32Wait((HANDLE)p->tid); in sqlite3ThreadJoin()
H A Dos_win.c1397 DWORD sqlite3Win32Wait(HANDLE hObject){ in sqlite3Win32Wait() function