Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/os/mutex-2/src/
Dmain.c143 OS_UnlockMutex(&mutex); in proc2()
/TwlSDK-5.4/build/libraries/snd/common/src/
Dsnd_main.c277 OS_UnlockMutex(&sSndMutex); in SNDi_UnlockMutex()
/TwlSDK-5.4/include/nitro/os/common/
Dmutex.h124 void OS_UnlockMutex(OSMutex *mutex);
/TwlSDK-5.4/build/demos/os/mutex-1/src/
Dmain.c213 OS_UnlockMutex(&mutex); in common()
/TwlSDK-5.4/build/libraries/el/common/src/
Delf_loader.c317 OS_UnlockMutex( &i_el_mutex); in EL_LoadLibraryfromFile()
324 OS_UnlockMutex( &i_el_mutex); in EL_LoadLibraryfromFile()
345 OS_UnlockMutex( &i_el_mutex); in EL_LoadLibraryfromFile()
375 OS_UnlockMutex( &i_el_mutex); in EL_LoadLibrary()
406 OS_UnlockMutex( &i_el_mutex); in EL_LoadLibraryfromMem()
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_mutex.c86 void OS_UnlockMutex(OSMutex *mutex) in OS_UnlockMutex() function