OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ZSTD_pthread_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
threading.h
64
typedef HANDLE
ZSTD_pthread_t
;
66
int ZSTD_pthread_create(
ZSTD_pthread_t
* thread, const void* unused,
69
int ZSTD_pthread_join(
ZSTD_pthread_t
thread);
95
#define
ZSTD_pthread_t
pthread_t
120
#define
ZSTD_pthread_t
pthread_t
142
/* do not use
ZSTD_pthread_t
*/
threading.h
64
typedef HANDLE
ZSTD_pthread_t
;
66
int ZSTD_pthread_create(
ZSTD_pthread_t
* thread, const void* unused,
69
int ZSTD_pthread_join(
ZSTD_pthread_t
thread);
95
#define
ZSTD_pthread_t
pthread_t
120
#define
ZSTD_pthread_t
pthread_t
142
/* do not use
ZSTD_pthread_t
*/
Completed in 33 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026