Searched refs:pmutex (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-pthread.c82 DBusCMutex *pmutex; local
85 pmutex = dbus_new (DBusCMutex, 1);
86 if (pmutex == NULL)
89 result = pthread_mutex_init (&pmutex->lock, NULL);
93 dbus_free (pmutex);
101 return pmutex;
107 DBusRMutex *pmutex; local
111 pmutex = dbus_new (DBusRMutex, 1);
112 if (pmutex == NULL)
117 result = pthread_mutex_init (&pmutex
[all...]

Completed in 63 milliseconds