OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readThread
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CtsVerifier/jni/midi/
MidiTestManager.cpp
27
static pthread_t
readThread
;
251
int status = pthread_create(&
readThread
, NULL, readThreadRoutine, this);
253
ALOGE("Can't start
readThread
: %s (%d)", strerror(status), status);
322
int status = pthread_join(
readThread
, &threadRetval);
324
ALOGE("Failed to join
readThread
: %s (%d)", strerror(status), status);
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java
[
all
...]
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java
[
all
...]
Completed in 349 milliseconds