OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_global_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/daemons/dmeventd/
dmeventd.c
80
static pthread_mutex_t
_global_mutex
;
variable
383
/* Global mutex to lock access to lists et al. See
_global_mutex
387
return pthread_mutex_lock(&
_global_mutex
);
392
return pthread_mutex_unlock(&
_global_mutex
);
823
/* DSO reference counting. Call with
_global_mutex
locked! */
1728
pthread_mutex_init(&
_global_mutex
, NULL);
1757
pthread_mutex_destroy(&
_global_mutex
);
dmeventd.c
80
static pthread_mutex_t
_global_mutex
;
variable
383
/* Global mutex to lock access to lists et al. See
_global_mutex
387
return pthread_mutex_lock(&
_global_mutex
);
392
return pthread_mutex_unlock(&
_global_mutex
);
823
/* DSO reference counting. Call with
_global_mutex
locked! */
1728
pthread_mutex_init(&
_global_mutex
, NULL);
1757
pthread_mutex_destroy(&
_global_mutex
);
Completed in 48 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026