OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread
(Results
1426 - 1450
of
2211
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/v8/src/
platform-linux.cc
31
#include <
pthread
.h>
730
pthread_t thread_; // Thread handle for
pthread
.
857
pthread_mutex_t mutex_; //
Pthread
mutex for POSIX platforms.
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
761
//
Pthread
allocators don't appear to the client to have meaningful
785
//
Pthread
-specific allocator.
812
//
Pthread
key under which per thread state is stored.
[
all
...]
/art/runtime/jdwp/
jdwp.h
26
#include <
pthread
.h>
/bionic/libc/bionic/
pthread_create.cpp
29
#include <
pthread
.h>
/dalvik/vm/test/
AtomicTest.cpp
28
#include <
pthread
.h>
/development/ndk/sources/android/libportable/arch-mips/
errno.c
18
#include <
pthread
.h>
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
22
#include <
pthread
.h>
/development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp
194
// kqueue(2) on FreeBSD,
pthread
(3), or even fork(2). Here we
/device/asus/flo/camera/QCamera2/util/
QCameraCmdThread.cpp
184
ALOGD("%s:
pthread
dead already\n", __func__);
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c
30
#include <
pthread
.h>
mm_qcamera_rdi.c
30
#include <
pthread
.h>
/device/samsung/manta/libsensors/
sensors.cpp
27
#include <
pthread
.h>
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DatagramSocketTest.java
729
Thread
pThread
;
732
pThread
= t;
744
pThread
.interrupt();
747
pThread
.interrupt();
[
all
...]
/external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c
31
#include <
pthread
.h>
userial.c
30
#include <
pthread
.h>
/external/chromium_org/chrome/browser/
chrome_browser_main_posix.cc
9
#include <
pthread
.h>
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
nacl_io_demo.c
13
#include <
pthread
.h>
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_pre_init_manifest_file_test.cc
20
#include <
pthread
.h>
/external/chromium_org/printing/backend/
print_backend_cups.cc
11
#include <
pthread
.h>
/external/chromium_org/rlz/mac/lib/
rlz_value_store_mac.mm
17
#include <
pthread
.h>
/external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp
184
WTF_LOG_ERROR("Failed to create
pthread
at entry point %p with data %p", wtfThreadEntryPoint, invocation.get());
/external/chromium_org/third_party/libjingle/source/talk/base/
thread.h
37
#include <
pthread
.h>
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_thread.h
45
#include <
pthread
.h> /* POSIX threads headers */
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
th-lock.c
78
#include <
pthread
.h>
/external/chromium_org/third_party/sqlite/src/src/
mutex_unix.c
25
#include <
pthread
.h>
Completed in 746 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>