Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_spinLock.c86 vu8* pfinish = (vu8*)syncBuf +2; in OSi_SyncWithOtherProc() local
92 *pfinish = FALSE; in OSi_SyncWithOtherProc()
96 while ( *ptr1 != *ptr2 && *pfinish == FALSE ) in OSi_SyncWithOtherProc()
101 } while( *pfinish == FALSE ); in OSi_SyncWithOtherProc()
121 *pfinish = TRUE; in OSi_SyncWithOtherProc()