struct tester_test_results

Overview

List of results of tests which are in progress. More…

#include <tester_result.h>

struct tester_test_results {
    // fields

    pthread_mutex_t lock;

    // methods

    SLIST_HEAD(tester_test_result);
};

Detailed Documentation

List of results of tests which are in progress.

Fields

pthread_mutex_t lock

Mutual exclusion device to protect the list used in Tester main thread and test messages listener.

Methods

SLIST_HEAD(tester_test_result)

Head of the list