Searched refs:CreateMutexA (Results 1 – 4 of 4) 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 | 2510 mutex = CreateMutexA( NULL, FALSE, mutexname ); in _dbus_global_lock() 2647 hDBusDaemonMutex = CreateMutexA( NULL, FALSE, _dbus_string_get_const_data(&mutex_name) ); in _dbus_daemon_is_session_bus_address_published() 2692 hDBusDaemonMutex = CreateMutexA( NULL, FALSE, _dbus_string_get_const_data(&mutex_name) ); in _dbus_daemon_publish_session_bus_address() 2808 daemon = CreateMutexA( NULL, FALSE, _dbus_string_get_const_data(&mutex_name) ); in _dbus_daemon_already_runs()
|
D | dbus-sysdeps-wince-glue.c | 789 CreateMutexA (LPSECURITY_ATTRIBUTES lpMutexAttributes, BOOL bInitialOwner, in CreateMutexA() function
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 705 PUBLIC e93f c CreateMutexA
|