Home
last modified time | relevance | path

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

/freebsd/lib/libstdthreads/
H A Dthrd.c105 void *value_ptr; in thrd_join() local
107 if (pthread_join(thr, &value_ptr) != 0) in thrd_join()
110 *res = (intptr_t)value_ptr; in thrd_join()
/freebsd/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/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/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h582 ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr),
583 (ITT_FORMAT id, value_ptr), counter_set_value, __itt_group_counter,
587 unsigned long long timestamp, void *value_ptr),
588 (ITT_FORMAT id, clock_domain, timestamp, value_ptr),
H A Dittnotify.h3399 void ITTAPI __itt_counter_set_value(__itt_counter id, void *value_ptr);
3403 ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr))
3407 #define __itt_counter_set_value(id, value_ptr)
3421 void *value_ptr);
3428 unsigned long long timestamp, void *value_ptr))
3432 #define __itt_counter_set_value_ex(id, clock_domain, timestamp, value_ptr)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp1022 lldb::addr_t value_ptr = key_ptr + ptr_size; in GetChildAtIndex() local
1029 lldb::addr_t key_at_idx = process_sp->ReadPointerFromMemory(value_ptr, error); in GetChildAtIndex()