:orphan: .. index:: pair: struct; tester_test_results .. _doxid-structtester__test__results: struct tester_test_results ========================== .. toctree:: :hidden: Overview ~~~~~~~~ List of results of tests which are in progress. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tester_test_results { // fields pthread_mutex_t :ref:`lock`; // methods :ref:`SLIST_HEAD`(:ref:`tester_test_result`); }; .. _details-structtester__test__results: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ List of results of tests which are in progress. Fields ------ .. index:: pair: variable; lock .. _doxid-structtester__test__results_1a2b8328b3de94fd55cd4aac77931e09ea: .. ref-code-block:: cpp :class: doxyrest-title-code-block pthread_mutex_t lock Mutual exclusion device to protect the list used in Tester main thread and test messages listener. Methods ------- .. index:: pair: function; SLIST_HEAD .. _doxid-structtester__test__results_1acd94f7bde8cf3b8800aeef40e52f3e5d: .. ref-code-block:: cpp :class: doxyrest-title-code-block SLIST_HEAD(:ref:`tester_test_result`) Head of the list