HomeSort by relevance Sort by last modified time
    Searched refs:mutex_loc (Results 1 - 4 of 4) sorted by null

  /external/dbus/dbus/
dbus-dataslot.h 75 DBusRMutex **mutex_loc,
dbus-dataslot.c 64 * @param mutex_loc the location lock for this allocator
70 DBusRMutex **mutex_loc,
75 _dbus_rmutex_lock (*mutex_loc);
80 allocator->lock_loc = mutex_loc;
82 else if (allocator->lock_loc != mutex_loc)
193 DBusRMutex **mutex_loc = allocator->lock_loc; local
200 _dbus_rmutex_unlock (*mutex_loc);
dbus-connection-internal.h 98 DBusMutex **mutex_loc,
dbus-connection.c 455 * @param mutex_loc return for the location of the main mutex pointer
465 DBusMutex **mutex_loc,
471 *mutex_loc = (DBusMutex *) connection->mutex;
    [all...]

Completed in 659 milliseconds