OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sThreads
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/os/
HandlerThread_Delegate.java
38
private static Map<BridgeContext, List<HandlerThread>>
sThreads
=
42
List<HandlerThread> list =
sThreads
.get(context);
49
sThreads
.remove(context);
59
List<HandlerThread> list =
sThreads
.get(context);
62
sThreads
.put(context, list);
/ndk/sources/cxx-stl/gabi++/tests/
test_guard.cpp
31
static pthread_t
sThreads
[MAX_THREADS];
44
pthread_create( &
sThreads
[nn], NULL, thread_run, reinterpret_cast<void*>(nn) );
49
pthread_join(
sThreads
[nn], &dummy );
Completed in 45 milliseconds