HomeSort by relevance Sort by last modified time
    Searched defs:pthread_t (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_pthread_wrappers.h 29 typedef HANDLE pthread_t; typedef
44 inline void PTHREAD_CREATE(pthread_t *thread, void *attr,
56 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) {
  /bionic/libc/include/bits/
pthread_types.h 105 typedef long pthread_t; typedef
  /external/libvpx/libvpx/vp8/common/
threading.h 36 #define pthread_t HANDLE macro
57 #define pthread_t TID macro
  /external/libaom/libaom/aom_util/
aom_thread.h 37 typedef HANDLE pthread_t; typedef
72 static INLINE int pthread_create(pthread_t *const thread, const void *attr,
82 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */
92 static INLINE int pthread_join(pthread_t thread, void **value_ptr) {
220 #define pthread_t TID macro
247 static INLINE int pthread_create(pthread_t *const thread, const void *attr,
257 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ);
267 static INLINE int pthread_join(pthread_t thread, void **value_ptr) {
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 34 typedef HANDLE pthread_t; typedef
74 static INLINE int pthread_create(pthread_t *const thread, const void *attr,
84 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */
94 static INLINE int pthread_join(pthread_t thread, void **value_ptr) {
227 #define pthread_t TID macro
254 static INLINE int pthread_create(pthread_t *const thread, const void *attr,
264 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ);
274 static INLINE int pthread_join(pthread_t thread, void **value_ptr) {
  /external/webp/src/utils/
thread_utils.c 24 typedef HANDLE pthread_t; typedef
56 pthread_t thread_;
75 static int pthread_create(pthread_t* const thread, const void* attr,
86 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */
98 static int pthread_join(pthread_t thread, void** value_ptr) {
  /external/dng_sdk/source/
dng_pthread.h 165 #define pthread_t dng_pthread_t macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2416 pthread_t = __darwin_pthread_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2416 pthread_t = __darwin_pthread_t variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2416 pthread_t = __darwin_pthread_t variable
    [all...]

Completed in 510 milliseconds