Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h547 # define pthread_cleanup_push(routine, arg) \ argument
549 __pthread_cleanup_class __clframe (routine, arg)
561 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
563 __pthread_cleanup_class __clframe (routine, arg); \
593 # define pthread_cleanup_push(routine, arg) \ argument
597 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
610 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
614 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
636 # define pthread_cleanup_push(routine, arg) \ argument
639 void (*__cancel_routine) (void *) = (routine); \
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h386 void (*routine) (void *), void *arg);
390 void (*routine) (void *), void *arg);
H A Dstab.def42 /* Name of main routine. Only the name is significant.
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h273 void _EXFUN(pthread_cleanup_push, (void (*routine)( void * ), void *arg));
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.07542 /// @param bRealTimeMonitorOnly \b IN: define whether do the monitor routine only for real ti…