/llvm-project/libc/test/integration/src/pthread/ |
H A D | CMakeLists.txt | 1 add_libc_integration_test_suite(libc-pthread-integration-tests) 6 libc-pthread-integration-tests 10 libc.include.pthread 12 libc.src.pthread.pthread_mutex_destroy 13 libc.src.pthread.pthread_mutex_init 14 libc.src.pthread.pthread_mutex_lock 15 libc.src.pthread.pthread_mutex_unlock 16 libc.src.pthread.pthread_create 17 libc.src.pthread.pthread_join 23 libc-pthread [all...] |
/llvm-project/libc/test/src/pthread/ |
H A D | CMakeLists.txt | 10 libc.include.pthread 11 libc.src.pthread.pthread_attr_destroy 12 libc.src.pthread.pthread_attr_init 13 libc.src.pthread.pthread_attr_getdetachstate 14 libc.src.pthread.pthread_attr_getguardsize 15 libc.src.pthread.pthread_attr_getstacksize 16 libc.src.pthread.pthread_attr_getstack 17 libc.src.pthread.pthread_attr_setdetachstate 18 libc.src.pthread.pthread_attr_setguardsize 19 libc.src.pthread [all...] |
/llvm-project/libc/src/pthread/ |
H A D | CMakeLists.txt | 8 libc.include.pthread 18 libc.include.pthread 28 libc.include.pthread 38 libc.include.pthread 49 libc.include.pthread 59 libc.include.pthread 70 libc.include.pthread 80 libc.include.pthread 91 libc.include.pthread 92 libc.src.pthread [all...] |
/llvm-project/libc/config/linux/x86_64/ |
H A D | entrypoints.txt | 924 # pthread.h entrypoints 925 libc.src.pthread.pthread_atfork 926 libc.src.pthread.pthread_attr_destroy 927 libc.src.pthread.pthread_attr_getdetachstate 928 libc.src.pthread.pthread_attr_getguardsize 929 libc.src.pthread.pthread_attr_getstack 930 libc.src.pthread.pthread_attr_getstacksize 931 libc.src.pthread.pthread_attr_init 932 libc.src.pthread.pthread_attr_setdetachstate 933 libc.src.pthread [all...] |
/llvm-project/libc/config/linux/aarch64/ |
H A D | entrypoints.txt | 838 # pthread.h entrypoints 839 libc.src.pthread.pthread_atfork 840 libc.src.pthread.pthread_attr_destroy 841 libc.src.pthread.pthread_attr_getdetachstate 842 libc.src.pthread.pthread_attr_getguardsize 843 libc.src.pthread.pthread_attr_getstack 844 libc.src.pthread.pthread_attr_getstacksize 845 libc.src.pthread.pthread_attr_init 846 libc.src.pthread.pthread_attr_setdetachstate 847 libc.src.pthread [all...] |
/llvm-project/llvm/utils/gn/build/libs/pthread/ |
H A D | BUILD.gn | 1 import("//llvm/utils/gn/build/libs/pthread/enable.gni") 4 visibility = [ ":pthread" ] 5 libs = [ "pthread" ] 8 group("pthread") {
|
/llvm-project/libc/config/linux/riscv/ |
H A D | entrypoints.txt | 770 # pthread.h entrypoints 771 libc.src.pthread.pthread_atfork 772 libc.src.pthread.pthread_attr_destroy 773 libc.src.pthread.pthread_attr_getdetachstate 774 libc.src.pthread.pthread_attr_getguardsize 775 libc.src.pthread.pthread_attr_getstack 776 libc.src.pthread.pthread_attr_getstacksize 777 libc.src.pthread.pthread_attr_init 778 libc.src.pthread.pthread_attr_setdetachstate 779 libc.src.pthread [all...] |
/llvm-project/third-party/benchmark/docs/ |
H A D | platform_specific_build_instructions.md | 5 When the library is built using GCC it is necessary to link with the pthread 6 library due to how GCC implements `std::thread`. Failing to link to pthread will 9 can link to pthread by adding `-pthread` to your linker command. Note, you can 13 On QNX, the pthread library is part of libc and usually included automatically 16 There's no separate pthread library to link.
|
/llvm-project/openmp/runtime/test/ |
H A D | omp_testsuite.h | 100 pthread_t pthread; in pthread_create() local 105 pthread = CreateThread(NULL, 0, __thread_func_wrapper, info, 0, NULL); in pthread_create() 106 if (pthread == NULL) { in pthread_create() 111 *thread = pthread; in pthread_create()
|
/llvm-project/openmp/libompd/gdb-plugin/ompd/ |
H A D | ompd_callbacks.py | 74 pthread = False 77 pthread = True 83 if pthread:
|
/llvm-project/clang/test/Modules/Inputs/crash-recovery/usr/include/ |
H A D | module.modulemap | 7 module pthread { 8 header "pthread.h"
|
/llvm-project/libc/test/integration/scudo/ |
H A D | CMakeLists.txt | 43 -pthread 59 -pthread
|
/llvm-project/libc/test/integration/src/unistd/ |
H A D | CMakeLists.txt | 28 libc.src.pthread.pthread_atfork 53 libc.src.pthread.pthread_atfork
|
/llvm-project/libc/test/integration/src/ |
H A D | CMakeLists.txt | 2 add_subdirectory(pthread)
|
/llvm-project/llvm/utils/gn/secondary/bolt/lib/Utils/ |
H A D | BUILD.gn | 23 "//llvm/utils/gn/build/libs/pthread",
|
/llvm-project/lldb/test/Shell/Driver/ |
H A D | CommandOnCrashMultiThreaded.test | 2 # RUN: %clangxx_host %p/Inputs/CommandOnCrashMultiThreaded.cpp -o %t -pthread
|
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/plugin/ |
H A D | BUILD.gn | 12 "//llvm/utils/gn/build/libs/pthread",
|
/llvm-project/libc/src/ |
H A D | CMakeLists.txt | 23 add_subdirectory(pthread)
|
/llvm-project/llvm/cmake/ |
H A D | config-ix.cmake | 54 check_include_file(pthread.h HAVE_PTHREAD_H) 136 check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD) 138 check_library_exists(pthread pthread_rwlock_init "" HAVE_PTHREAD_RWLOCK_INIT) 139 check_library_exists(pthread pthread_mutex_lock "" HAVE_PTHREAD_MUTEX_LOCK) 157 # have it reported as '-l<lib>' instead of '-pthread'. 158 # TODO: switch to -pthread once the rest of the build system can deal with it. 381 check_symbol_exists(pthread_getname_np pthread.h HAVE_PTHREAD_GETNAME_NP) 382 check_symbol_exists(pthread_setname_np pthread.h HAVE_PTHREAD_SETNAME_NP) 383 check_symbol_exists(pthread_get_name_np "pthread.h;pthread_np.h" HAVE_PTHREAD_GET_NAME_NP) 384 check_symbol_exists(pthread_set_name_np "pthread [all...] |
/llvm-project/llvm/lib/Debuginfod/ |
H A D | CMakeLists.txt | 11 # Make sure pthread is linked if this is a unix host
|
/llvm-project/llvm/utils/gn/secondary/third-party/unittest/ |
H A D | BUILD.gn | 1 import("//llvm/utils/gn/build/libs/pthread/enable.gni")
|
/llvm-project/lldb/test/Shell/Register/ |
H A D | x86-multithread-read.test | 3 # RUN: %clangxx_host %p/Inputs/x86-multithread-read.cpp -o %t -pthread
|
/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/ |
H A D | BUILD.gn | 4 deps = [ "//llvm/utils/gn/build/libs/pthread" ] 216 deps = [ "//llvm/utils/gn/build/libs/pthread" ]
|
/llvm-project/libcxx/test/configs/ |
H A D | llvm-libc++-shared.cfg.in | 7 '-pthread' + (' -isysroot {}'.format('@CMAKE_OSX_SYSROOT@') if '@CMAKE_OSX_SYSROOT@' else '')
|
/llvm-project/llvm/utils/gn/secondary/bolt/lib/Core/ |
H A D | BUILD.gn | 15 "//llvm/utils/gn/build/libs/pthread",
|