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 DBusMutex **mutex_loc,
dbus-dataslot.c 64 * @param mutex_loc the location lock for this allocator
70 DBusMutex **mutex_loc,
75 _dbus_mutex_lock (*mutex_loc);
80 allocator->lock_loc = mutex_loc;
82 else if (allocator->lock_loc != mutex_loc)
193 DBusMutex **mutex_loc = allocator->lock_loc; local
200 _dbus_mutex_unlock (*mutex_loc);
dbus-connection-internal.h 100 DBusMutex **mutex_loc,
dbus-connection.c 431 * @param mutex_loc return for the location of the main mutex pointer
441 DBusMutex **mutex_loc,
447 *mutex_loc = connection->mutex;
    [all...]

Completed in 28 milliseconds