Home
last modified time | relevance | path

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

/f-stack/freebsd/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);
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dpthread.h148 __rte_unused void **value_ptr) in pthread_join() argument
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6915 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr);