OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_killcb
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc.c
165
pRPCCtx->
fd_killcb
= eventfd(0, 0);
166
RPC_assert(pRPCCtx->
fd_killcb
>= 0,
211
if (pRPCCtx->
fd_killcb
)
214
write(pRPCCtx->
fd_killcb
, &nKillEvent, sizeof(OMX_U64));
231
status = close(pRPCCtx->
fd_killcb
);
232
pRPCCtx->
fd_killcb
= 0;
296
(pRPCCtx->
fd_killcb
>
297
pRPCCtx->fd_omx ? pRPCCtx->
fd_killcb
: pRPCCtx->fd_omx) + 1;
302
FD_SET(pRPCCtx->
fd_killcb
, &readfds);
309
if (FD_ISSET(pRPCCtx->
fd_killcb
, &readfds)
[
all
...]
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_internal.h
162
* @ param
fd_killcb
: File descriptor used to shut down the
178
OMX_S32
fd_killcb
;
member in struct:RPC_OMX_CONTEXT
Completed in 114 milliseconds