Searched refs:CreateMutexA (Results 1 – 3 of 3) sorted by relevance
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.h | 210 #define CreateMutexA _dbus_wince_CreateMutexA macro 211 HANDLE CreateMutexA(LPSECURITY_ATTRIBUTES,BOOL,LPCSTR);
|
D | dbus-sysdeps-win.c | 2501 mutex = CreateMutexA( NULL, FALSE, mutexname ); in _dbus_global_lock() 2555 hDBusDaemonMutex = CreateMutexA( NULL, FALSE, cDBusDaemonMutex ); in _dbus_daemon_publish_session_bus_address() 2651 daemon = CreateMutexA( NULL, FALSE, cDBusDaemonMutex ); in _dbus_daemon_already_runs()
|
D | dbus-sysdeps-wince-glue.c | 789 CreateMutexA (LPSECURITY_ATTRIBUTES lpMutexAttributes, BOOL bInitialOwner, in CreateMutexA() function
|