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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.h210 #define CreateMutexA _dbus_wince_CreateMutexA macro
211 HANDLE CreateMutexA(LPSECURITY_ATTRIBUTES,BOOL,LPCSTR);
H A Ddbus-sysdeps-win.c2510 mutex = CreateMutexA( NULL, FALSE, mutexname );
2647 hDBusDaemonMutex = CreateMutexA( NULL, FALSE, _dbus_string_get_const_data(&mutex_name) );
2692 hDBusDaemonMutex = CreateMutexA( NULL, FALSE, _dbus_string_get_const_data(&mutex_name) );
2808 daemon = CreateMutexA( NULL, FALSE, _dbus_string_get_const_data(&mutex_name) );
H A Ddbus-sysdeps-wince-glue.c789 CreateMutexA (LPSECURITY_ATTRIBUTES lpMutexAttributes, BOOL bInitialOwner, function

Completed in 110 milliseconds