PAPI 7.1.0.0
Loading...
Searching...
No Matches
sde_lib_lock.h File Reference
Include dependency graph for sde_lib_lock.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define sde_lock()
 
#define sde_unlock(lck)
 

Variables

pthread_mutex_t _sde_hwd_lock_data
 

Macro Definition Documentation

◆ sde_lock

#define sde_lock ( )
Value:
do{ \
pthread_mutex_lock(&_sde_hwd_lock_data); \
} while(0)
pthread_mutex_t _sde_hwd_lock_data
Definition: sde_lib.c:43

Definition at line 24 of file sde_lib_lock.h.

◆ sde_unlock

#define sde_unlock (   lck)
Value:
do{ \
pthread_mutex_unlock(&_sde_hwd_lock_data); \
} while(0)

Definition at line 29 of file sde_lib_lock.h.

Variable Documentation

◆ _sde_hwd_lock_data

pthread_mutex_t _sde_hwd_lock_data
extern

Definition at line 43 of file sde_lib.c.