![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | ZSTD_pthread_mutex_init(a, b) |
#define | ZSTD_pthread_mutex_destroy(a) |
#define | ZSTD_pthread_mutex_lock(a) |
#define | ZSTD_pthread_mutex_unlock(a) |
#define | ZSTD_pthread_cond_init(a, b) |
#define | ZSTD_pthread_cond_destroy(a) |
#define | ZSTD_pthread_cond_wait(a, b) |
#define | ZSTD_pthread_cond_signal(a) |
#define | ZSTD_pthread_cond_broadcast(a) |
Typedefs | |
typedef int | ZSTD_pthread_mutex_t |
typedef int | ZSTD_pthread_cond_t |
typedef int ZSTD_pthread_cond_t |
typedef int ZSTD_pthread_mutex_t |
Copyright (c) 2016 Tino Reichardt All rights reserved.
You can contact the author at:
This source code is licensed under both the BSD-style license (found in the LICENSE file in the root directory of this source tree) and the GPLv2 (found in the COPYING file in the root directory of this source tree). You may select, at your option, one of the above-listed licenses.