OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_t
(Results
726 - 750
of
1044
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc
202
pthread_t
threads[kNumShards];
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
74
static
pthread_t
timer_thread_id = 0;
107
pthread_t
thread_id = pthread_self();
492
static
pthread_t
workerThreadId = NULL;
888
pthread_t
thread_id = pthread_self( );
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDLOSXCAGuard.h
109
pthread_t
mOwner;
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscostask.c
43
pthread_t
main_thread;
/external/valgrind/main/helgrind/tests/
tc17_sembar.c
190
pthread_t
thr[4];
/frameworks/wilhelm/src/
classes.h
187
pthread_t
mSyncThread;
/hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h
173
pthread_t
thr;
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_internal.h
179
pthread_t
cbThread;
/system/extras/tests/bionic/libc/common/
test_pthread_mutex.c
322
pthread_t
th1, th2;
test_pthread_rwlock.c
299
pthread_t
th1, th2;
/dalvik/vm/
Globals.h
702
pthread_t
signalCatcherHandle;
710
pthread_t
stdioConverterHandle;
822
pthread_t
compilerHandle;
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc
112
#include <pthread.h> // for
pthread_t
, pthread_self()
147
pthread_t
MemoryRegionMap::lock_owner_tid_; // GUARDED_BY(owner_lock_)
158
static inline bool current_thread_is(
pthread_t
should_be) {
/external/chromium_org/v8/src/
platform-posix.cc
77
static const
pthread_t
kNoThread = (
pthread_t
) 0;
554
pthread_t
thread_; // Thread handle for pthread.
/external/v8/src/
platform-cygwin.cc
54
static const
pthread_t
kNoThread = (
pthread_t
) 0;
379
pthread_t
thread_; // Thread handle for pthread.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-default.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
gthr-posix.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-default.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
gthr-posix.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-default.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
gthr-posix.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-default.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
gthr-posix.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-default.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
gthr-posix.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-default.h
66
typedef
pthread_t
__gthread_t;
399
pthread_t
new_thread_handle;
423
pthread_t
thread_id = __gthrw_(pthread_self) ();
Completed in 361 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>