Home
last modified time | relevance | path

Searched refs:value_ptr (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/lib/libstdthreads/
H A Dthrd.c109 void *value_ptr; in thrd_join() local
111 if (pthread_join(thr, &value_ptr) != 0) in thrd_join()
114 *res = (intptr_t)value_ptr; in thrd_join()
/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dthreading.c59 int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) in ZSTD_pthread_join() argument
68 if (value_ptr) *value_ptr = thread.arg; in ZSTD_pthread_join()
H A Dthreading.h74 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp70 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local
71 ++value_ptr, offset += sizeof(*dst)) in getUs()
72 *value_ptr = getU<T>(offset_ptr, Err); in getUs()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h79 auto value_ptr = AddressSpaceView::Load(&map2[idx % kSize2]); variable
80 return *value_ptr;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h149 llvm::Constant **&value_ptr);
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h545 ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr),
546 (ITT_FORMAT id, value_ptr), counter_set_value, __itt_group_counter,
550 unsigned long long timestamp, void *value_ptr),
551 (ITT_FORMAT id, clock_domain, timestamp, value_ptr),
H A Dittnotify.h3313 void ITTAPI __itt_counter_set_value(__itt_counter id, void *value_ptr);
3317 ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr))
3321 #define __itt_counter_set_value(id, value_ptr)
3335 void *value_ptr);
3342 unsigned long long timestamp, void *value_ptr))
3346 #define __itt_counter_set_value_ex(id, clock_domain, timestamp, value_ptr)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp875 lldb::addr_t value_ptr = key_ptr + ptr_size; in GetChildAtIndex() local
882 lldb::addr_t key_at_idx = process_sp->ReadPointerFromMemory(value_ptr, error); in GetChildAtIndex()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6914 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr);