Home
last modified time | relevance | path

Searched refs:concurrency (Results 1 – 9 of 9) sorted by relevance

/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java1374 public boolean supportsResultSetConcurrency(int type, int concurrency) in supportsResultSetConcurrency() argument
1379 return concurrency == ResultSet.CONCUR_READ_ONLY || in supportsResultSetConcurrency()
1380 concurrency == ResultSet.CONCUR_UPDATABLE; in supportsResultSetConcurrency()
/external/llvm/lib/Support/Windows/
DSignals.inc50 // (such as CTRL/C) occurs. This causes concurrency issues with the above
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java145 public void setConcurrency(int concurrency) throws SQLException { in setConcurrency() argument
/external/bluetooth/glib/
DChangeLog.pre-2-14216 g_thread_init() and test concurrency resolution.
/external/sqlite/dist/
Dsqlite3.c.orig22837 ** There are various methods for file locking used for concurrency
24587 ** (1) There is zero concurrency. A single reader blocks all other
24786 ** still works when you do this, but concurrency is reduced since
25002 ** the database file at a time. This reduces potential concurrency, but
/external/webkit/Tools/
DChangeLog-2011-02-16922 will abstract the concurrency implementation (inline / threads /
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1617869 <rdar://problem/6166088> Give JSGlobalContextCreate a behavior that is concurrency aware,
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1061308 multiple targets was a potential concurrency bug, though in practice
80773 …dual document more response at the cost of adding more threads and potentially creating concurrency
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en45343 http://www.gotw.ca/publications/concurrency-ddj.htm