Searched refs:THREAD_LOCAL (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | ComparatorOptionsTest.java | 31 copt.setReusedSynchronisationType(ReusedSynchronisationType.THREAD_LOCAL); in reusedSynchronisationType() 33 .isEqualTo(ReusedSynchronisationType.THREAD_LOCAL); in reusedSynchronisationType()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | comparatorjnicallback.cc | 74 == ReusedSynchronisationType::THREAD_LOCAL) { in ComparatorJniCallback() 542 if (m_options->reused_synchronisation_type != ReusedSynchronisationType::THREAD_LOCAL in MaybeLockForReuse() 551 if (m_options->reused_synchronisation_type != ReusedSynchronisationType::THREAD_LOCAL in MaybeUnlockForReuse() 561 == ReusedSynchronisationType::THREAD_LOCAL) { in GetBuffer()
|
| D | comparatorjnicallback.h | 40 THREAD_LOCAL enumerator
|
| D | portal.h | 7509 case ROCKSDB_NAMESPACE::ReusedSynchronisationType::THREAD_LOCAL: in toJavaReusedSynchronisationType() 7526 return ROCKSDB_NAMESPACE::ReusedSynchronisationType::THREAD_LOCAL; in toCppReusedSynchronisationType()
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/util/ |
| D | BytewiseComparatorIntTest.java | 76 { "non-direct_reused64_thread-local", false, 64, ReusedSynchronisationType.THREAD_LOCAL }, in parameters() 77 { "direct_reused64_thread-local", true, 64, ReusedSynchronisationType.THREAD_LOCAL }, in parameters()
|
| D | ReverseBytewiseComparatorIntTest.java | 77 { "non-direct_reused64_adaptive-mutex", false, 64, ReusedSynchronisationType.THREAD_LOCAL }, in parameters() 78 { "direct_reused64_adaptive-mutex", true, 64, ReusedSynchronisationType.THREAD_LOCAL }, in parameters()
|
| D | IntComparatorTest.java | 75 { "non-direct_reused64_thread-local", false, 64, ReusedSynchronisationType.THREAD_LOCAL }, in parameters() 76 { "direct_reused64_thread-local", true, 64, ReusedSynchronisationType.THREAD_LOCAL }, in parameters()
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | ReusedSynchronisationType.java | 28 THREAD_LOCAL((byte)0x2); enumConstant
|
| /rocksdb-6.9/java/jmh/src/main/java/org/rocksdb/jmh/ |
| D | ComparatorBenchmarks.java | 93 comparatorOptions.setReusedSynchronisationType(ReusedSynchronisationType.THREAD_LOCAL); in setup()
|