OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threading
(Results
101 - 125
of
351
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/WTF/
WTF.vcproj
500
RelativePath="..\..\wtf\
Threading
.cpp"
504
RelativePath="..\..\wtf\
Threading
.h"
/frameworks/base/docs/html/resources/articles/
painless-threading.jd
1
page.title=Painless
Threading
4
<p>This article discusses the
threading
model used by Android applications and how applications can ensure best UI performance by spawning worker threads to handle long-running operations, rather than handling them in the main thread. The article also explains the API that your application can use to interact with Android UI toolkit components running on the main thread and spawn managed worker threads. </p>
/packages/apps/Email/src/com/android/exchange/provider/
GalEmailAddressAdapter.java
202
* Get the separator position, which is tucked into the cursor to deal with
threading
.
331
* can safely check if it has been closed, in the
threading
jumble of our adapter.
/external/bluetooth/glib/tests/
slice-threadinit.c
135
/* initialize
threading
(should retain allocator state) */
/external/bzip2/
bzlib.h
229
threading
-safeness of it.
/external/guava/src/com/google/common/base/
Service.java
42
* the
threading
and state management easier.
/external/opencore/nodes/pvcommsionode/src/
pv_comms_io_node_port.h
223
// interface.
Threading
model will likely dictate
/external/opencore/oscl/oscl/osclio/src/
oscl_socket_tuneables.h
64
//choose threaded implementation whenever the OS has
threading
support.
/external/openssl/crypto/err/
err_prn.c
146
/* BAD for multi-
threading
: uses a local buffer if ret == NULL */
/external/qemu/distrib/sdl-1.2.12/include/
SDL_config.h.in
229
/* Enable various
threading
systems */
/external/webkit/JavaScriptCore/
JavaScriptCore.pri
215
wtf/
Threading
.cpp \
/external/webkit/JavaScriptCore/runtime/
Collector.h
32
#include <wtf/
Threading
.h>
/external/webkit/JavaScriptCore/wtf/
CrossThreadRefCounted.h
37
#include <wtf/
Threading
.h>
MessageQueue.h
37
#include <wtf/
Threading
.h>
/external/webkit/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp
31
#include "
Threading
.h"
/external/webkit/JavaScriptCore/wtf/qt/
ThreadingQt.cpp
30
#include "
Threading
.h"
/external/webkit/WebCore/dom/
ScriptExecutionContext.h
37
#include <wtf/
Threading
.h>
/external/webkit/WebCore/loader/
CrossOriginPreflightResultCache.cpp
34
#include <wtf/
Threading
.h>
WorkerThreadableLoader.h
45
#include <wtf/
Threading
.h>
/external/webkit/WebCore/loader/icon/
IconDatabase.h
39
#include <wtf/
Threading
.h>
/external/webkit/WebCore/platform/text/cf/
StringImplCF.cpp
29
#include <wtf/
Threading
.h>
/external/webkit/WebCore/websockets/
WorkerThreadableWebSocketChannel.h
43
#include <wtf/
Threading
.h>
/external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h
33
#include <wtf/
Threading
.h>
/external/webkit/WebKit/chromium/src/
WebWorkerImpl.cpp
45
#include <wtf/
Threading
.h>
/external/webkit/WebKitTools/pywebsocket/test/
mock.py
36
import
threading
namespace
Completed in 294 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>