struct libshared_pal_thread_info

From liblfds.org
Revision as of 18:02, 28 May 2016 by Admin (talk | contribs) (→‎Source File)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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