Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c211 static void async_mutex_enter(int eMutex);
288 assert( eMutex==0 || eMutex==1 || eMutex==2 ); in async_mutex_enter()
296 assert( eMutex==0 || eMutex==1 || eMutex==2 ); in async_mutex_leave()
297 assert( mutex_held(eMutex) ); in async_mutex_leave()
303 async_mutex_leave(eMutex); in async_cond_wait()
305 async_mutex_enter(eMutex); in async_cond_wait()
339 assert( eMutex==0 || eMutex==1 || eMutex==2 ); in async_mutex_enter()
347 assert( eMutex==0 || eMutex==1 || eMutex==2 ); in async_mutex_leave()
348 assert( mutex_held(eMutex) ); in async_mutex_leave()
353 assert( eMutex==0 || eMutex==1 || eMutex==2 ); in async_cond_wait()
[all …]
H A DREADME.txt163 static void async_mutex_enter(int eMutex);
164 static void async_mutex_leave(int eMutex);
165 static void async_cond_wait(int eCond, int eMutex);