mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
Added back two macros used when debugging. (Got lost by mistake during
a recent change.)
This commit is contained in:
parent
9ed246339f
commit
b7b6a116e6
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ int (*scm_i_plugin_cond_timedwait) (scm_t_cond *,
|
||||||
scm_t_mutex *,
|
scm_t_mutex *,
|
||||||
const struct timespec *);
|
const struct timespec *);
|
||||||
|
|
||||||
|
#ifdef SCM_DEBUG_THREADS
|
||||||
|
#define FAST_MUTEX 1
|
||||||
|
#define REC_MUTEX 2
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct rec_mutex {
|
typedef struct rec_mutex {
|
||||||
#ifdef SCM_DEBUG_THREADS
|
#ifdef SCM_DEBUG_THREADS
|
||||||
int kind;
|
int kind;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue