Home
last modified time | relevance | path

Searched defs:retval (Results 1 – 25 of 99) sorted by relevance

1234

/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp341 join(ThreadReturnValue & retval) join() argument
406 int retval = set_name() local
427 int retval = LIBC_NAMESPACE::syscall_impl<int>(SYS_write, fd, name.data(), set_name() local
448 int retval = get_name() local
469 int retval = LIBC_NAMESPACE::syscall_impl<int>(SYS_read, fd, name_buffer, get_name() local
484 thread_exit(ThreadReturnValue retval,ThreadStyle style) thread_exit() argument
[all...]
/llvm-project/libc/test/integration/src/threads/
H A Dmtx_test.cpp67 int retval = 123; in relay_counter() local
133 int retval = 123; in wait_and_step() local
186 int retval; in multiple_waiters() local
H A Dthrd_test.cpp29 int retval = thread_count + 1; // Start with a retval we dont expect. in create_and_join() local
50 int retval = thread_count + 1; // Start with a retval we dont expect. in spawn_and_join() local
H A Dcall_once_test.cpp49 int retval; in call_from_5_threads() local
104 int retval; in test_synchronization() local
H A Dcnd_test.cpp79 int retval = 0xBAD; in wait_notify_broadcast_test() local
137 int retval; in single_waiter_test() local
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_mutex_test.cpp67 void *retval = reinterpret_cast<void *>(123); in relay_counter() local
125 void *retval = reinterpret_cast<void *>(123); in wait_and_step() local
178 void *retval; in multiple_waiters() local
H A Dpthread_test.cpp32 void *retval = reinterpret_cast<void *>(thread_count + 1); in create_and_join() local
54 void *retval = reinterpret_cast<void *>(thread_count + 1); in spawn_and_join() local
H A Dpthread_once_test.cpp50 void *retval; in call_from_5_threads() local
103 void *retval; in test_synchronization() local
/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp27 void FormatCache::Entry::Get(lldb::TypeFormatImplSP &retval) { in Get()
31 void FormatCache::Entry::Get(lldb::TypeSummaryImplSP &retval) { in Get()
35 void FormatCache::Entry::Get(lldb::SyntheticChildrenSP &retval) { in Get()
/llvm-project/libc/src/dirent/
H A Dclosedir.cpp21 int retval = d->close(); global() variable
/llvm-project/lldb/test/API/macosx/delay-init-dependency/
H A Dmain.c3 int retval = 0; in main() local
/llvm-project/openmp/runtime/cmake/
H A DLibompCheckFortranFlag.cmake16 set(retval TRUE) variable
/llvm-project/libc/test/src/sys/mman/linux/
H A Dmlock_test.cpp152 auto retval = LIBC_NAMESPACE::mlockall(MCL_CURRENT); TEST() local
166 auto retval = LIBC_NAMESPACE::mlockall(MCL_FUTURE); TEST() local
183 auto retval = LIBC_NAMESPACE::mlockall(MCL_FUTURE | MCL_ONFAULT); TEST() local
/llvm-project/polly/lib/External/isl/
H A Disl_test_imath.c30 mp_result retval; in test_imath_internals() local
/llvm-project/compiler-rt/test/shadowcallstack/
H A Dlibc_support.h14 size_t retval = 0; in scs_strlen() local
/llvm-project/openmp/runtime/test/affinity/
H A Dlibomp_test_affinity.h32 affinity_mask_t *retval = (affinity_mask_t *)malloc(sizeof(affinity_mask_t)); in affinity_mask_alloc() local
82 size_t n, size_t *retval) { in affinity_update_snprintf_values()
99 size_t retval = 0; in affinity_mask_snprintf() local
/llvm-project/libc/test/integration/scudo/
H A Dgwp_asan_should_crash.cpp12 char retval = 0; in main() local
/llvm-project/compiler-rt/test/tsan/
H A Dthread_exit.c18 void *retval = 0; in main() local
/llvm-project/openmp/runtime/test/env/
H A Domp_wait_policy.c19 int blocktime, retval=1; in main() local
/llvm-project/clang/test/CodeGenCXX/
H A Dtemplate-param-objects-address-space.cpp7 template<S s> constexpr const void *retval() { return &s; } in retval() function
/llvm-project/libc/src/stdio/printf_core/
H A Dwriter.h59 if (retval < 0) in overflow_write() local
53 int retval = stream_writer({buff, buff_cur}, output_target); overflow_write() local
/llvm-project/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteExitCode.py11 def _test_inferior_exit(self, retval): argument
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h63 long retval = get_system_affinity() local
78 long retval = set_system_affinity() local
98 int retval; set_process_affinity() local
398 int retval = 0; begin() local
409 int retval = previous + 1; next() local
439 int retval = bindprocessor(BINDTHREAD, tid, PROCESSOR_CLASS_ANY); set_system_affinity() local
482 long retval = get_system_affinity() local
487 int retval = (r == 0 ? 0 : -1); get_system_affinity() local
503 long retval = set_system_affinity() local
508 int retval = (r == 0 ? 0 : -1); set_system_affinity() local
527 KMPNativeAffinity::Mask *retval = new Mask(); allocate_mask() local
613 int retval = 0; begin() local
620 int retval = previous + 1; next() local
695 mask_t newMask, sysMask, retval; get_system_affinity() local
1110 kmp_hw_subset_t *retval = allocate() local
[all...]
/llvm-project/libc/test/integration/src/__support/threads/
H A Dthread_tls_test.cpp25 int retval; in thread_local_test() local
/llvm-project/libc/src/stdio/baremetal/
H A Dvprintf.cpp40 int retval = printf_core::printf_main(&writer, format, args); global() variable

1234