Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
threading.h File Reference
#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
 

Macro Definition Documentation

◆ ZSTD_pthread_cond_broadcast

#define ZSTD_pthread_cond_broadcast ( a)
Value:
((void)(a))
#define a(i)
Definition sha256.c:41

◆ ZSTD_pthread_cond_destroy

#define ZSTD_pthread_cond_destroy ( a)
Value:
((void)(a))

◆ ZSTD_pthread_cond_init

#define ZSTD_pthread_cond_init ( a,
b )
Value:
((void)(a), (void)(b), 0)
#define b(i)
Definition sha256.c:42

◆ ZSTD_pthread_cond_signal

#define ZSTD_pthread_cond_signal ( a)
Value:
((void)(a))

◆ ZSTD_pthread_cond_wait

#define ZSTD_pthread_cond_wait ( a,
b )
Value:
((void)(a), (void)(b))

◆ ZSTD_pthread_mutex_destroy

#define ZSTD_pthread_mutex_destroy ( a)
Value:
((void)(a))

◆ ZSTD_pthread_mutex_init

#define ZSTD_pthread_mutex_init ( a,
b )
Value:
((void)(a), (void)(b), 0)

◆ ZSTD_pthread_mutex_lock

#define ZSTD_pthread_mutex_lock ( a)
Value:
((void)(a))

◆ ZSTD_pthread_mutex_unlock

#define ZSTD_pthread_mutex_unlock ( a)
Value:
((void)(a))

Typedef Documentation

◆ ZSTD_pthread_cond_t

◆ 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.