| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | threading.c | 57 int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) in ZSTD_pthread_join() argument 66 if (value_ptr) *value_ptr = thread.arg; in ZSTD_pthread_join()
|
| H A D | threading.h | 71 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr);
|
| /freebsd-12.1/lib/libstdthreads/ |
| H A D | thrd.c | 109 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-12.1/contrib/llvm/lib/Support/ |
| H A D | DataExtractor.cpp | 38 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local 39 ++value_ptr, offset += sizeof(*dst)) in getUs() 40 *value_ptr = getU<T>(offset_ptr, de, isLittleEndian, Data); in getUs()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_bytemap.h | 80 auto value_ptr = AddressSpaceView::Load(&map2[idx % kSize2]); variable 81 return *value_ptr;
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_kms.c | 188 uint32_t value, *value_ptr; in radeon_info_ioctl() local 214 value_ptr = (uint32_t *)((unsigned long)info->value); in radeon_info_ioctl() 215 if (DRM_COPY_FROM_USER(&value, value_ptr, sizeof(value))) { in radeon_info_ioctl() 393 if (DRM_COPY_TO_USER(value_ptr, &value, sizeof(uint32_t))) { in radeon_info_ioctl()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | gthr-posix.c | 154 pthread_exit (void *value_ptr ATTRIBUTE_UNUSED) in pthread_exit()
|
| /freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_static.h | 261 … (__itt_counter id, void *value_ptr), … 262 …_domain, unsigned long long timestamp, void *value_ptr), (ITT_FORMAT id, clock_domain, timestamp, …
|
| H A D | ittnotify.h | 3023 void ITTAPI __itt_counter_set_value(__itt_counter id, void *value_ptr); 3027 ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr)) 3031 #define __itt_counter_set_value(id, value_ptr) 3042 …__itt_counter id, __itt_clock_domain *clock_domain, unsigned long long timestamp, void *value_ptr); 3047 …__itt_counter id, __itt_clock_domain *clock_domain, unsigned long long timestamp, void *value_ptr)) 3051 #define __itt_counter_set_value_ex(id, clock_domain, timestamp, value_ptr)
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.h | 201 llvm::Constant **&value_ptr);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSDictionary.cpp | 703 lldb::addr_t value_ptr = key_ptr + ptr_size; in GetChildAtIndex() local 710 lldb::addr_t key_at_idx = process_sp->ReadPointerFromMemory(value_ptr, error); in GetChildAtIndex()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ieee.c | 342 parse_int (common_header_type *ieee, bfd_vma *value_ptr) in parse_int() argument 349 *value_ptr = value; in parse_int() 364 *value_ptr = result; in parse_int()
|