OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hUserEvent
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap3/dspbridge/inc/
strmdefs.h
44
HANDLE
hUserEvent
;
sync.h
84
HANDLE
hUserEvent
; /* Platform's User Mode synch. object. */
217
* pAttrs->
hUserEvent
: Platform's User Mode synchronization object.
220
* the
hUserEvent
attr:
222
* 1. (
hUserEvent
== NULL):
224
* 2. (
hUserEvent
!= NULL):
/hardware/ti/omap3/dspbridge/libbridge/inc/
strmdefs.h
45
HANDLE
hUserEvent
;
sync.h
84
HANDLE
hUserEvent
; /* Platform's User Mode synch. object. */
217
* pAttrs->
hUserEvent
: Platform's User Mode synchronization object.
220
* the
hUserEvent
attr:
222
* 1. (
hUserEvent
== NULL):
224
* 2. (
hUserEvent
!= NULL):
/hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c
491
strmAttrs.
hUserEvent
= NULL;
506
strmAttrs.
hUserEvent
= CreateEvent(NULL,false,false,wszEventName);
507
if (!strmAttrs.
hUserEvent
) {
601
CloseHandle(strmAttrs.
hUserEvent
);
Completed in 443 milliseconds