Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h553 # define pthread_cleanup_pop(execute) \ argument
554 __clframe.__setdoit (execute); \
569 # define pthread_cleanup_pop_restore_np(execute) \ argument
571 __clframe.__setdoit (execute); \
602 # define pthread_cleanup_pop(execute) \ argument
603 __clframe.__do_it = (execute); \
622 # define pthread_cleanup_pop_restore_np(execute) \ argument
624 __clframe.__do_it = (execute); \
657 # define pthread_cleanup_pop(execute) \ argument
661 if (execute) \
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h388 int execute);
392 int execute);
442 #define __libc_cleanup_pop(execute) \ argument
443 __clframe.__do_it = (execute); \
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DKbuild.include188 # if_changed - execute command if any prerequisite is newer than
192 # if_changed_rule - as if_changed but execute rule instead
231 # and if so will execute $(rule_foo).
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h274 void _EXFUN(pthread_cleanup_pop, (int execute));
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.07558 // execute path_thread()
7566 // execute destination periodic handler
8060 …eriodic hander, Mux Controller will pass the parameters to this handler and execute it periodically
H A Dmdrv_sc_scaling.c.02977 … //DTV do not execute that only for reduceing side effect. Academically,all source do not execute.