Searched refs:concurrency (Results 1 – 9 of 9) sorted by relevance
1374 public boolean supportsResultSetConcurrency(int type, int concurrency) in supportsResultSetConcurrency() argument1379 return concurrency == ResultSet.CONCUR_READ_ONLY || in supportsResultSetConcurrency()1380 concurrency == ResultSet.CONCUR_UPDATABLE; in supportsResultSetConcurrency()
50 // (such as CTRL/C) occurs. This causes concurrency issues with the above
145 public void setConcurrency(int concurrency) throws SQLException { in setConcurrency() argument
216 g_thread_init() and test concurrency resolution.
22837 ** There are various methods for file locking used for concurrency24587 ** (1) There is zero concurrency. A single reader blocks all other24786 ** still works when you do this, but concurrency is reduced since25002 ** the database file at a time. This reduces potential concurrency, but
922 will abstract the concurrency implementation (inline / threads /
17869 <rdar://problem/6166088> Give JSGlobalContextCreate a behavior that is concurrency aware,
61308 multiple targets was a potential concurrency bug, though in practice80773 …dual document more response at the cost of adding more threads and potentially creating concurrency
45343 http://www.gotw.ca/publications/concurrency-ddj.htm