Searched refs:primitives (Results 1 – 4 of 4) sorted by relevance
261 } primitives = { 0 }; variable264 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 …]
156 implement mutex and condition variable primitives for the new platform.159 concurrency primitives is relatively easy. Search within sqlite3async.c
133 # files. Instead, tests are specified using three primitives: SQL, PREP and145 # The SQL primitives are where the action happens. An SQL primitive must160 # program executes all the SQL specified as part of SQL or PREP primitives
13 # using the xShm primitives if the connection is in exclusive-mode.