Home
last modified time | relevance | path

Searched full:threadsafe (Results 1 – 25 of 253) sorted by relevance

1234567891011

/external/mesa3d/src/mapi/mapi/
Du_current.c90 * of that, \c ThreadSafe, which can only ever be changed to \c GL_TRUE, is
118 static int ThreadSafe; variable
159 if (ThreadSafe) in u_current_init()
170 ThreadSafe = 1; in u_current_init()
202 u_current_user = (ThreadSafe) ? NULL : (void *) ptr; in u_current_set_user()
219 return (ThreadSafe) in u_current_get_user_internal()
246 u_current_table = (ThreadSafe) ? NULL : (void *) tbl; in u_current_set()
261 return (struct mapi_table *) ((ThreadSafe) ? in u_current_get_internal()
/external/jsr305/javadoc/javax/annotation/concurrent/
DThreadSafe.html7 ThreadSafe
10 <META NAME="keywords" CONTENT="javax.annotation.concurrent.ThreadSafe class">
17 parent.document.title="ThreadSafe";
57 …<A HREF="../../../index.html?javax/annotation/concurrent/ThreadSafe.html" target="_top"><B>FRAMES<…
58 &nbsp;<A HREF="ThreadSafe.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
89 Annotation Type ThreadSafe</H2>
95 </FONT>public @interface <B>ThreadSafe</B></DL>
99 ThreadSafe
146 …<A HREF="../../../index.html?javax/annotation/concurrent/ThreadSafe.html" target="_top"><B>FRAMES<…
147 &nbsp;<A HREF="ThreadSafe.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
Dpackage-frame.html32 <A HREF="ThreadSafe.html" title="annotation in javax.annotation.concurrent" target="classFrame">Thr…
DNotThreadSafe.html55 &nbsp;<A HREF="../../../javax/annotation/concurrent/ThreadSafe.html" title="annotation in javax.ann…
109 …/../../javax/annotation/concurrent/ThreadSafe.html" title="annotation in javax.annotation.concurre…
145 &nbsp;<A HREF="../../../javax/annotation/concurrent/ThreadSafe.html" title="annotation in javax.ann…
Dpackage-summary.html108 …"../../../javax/annotation/concurrent/ThreadSafe.html" title="annotation in javax.annotation.concu…
109 <TD>ThreadSafe
/external/libchrome/base/
Dsequence_checker_unittest.cc201 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F()
230 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F()
259 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F()
286 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F()
318 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F()
/external/libphonenumber/demo/war/WEB-INF/
Dappengine-web.xml5 <threadsafe>true</threadsafe>
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
DThreadSafe.java10 * ThreadSafe
21 public @interface ThreadSafe { annotation
/external/jmonkeyengine/engine/src/core/checkers/quals/
DDependent.java15 * enclosing object (the receiver), is marked as {@code ThreadSafe}.
19 * private @Nullable @Dependent(result=NonNull.class, when=ThreadSafe.class)
/external/skia/tests/
DLayerRasterizerTest.cpp19 // be run in a separate thread, and this class is not threadsafe.
25 // Not threadsafe. Only used in one thread. in DummyRasterizer()
30 // Not threadsafe. Only used in one thread. in ~DummyRasterizer()
/external/easymock/src/org/easymock/
DIMocksControl.java83 * @param threadSafe If the mock should be thread safe or not
85 void makeThreadSafe(boolean threadSafe); in makeThreadSafe() argument
/external/protobuf/gtest/src/
Dgtest-death-test.cc80 "\"threadsafe\" (child process re-executes the test binary "
201 // On a POSIX system, this function may be called from a threadsafe-style in DeathTestAbort()
494 // always threadsafe, and Google Test considers the
496 // --gtest_death_test_style=threadsafe there.
829 // threadsafe-style death test process.
849 // The main function for a threadsafe-style death test child process.
897 // A threadsafe implementation of fork(2) for threadsafe-style death tests
1016 if (GTEST_FLAG(death_test_style) == "threadsafe" || in Create()
1021 if (GTEST_FLAG(death_test_style) == "threadsafe") { in Create()
/external/skia/src/core/
DSkMessageBus.h20 // Post a message to be received by all Inboxes for this Message type. Threadsafe.
28 // Overwrite out with all the messages we've received since the last call. Threadsafe.
/external/libchrome/base/memory/
Dweak_ptr_unittest.cc500 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
528 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
548 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
572 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
591 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc80 "\"threadsafe\" (child process re-executes the test binary "
214 // On a POSIX system, this function may be called from a threadsafe-style in DeathTestAbort()
544 // always threadsafe, and Google Test considers the
546 // --gtest_death_test_style=threadsafe there.
880 // threadsafe-style death test process.
900 // The main function for a threadsafe-style death test child process.
953 // A threadsafe implementation of fork(2) for threadsafe-style death tests
1073 if (GTEST_FLAG(death_test_style) == "threadsafe" || in Create()
1080 if (GTEST_FLAG(death_test_style) == "threadsafe") { in Create()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc80 "\"threadsafe\" (child process re-executes the test binary "
214 // On a POSIX system, this function may be called from a threadsafe-style in DeathTestAbort()
542 // always threadsafe, and Google Test considers the
544 // --gtest_death_test_style=threadsafe there.
877 // threadsafe-style death test process.
897 // The main function for a threadsafe-style death test child process.
950 // A threadsafe implementation of fork(2) for threadsafe-style death tests
1070 if (GTEST_FLAG(death_test_style) == "threadsafe" || in Create()
1077 if (GTEST_FLAG(death_test_style) == "threadsafe") { in Create()
/external/gtest/test/
Dgtest-death-test_test.cc421 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
430 // Repeats a representative sample of death tests in the "threadsafe" style:
433 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
438 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
444 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
451 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
461 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
481 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
1302 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-death-test_test.cc423 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
432 // Repeats a representative sample of death tests in the "threadsafe" style:
435 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
440 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
446 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
453 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
463 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
483 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
1357 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST()
/external/lldb/examples/python/
Ddelta.py41 …debugger.HandleCommand('log enable --threadsafe --timestamp --file "%s" gdb-remote packets' % log_…
69 (lldb) log enable --threadsafe --timestamp --file <FILE> ....
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/googleappengine/
Dapp.yaml5 threadsafe: true
/external/jsr305/javadoc/
Dallclasses-noframe.html73 <A HREF="javax/annotation/concurrent/ThreadSafe.html" title="annotation in javax.annotation.concurr…
Dallclasses-frame.html73 …javax/annotation/concurrent/ThreadSafe.html" title="annotation in javax.annotation.concurrent" tar…
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-death-test_test.cc421 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
430 // Repeats a representative sample of death tests in the "threadsafe" style:
433 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
438 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
444 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
451 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
461 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
481 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F()
1368 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST()
/external/chromium-trace/catapult/firefighter/update/
Dmodule.yaml10 threadsafe: true
/external/chromium-trace/catapult/trace_processor/trace_uploader/
Dapp.yaml7 threadsafe: true

1234567891011