mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Remove unused internal definitions
* libguile/async.h (scm_i_pthread_mutex_lock_block_asyncs) (scm_i_pthread_mutex_unlock_unblock_asyncs): Remove unused internal definitions.
This commit is contained in:
parent
445837754e
commit
c77ccc58fb
1 changed files with 0 additions and 16 deletions
|
@ -75,22 +75,6 @@ SCM_API void scm_critical_section_end (void);
|
|||
scm_async_tick (); \
|
||||
} while (0)
|
||||
|
||||
# define scm_i_pthread_mutex_lock_block_asyncs(m) \
|
||||
do \
|
||||
{ \
|
||||
SCM_I_CURRENT_THREAD->block_asyncs++; \
|
||||
scm_i_pthread_mutex_lock (m); \
|
||||
} \
|
||||
while (0)
|
||||
|
||||
# define scm_i_pthread_mutex_unlock_unblock_asyncs(m) \
|
||||
do \
|
||||
{ \
|
||||
scm_i_pthread_mutex_unlock (m); \
|
||||
SCM_I_CURRENT_THREAD->block_asyncs--; \
|
||||
} \
|
||||
while (0)
|
||||
|
||||
#else /* !BUILDING_LIBGUILE */
|
||||
|
||||
# define SCM_CRITICAL_SECTION_START scm_critical_section_start ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue