OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSTD_pthread_join
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
threading.h
59
/* ZSTD_pthread_create() and
ZSTD_pthread_join
() */
65
int
ZSTD_pthread_join
(ZSTD_pthread_t thread);
92
#define
ZSTD_pthread_join
(a) pthread_join((a),NULL)
117
#define
ZSTD_pthread_join
(a) pthread_join((a),NULL)
threading.c
114
int
ZSTD_pthread_join
(ZSTD_pthread_t thread)
pool.c
176
ZSTD_pthread_join
(ctx->threads[i]); /* note : could fail */
/src/external/bsd/zstd/dist/tests/
fuzzer.c
46
#include "threading.h" /* ZSTD_pthread_create,
ZSTD_pthread_join
*/
463
ZSTD_pthread_join
(t1);
464
ZSTD_pthread_join
(t2);
Completed in 29 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026