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

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 20:16, 17 February 2017

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