OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:global_locks
(Results
1 - 1
of
1
) sorted by null
/external/dbus/dbus/
dbus-threads.c
419
DBusMutex **
global_locks
[] = {
local
441
_dbus_assert (_DBUS_N_ELEMENTS (
global_locks
) ==
450
while (i < _DBUS_N_ELEMENTS (
global_locks
))
452
*
global_locks
[i] = _dbus_mutex_new ();
454
if (*
global_locks
[i] == NULL)
457
dynamic_global_locks[i] =
global_locks
[i];
476
_dbus_mutex_free (*
global_locks
[i]);
477
*
global_locks
[i] = NULL;
Completed in 44 milliseconds