Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 25 of 126) sorted by relevance

123456

/llvm-project/libc/test/integration/src/pthread/
H A DCMakeLists.txt1 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 DCMakeLists.txt10 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 DCMakeLists.txt8 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 Dentrypoints.txt924 # 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 Dentrypoints.txt838 # 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 DBUILD.gn1 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 Dentrypoints.txt770 # 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 Dplatform_specific_build_instructions.md5 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 Domp_testsuite.h100 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 Dompd_callbacks.py74 pthread = False
77 pthread = True
83 if pthread:
/llvm-project/clang/test/Modules/Inputs/crash-recovery/usr/include/
H A Dmodule.modulemap7 module pthread {
8 header "pthread.h"
/llvm-project/libc/test/integration/scudo/
H A DCMakeLists.txt43 -pthread
59 -pthread
/llvm-project/libc/test/integration/src/unistd/
H A DCMakeLists.txt28 libc.src.pthread.pthread_atfork
53 libc.src.pthread.pthread_atfork
/llvm-project/libc/test/integration/src/
H A DCMakeLists.txt2 add_subdirectory(pthread)
/llvm-project/llvm/utils/gn/secondary/bolt/lib/Utils/
H A DBUILD.gn23 "//llvm/utils/gn/build/libs/pthread",
/llvm-project/lldb/test/Shell/Driver/
H A DCommandOnCrashMultiThreaded.test2 # 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 DBUILD.gn12 "//llvm/utils/gn/build/libs/pthread",
/llvm-project/libc/src/
H A DCMakeLists.txt23 add_subdirectory(pthread)
/llvm-project/llvm/cmake/
H A Dconfig-ix.cmake54 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 DCMakeLists.txt11 # Make sure pthread is linked if this is a unix host
/llvm-project/llvm/utils/gn/secondary/third-party/unittest/
H A DBUILD.gn1 import("//llvm/utils/gn/build/libs/pthread/enable.gni")
/llvm-project/lldb/test/Shell/Register/
H A Dx86-multithread-read.test3 # 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 DBUILD.gn4 deps = [ "//llvm/utils/gn/build/libs/pthread" ]
216 deps = [ "//llvm/utils/gn/build/libs/pthread" ]
/llvm-project/libcxx/test/configs/
H A Dllvm-libc++-shared.cfg.in7 '-pthread' + (' -isysroot {}'.format('@CMAKE_OSX_SYSROOT@') if '@CMAKE_OSX_SYSROOT@' else '')
/llvm-project/llvm/utils/gn/secondary/bolt/lib/Core/
H A DBUILD.gn15 "//llvm/utils/gn/build/libs/pthread",

123456