Home
last modified time | relevance | path

Searched defs:PlatformSpecificMutexUnlock (Results 1 – 9 of 9) sorted by relevance

/dports/devel/cpputest/cpputest-4.0/src/Platforms/GccNoStdC/
H A DUtestPlatform.cpp78 void (*PlatformSpecificMutexUnlock)(PlatformSpecificMutex mtx) = NULLPTR; variable
/dports/devel/cpputest/cpputest-4.0/src/Platforms/Symbian/
H A DUtestPlatform.cpp180 void (*PlatformSpecificMutexUnlock)(PlatformSpecificMutex) = DummyMutexUnlock; variable
/dports/devel/cpputest/cpputest-4.0/src/Platforms/Iar/
H A DUtestPlatform.cpp201 void (*PlatformSpecificMutexUnlock)(PlatformSpecificMutex) = DummyMutexUnlock; variable
/dports/devel/cpputest/cpputest-4.0/src/Platforms/Keil/
H A DUtestPlatform.cpp217 void (*PlatformSpecificMutexUnlock)(PlatformSpecificMutex) = DummyMutexUnlock; variable
/dports/devel/cpputest/cpputest-4.0/src/Platforms/armcc/
H A DUtestPlatform.cpp201 void (*PlatformSpecificMutexUnlock)(PlatformSpecificMutex) = DummyMutexUnlock; variable
/dports/devel/cpputest/cpputest-4.0/src/Platforms/C2000/
H A DUtestPlatform.cpp251 void (*PlatformSpecificMutexUnlock)(PlatformSpecificMutex) = DummyMutexUnlock; variable
/dports/devel/cpputest/cpputest-4.0/src/Platforms/Dos/
H A DUtestPlatform.cpp239 void (*PlatformSpecificMutexUnlock)(PlatformSpecificMutex) = DummyMutexUnlock; variable
/dports/devel/cpputest/cpputest-4.0/src/Platforms/VisualCpp/
H A DUtestPlatform.cpp232 void (*PlatformSpecificMutexUnlock)(PlatformSpecificMutex) = VisualCppMutexUnlock; variable
/dports/devel/cpputest/cpputest-4.0/src/Platforms/Gcc/
H A DUtestPlatform.cpp351 void (*PlatformSpecificMutexUnlock)(PlatformSpecificMutex) = PThreadMutexUnlock; variable