HomeSort by relevance Sort by last modified time
    Searched refs:writer2 (Results 1 - 12 of 12) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
3-1.c 16 * We have four threads, main(also a reader), writer1, reader, writer2
17 * main has the highest priority, writer1 and reader has same priority, writer2 has lowest
26 * 5. Create a writer2 thread, with priority sched_get_priority_min(). It should block
29 * writer1, reader, writer2.
157 printf("writer2: attempt write lock\n");
167 printf("writer2: acquired writer lock\n");
174 printf("writer2: unlock writer lock\n");
192 pthread_t writer1, reader, writer2; local
265 /* Writer2 is the lowest priority thread */
269 printf("main: create writer2, with priority: %d\n", priority)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ConsoleTest.java 103 PrintWriter writer2 = console.writer(); local
104 assertSame(writer1, writer2);
OutputStreamWriterTest.java 309 OutputStreamWriter writer2 = new OutputStreamWriter(out); local
310 writer2.close();
341 OutputStreamWriter writer2 = new OutputStreamWriter(out, "ascii"); local
342 assertEquals(Charset.forName("ascii"), Charset.forName(writer2
344 writer2.close();
364 OutputStreamWriter writer2 = new OutputStreamWriter(out, cs); local
365 assertEquals(cs, Charset.forName(writer2.getEncoding()));
366 writer2.close();
388 OutputStreamWriter writer2 = new OutputStreamWriter(out, enc); local
389 assertEquals(cs, Charset.forName(writer2.getEncoding()))
    [all...]
  /cts/tests/tests/os/src/android/os/health/cts/
HealthStatsTest.java 191 HealthStatsWriter writer2 = new HealthStatsWriter(CONSTANTS); local
192 writer2.addMeasurement(MEASUREMENT_2, Long.MIN_VALUE);
193 writer.addStats(STATS_0, "a", writer2);
  /bootable/recovery/tests/component/
install_test.cpp 90 ZipWriter writer2(zip_file2);
91 ASSERT_EQ(0, writer2.StartEntry("META-INF/com/android/metadata", kCompressDeflated));
92 ASSERT_EQ(0, writer2.WriteBytes(content.data(), content.size()));
93 ASSERT_EQ(0, writer2.FinishEntry());
94 ASSERT_EQ(0, writer2.Finish());
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 441 final FileOutputStream writer2 = new AutoCloseOutputStream(pipe2[1])) {
457 writer2.close();
523 final FileOutputStream writer2 = new AutoCloseOutputStream(pipe2[1])) {
539 writer2.close();
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
writertest.cpp 132 Writer<StringBuffer> writer2(buffer2);
135 reader2.Parse(s2, writer2);
  /external/python/cpython2/Lib/bsddb/test/
test_associate.py 405 t2 = Thread(target = self.writer2,
421 def writer2(self, d): member in class:ThreadedAssociateTestCase
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_associate.py 405 t2 = Thread(target = self.writer2,
421 def writer2(self, d): member in class:ThreadedAssociateTestCase
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_associate.py 405 t2 = Thread(target = self.writer2,
421 def writer2(self, d): member in class:ThreadedAssociateTestCase
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 405 t2 = Thread(target = self.writer2,
421 def writer2(self, d): member in class:ThreadedAssociateTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 405 t2 = Thread(target = self.writer2,
421 def writer2(self, d): member in class:ThreadedAssociateTestCase

Completed in 1408 milliseconds