Difference between revisions of "r7.1.0:Struct libshared pal thread info"

From liblfds.org
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 18:02, 28 May 2016

Source File

└───test_and_benchmark
    └───libshared
        └───inc
            └───libshared
                    libtest_porting_abstraction_layer.h

Opaque Structure

struct libshared_pal_thread_info;

Alignment

No alignment requirements.

Notes

This structure contains all the information necessary to start a thread on a specified logcial processor. A set of macros are provided to read this information from the structure.

See Also