Home
last modified time | relevance | path

Searched refs:createThread (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/test/1934-jvmti-signal-thread/src/art/
H A DTest1934.java74 public static Thread createThread(Runnable r, String name) { in createThread() method in Test1934
81 Thread target = createThread(() -> { while (true) { } }, "waiting thread!"); in testStopBeforeStart()
100 Thread target = createThread(() -> { while (true) { } }, "waiting thread!"); in testInterruptBeforeStart()
120 Thread target = createThread(() -> { in testStopWait()
147 Thread target = createThread(() -> { in testInterruptWait()
179 Thread target = createThread(() -> { in testStopInNative()
221 Thread target = createThread(() -> { in testStopRecur()
242 Thread target = createThread(() -> { in testInterruptRecur()
265 Thread target = createThread(() -> { sem.release(); while (true) {} }, "Spinning thread!"); in testStopSpinning()
280 Thread target = createThread(() -> { in testInterruptSpinning()
/aosp12/system/core/libutils/include/utils/
H A DAndroidThreads.h99 inline bool createThread(thread_func_t f, void *a) { in createThread() function
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp81 void createThread(std::unique_ptr<VSyncSource>);
142 createThread(std::move(vsyncSource)); in EventThreadTest()
164 void EventThreadTest::createThread(std::unique_ptr<VSyncSource> source) { in createThread() function in android::EventThreadTest
/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointShared.cpp129 aaudio_result_t result = getStreamInternal()->createThread(periodNanos, in startSharingThread_l()
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.h160 aaudio_result_t createThread(int64_t periodNanoseconds, in createThread() function
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1761 createThread(callbackThread, this); in Antagonizer()