Home
last modified time | relevance | path

Searched refs:pthread_attr_t (Results 1 – 25 of 94) sorted by relevance

1234

/external/llvm/test/CodeGen/Thumb/
D2007-05-05-InvalidPushPop.ll5 %struct.pthread_attr_t = type { i32, i32, %struct.__sched_param, i32, i32, i32, i32, i8*, i32 }
23 …%tmp1 = call i32 @pthread_create( i32* %t, %struct.pthread_attr_t* null, i8* (i8*)* @f, i8* null )…
29 …%tmp8 = call i32 @pthread_create( i32* %t, %struct.pthread_attr_t* null, i8* (i8*)* @f, i8* null )…
37 declare i32 @pthread_create(i32*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)
/external/llvm/unittests/Support/
DManagedStatic.cpp33 void *allocate_stack(pthread_attr_t &a, size_t n = 65536) { in allocate_stack()
46 pthread_attr_t a1, a2; in TEST()
/external/valgrind/drd/tests/
Dpth_create_chain.c18 pthread_attr_t attr; in thread_func()
40 pthread_attr_t attr; in main()
Dpth_create_glibc_2_0.c13 extern int pthread_create_glibc_2_0(pthread_t*, const pthread_attr_t*,
Dconcurrent_close.cpp31 pthread_attr_t attr; in main()
Dfree_is_write.c48 pthread_attr_t attr; in main()
/external/llvm/test/CodeGen/Generic/
D2009-03-17-LSR-APInt.ll27 %struct.pthread_attr_t = type { i64, [48 x i8] }
36 …ruct.pthread_attr_t*, i8* (i8*)*, i8*), i32 (i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)* @pth…
78 define i32 @pthread_create(i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*) {
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc290 return real_pthread_attr_getstack((pthread_attr_t *)attr, addr, in my_pthread_attr_getstack()
293 return pthread_attr_getstack((pthread_attr_t *)attr, addr, (size_t *)size); in my_pthread_attr_getstack()
298 pthread_attr_t *attr = (pthread_attr_t *)attr_; in AdjustStackSize()
/external/libnfc-nci/halimpl/pn54x/hal/
DphNxpNciHal_NfcDepSWPrio.c131 pthread_attr_t attr; in phNxpNciHal_stop_polling_loop()
158 pthread_attr_t attr; in phNxpNciHal_resume_polling_loop()
185 pthread_attr_t attr; in phNxpNciHal_start_polling_loop()
583 pthread_attr_t attr; in phNxpNciHal_select_RF_Discovery()
/external/jemalloc/src/
Dmutex.c34 static int (*pthread_create_fptr)(pthread_t *__restrict, const pthread_attr_t *,
53 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *), in pthread_create()
/external/llvm/test/Transforms/GVN/
D2009-03-10-PREOnVoid.ll11 %struct.pthread_attr_t = type { i32, i32, %struct.__sched_param, i32, i32, i32, i32, i8*, i32 }
23 …ruct.pthread_attr_t*, i8* (i8*)*, i8*), i32 (i32*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)* @pth…
68 define i32 @pthread_create(i32*, %struct.pthread_attr_t*, i8* (i8*)*, i8*) {
/external/compiler-rt/lib/safestack/
Dsafestack.cc172 const pthread_attr_t *attr, in INTERCEPTOR()
183 pthread_attr_t tmpattr; in INTERCEPTOR()
/external/compiler-rt/test/msan/
Dpthread_getattr_np_deadlock.cc9 pthread_attr_t attr; in ThreadFn()
/external/webrtc/webrtc/base/
Dplatform_thread.cc88 pthread_attr_t* operator&() { return &attr; }
89 pthread_attr_t attr;
/external/libvpx/libvpx/vp8/common/
Dthreading.h30 #define pthread_attr_t DWORD macro
51 #define pthread_attr_t ULONG
/external/compiler-rt/test/asan/TestCases/Linux/
Dpthread_create_version.cc16 pthread_attr_t attr; in main()
/external/compiler-rt/test/lsan/TestCases/
Dleak_check_before_thread_started.cc18 pthread_attr_t attr; in create_detached_thread()
/external/skia/src/utils/
DSkThreadUtils_pthread.h37 pthread_attr_t fAttr;
/external/compiler-rt/test/tsan/
Dgetline_nohang.cc29 pthread_attr_t a; in main()
Ddeep_stack1.cc32 pthread_attr_t a; in main()
/external/libchrome/base/threading/
Dplatform_thread_posix.cc34 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes);
85 pthread_attr_t attributes; in CreateThread()
/external/compiler-rt/test/asan/TestCases/Posix/
Dinit-order-pthread-create.cc35 pthread_attr_t attr; in GlobalPollerStarter()
Dstack-use-after-return.cc67 pthread_attr_t attr; in main()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper_unittest_helper.cc86 pthread_attr_t thread_attributes; in main()
/external/valgrind/helgrind/tests/
Dstackteardown.c92 pthread_attr_t attr; in main()

1234