Home
last modified time | relevance | path

Searched refs:lock_give_fastcall (Results 1 – 2 of 2) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug-2854.c18 void lock_give_fastcall(uint8_t * mutex) in lock_give_fastcall() function
24 #define lock_give(a) lock_give_fastcall(a)
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/arch/
H A Dyaz180.h109 extern void lock_give_fastcall(uint8_t * mutex) __preserves_regs(b,c,d,e,iyh,iyl) __z88dk_fastcall;
110 #define lock_give(a) lock_give_fastcall(a)