Home
last modified time | relevance | path

Searched refs:_ux_system_semaphore_create (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_pictbridge/src/
Dux_pictbridge_dpshost_start.c156 …status = _ux_system_semaphore_create(&pictbridge -> ux_pictbridge_notification_semaphore, "ux_pic… in _ux_pictbridge_dpshost_start()
Dux_pictbridge_dpsclient_start.c261 …status = _ux_system_semaphore_create(&pictbridge -> ux_pictbridge_notification_semaphore, "ux_pic… in _ux_pictbridge_dpsclient_start()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h181 #define _ux_system_semaphore_create _ux_utility_semaphore_create macro
204 #define _ux_system_semaphore_create(sem,name,cnt) (UX_SUCCESS) macro