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 D | pthread.h | 547 # 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 D | libc-lock.h | 386 void (*routine) (void *), void *arg); 390 void (*routine) (void *), void *arg);
|
| H A D | stab.def | 42 /* Name of main routine. Only the name is significant.
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | pthread.h | 273 void _EXFUN(pthread_cleanup_push, (void (*routine)( void * ), void *arg));
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mvideo.c.0 | 7542 /// @param bRealTimeMonitorOnly \b IN: define whether do the monitor routine only for real ti…
|