| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/IPConstantProp/ |
| H A D | pthreads.ll | 26 %union.pthread_attr_t = type { i64, [48 x i8] } 42 …e(i64* noundef nonnull align 8 dereferenceable(8) [[THREAD]], %union.pthread_attr_t* noalias nocap… 43 …e(i64* noundef nonnull align 8 dereferenceable(8) [[THREAD]], %union.pthread_attr_t* noalias nocap… 44 …e(i64* noundef nonnull align 8 dereferenceable(8) [[THREAD]], %union.pthread_attr_t* noalias nocap… 53 …e(i64* noundef nonnull align 8 dereferenceable(8) [[THREAD]], %union.pthread_attr_t* noalias nocap… 56 …e(i64* noundef nonnull align 8 dereferenceable(8) [[THREAD]], %union.pthread_attr_t* noalias nocap… 63 …%call = call i32 @pthread_create(i64* nonnull %thread, %union.pthread_attr_t* null, i8* (i8*)* non… 64 …%call1 = call i32 @pthread_create(i64* nonnull %thread, %union.pthread_attr_t* null, i8* (i8*)* no… 65 …%call2 = call i32 @pthread_create(i64* nonnull %thread, %union.pthread_attr_t* null, i8* (i8*)* no… 66 …%call3 = call i32 @pthread_create(i64* nonnull %thread, %union.pthread_attr_t* null, i8* (i8*)* no… [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | pthreads.ll | 23 %union.pthread_attr_t = type { i64, [48 x i8] } 31 …ALL:%.*]] = call i32 @pthread_create(i64* nonnull [[THREAD]], %union.pthread_attr_t* null, i8* (i8… 32 …LL1:%.*]] = call i32 @pthread_create(i64* nonnull [[THREAD]], %union.pthread_attr_t* null, i8* (i8… 37 …%call = call i32 @pthread_create(i64* nonnull %thread, %union.pthread_attr_t* null, i8* (i8*)* non… 38 …%call1 = call i32 @pthread_create(i64* nonnull %thread, %union.pthread_attr_t* null, i8* (i8*)* no… 42 declare !callback !0 dso_local i32 @pthread_create(i64*, %union.pthread_attr_t*, i8* (i8*)*, i8*)
|
| /llvm-project-15.0.7/libc/test/src/pthread/ |
| H A D | pthread_attr_test.cpp | 27 pthread_attr_t attr; in TEST() 42 pthread_attr_t attr; in TEST() 60 pthread_attr_t attr; in TEST() 78 pthread_attr_t attr; in TEST() 95 pthread_attr_t attr; in TEST()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 279 } pthread_attr_t; typedef 281 int pthread_create(pthread_t *restrict thread, const pthread_attr_t *restrict attr, void *(*start_r… 282 int pthread_attr_destroy(pthread_attr_t *attr); 283 int pthread_attr_init(pthread_attr_t *attr); 284 int pthread_attr_getstacksize(const pthread_attr_t *restrict attr, size_t *restrict stacksize); 285 int pthread_attr_getguardsize(const pthread_attr_t *restrict attr, size_t *restrict guardsize); 286 int pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize); 287 int pthread_attr_setguardsize(pthread_attr_t *attr, size_t guardsize);
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | posix-return.cpp | 21 typedef struct pthread_attr_t_ *pthread_attr_t; typedef 36 extern "C" int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)… 37 extern "C" int pthread_attr_setaffinity_np(pthread_attr_t *attr, size_t cpusetsize, const cpu_set_t… 38 extern "C" int pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy); 39 extern "C" int pthread_attr_init(pthread_attr_t *attr);
|
| H A D | bad-signal-to-kill-thread.cpp | 6 using pthread_attr_t = int; typedef 8 int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | 2007-05-05-InvalidPushPop.ll | 5 %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*)
|
| /llvm-project-15.0.7/libc/src/pthread/ |
| H A D | pthread_attr_init.cpp | 18 LLVM_LIBC_FUNCTION(int, pthread_attr_init, (pthread_attr_t * attr)) { 19 *attr = pthread_attr_t{
|
| H A D | pthread_attr_destroy.cpp | 17 LLVM_LIBC_FUNCTION(int, pthread_attr_destroy, (pthread_attr_t * attr)) {
|
| H A D | pthread_attr_init.h | 16 int pthread_attr_init(pthread_attr_t *attr);
|
| H A D | pthread_attr_destroy.h | 16 int pthread_attr_destroy(pthread_attr_t *attr);
|
| H A D | pthread_attr_getdetachstate.h | 16 int pthread_attr_getdetachstate(const pthread_attr_t *attr, int *detach_state);
|
| H A D | pthread_attr_setdetachstate.h | 16 int pthread_attr_setdetachstate(pthread_attr_t *attr, int detach_state);
|
| H A D | pthread_attr_setstacksize.h | 16 int pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize);
|
| H A D | pthread_attr_setguardsize.h | 16 int pthread_attr_setguardsize(pthread_attr_t *attr, size_t guardsize);
|
| H A D | pthread_attr_getdetachstate.cpp | 18 (const pthread_attr_t *attr, int *detachstate)) {
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | PHIInExit.ll | 6 %union.pthread_attr_t = type { i64, [12 x i32] } 13 …%union.pthread_attr_t*, i8* (i8*)*, i8*), i32 (i64*, %union.pthread_attr_t*, i8* (i8*)*, i8*)* @pt… 61 define i32 @pthread_create(i64*, %union.pthread_attr_t*, i8* (i8*)*, i8*) {
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | callback_pthread_create.c | 18 typedef __darwin_pthread_attr_t pthread_attr_t; typedef 20 int pthread_create(pthread_t *, const pthread_attr_t *,
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | ThreadLauncher.cpp | 48 pthread_attr_t *thread_attr_ptr = nullptr; in LaunchThread() 49 pthread_attr_t thread_attr; in LaunchThread()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | 2009-03-17-LSR-APInt.ll | 30 %struct.pthread_attr_t = type { i64, [48 x i8] } 39 …ruct.pthread_attr_t*, i8* (i8*)*, i8*), i32 (i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)* @pth… 81 define i32 @pthread_create(i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*) addrspace(0) {
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ManagedStatic.cpp | 33 void *allocate_stack(pthread_attr_t &a, size_t n = 65536) { in allocate_stack() 46 pthread_attr_t a1, a2; in TEST()
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | 2009-03-10-PREOnVoid.ll | 11 %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*) {
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | 2009-03-10-PREOnVoid.ll | 11 %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*) {
|
| /llvm-project-15.0.7/libc/include/llvm-libc-types/ |
| H A D | CMakeLists.txt | 27 add_header(pthread_attr_t HDR pthread_attr_t.h DEPENDS .size_t)
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cpp | 389 return real_pthread_attr_getstack((pthread_attr_t *)attr, addr, in my_pthread_attr_getstack() 392 return pthread_attr_getstack((pthread_attr_t *)attr, addr, (size_t *)size); in my_pthread_attr_getstack() 397 pthread_attr_t *attr = (pthread_attr_t *)attr_; in AdjustStackSize()
|