Lines Matching refs:mut
92 ZSTD_pthread_mutex_t mut; member
101 ZSTD_pthread_mutex_lock(&test->mut); in waitLongFn()
105 ZSTD_pthread_mutex_unlock(&test->mut); in waitLongFn()
109 ZSTD_pthread_mutex_lock(&test->mut); in waitLongFn()
114 ZSTD_pthread_mutex_unlock(&test->mut); in waitLongFn()
129 ZSTD_pthread_mutex_lock(&test.mut); in testThreadReduction_internal()
131 ZSTD_pthread_cond_wait(&test.cond, &test.mut); in testThreadReduction_internal()
134 ZSTD_pthread_mutex_unlock(&test.mut); in testThreadReduction_internal()
144 ZSTD_pthread_mutex_lock(&test.mut); in testThreadReduction_internal()
146 ZSTD_pthread_cond_wait(&test.cond, &test.mut); in testThreadReduction_internal()
149 ZSTD_pthread_mutex_unlock(&test.mut); in testThreadReduction_internal()
162 ASSERT_FALSE( ZSTD_pthread_mutex_init(&test.mut, NULL) ); in testThreadReduction()
167 ZSTD_pthread_mutex_destroy(&test.mut); in testThreadReduction()
178 ZSTD_pthread_mutex_t mut; member
185 ZSTD_pthread_mutex_lock(&test->mut); in waitIncFn()
187 ZSTD_pthread_mutex_unlock(&test->mut); in waitIncFn()
214 ASSERT_FALSE( ZSTD_pthread_mutex_init(&test.mut, NULL) ); in testAbruptEnding()
218 ZSTD_pthread_mutex_destroy(&test.mut); in testAbruptEnding()