Searched refs:objBuffer (Results 1 – 2 of 2) sorted by relevance
51 final StringBuffer objBuffer = new StringBuffer("235345 t"); in testGuard() local52 GuardedObject go = new GuardedObject(objBuffer, new Guard() { in testGuard()55 if (object == objBuffer && objBuffer.length() == 0) { in testGuard()60 assertEquals(objBuffer, go.getObject()); in testGuard()62 objBuffer.setLength(0); in testGuard()
2177 async_close_monitor_ctor(objBuffer, fd);2183 async_close_monitor_dtor(objBuffer);2187 char objBuffer[256]; member in CompatibilityCloseMonitor2189 static_assert(sizeof(objBuffer) > 2*sizeof(AsynchronousCloseMonitor),