Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c261 } primitives = { 0 }; variable
264 if( !primitives.isInit ){ in async_os_initialize()
266 if( primitives.aCond[0]==NULL ){ in async_os_initialize()
272 primitives.isInit = 1; in async_os_initialize()
277 if( primitives.isInit ){ in async_os_shutdown()
281 CloseHandle(primitives.aCond[0]); in async_os_shutdown()
282 primitives.isInit = 0; in async_os_shutdown()
302 ResetEvent(primitives.aCond[eCond]); in async_cond_wait()
309 SetEvent(primitives.aCond[eCond]); in async_cond_signal()
329 } primitives = { variable
[all …]
H A DREADME.txt156 implement mutex and condition variable primitives for the new platform.
159 concurrency primitives is relatively easy. Search within sqlite3async.c
/sqlite-3.40.0/test/
H A Dmalloc3.test133 # files. Instead, tests are specified using three primitives: SQL, PREP and
145 # The SQL primitives are where the action happens. An SQL primitive must
160 # program executes all the SQL specified as part of SQL or PREP primitives
H A Dwalnoshm.test13 # using the xShm primitives if the connection is in exclusive-mode.