OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock_loc
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-dataslot.c
51
allocator->
lock_loc
= NULL;
79
_dbus_assert (allocator->
lock_loc
== NULL);
80
allocator->
lock_loc
= mutex_loc;
82
else if (allocator->
lock_loc
!= mutex_loc)
149
_dbus_rmutex_unlock (*(allocator->
lock_loc
));
168
_dbus_rmutex_lock (*(allocator->
lock_loc
));
178
_dbus_rmutex_unlock (*(allocator->
lock_loc
));
193
DBusRMutex **mutex_loc = allocator->
lock_loc
;
198
allocator->
lock_loc
= NULL;
204
_dbus_rmutex_unlock (*(allocator->
lock_loc
));
[
all
...]
dbus-dataslot.h
60
DBusRMutex **
lock_loc
; /**< location of thread lock */
member in struct:DBusDataSlotAllocator
Completed in 52 milliseconds