Searched refs:value_ptr (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libstdthreads/ |
H A D | thrd.c | 105 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 D | threading.c | 59 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 D | threading.h | 74 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 70 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/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 203 INTERCEPTOR(int, pthread_join, pthread_t thread, void **value_ptr) { in INTERCEPTOR() argument 205 return REAL(pthread_join)(thread, value_ptr); in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.h |
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.h | 582 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 D | ittnotify.h | 3399 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 D | NSDictionary.cpp | 1030 lldb::addr_t value_ptr = key_ptr + ptr_size; in GetChildAtIndex() local 1037 lldb::addr_t key_at_idx = process_sp->ReadPointerFromMemory(value_ptr, error); in GetChildAtIndex()
|