OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_platform_thread_delete_mutex
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/tests/
test_common.h
117
static inline void
test_platform_thread_delete_mutex
(test_platform_thread_mutex *pMutex) { pthread_mutex_destroy(pMutex); }
function
151
static void
test_platform_thread_delete_mutex
(test_platform_thread_mutex *pMutex) { DeleteCriticalSection(pMutex); }
function
layer_validation_tests.cpp
129
~ErrorMonitor() {
test_platform_thread_delete_mutex
(&m_mutex); }
[
all
...]
Completed in 100 milliseconds