Searched refs:is_valid (Results 1 – 4 of 4) sorted by relevance
70 mutex->is_valid = pthread_mutex_init( &mutex->mutex, NULL ) == 0; in threading_mutex_init_pthread()75 if( mutex == NULL || !mutex->is_valid ) in threading_mutex_free_pthread()79 mutex->is_valid = 0; in threading_mutex_free_pthread()84 if( mutex == NULL || ! mutex->is_valid ) in threading_mutex_lock_pthread()95 if( mutex == NULL || ! mutex->is_valid ) in threading_mutex_unlock_pthread()
4144 if( hs_buf->is_valid == 1 ) in ssl_load_buffered_message()4157 if( ( hs_buf->is_valid == 1 ) && ( hs_buf->is_complete == 1 ) ) in ssl_load_buffered_message()4292 if( !hs_buf->is_valid ) in ssl_buffer_message()4369 hs_buf->is_valid = 1; in ssl_buffer_message()5973 if( hs_buf->is_valid == 1 ) in ssl_buffering_free_slot()
49 char is_valid; member
544 unsigned is_valid : 1; member