struct libshared_pal_thread_info

From liblfds.org
Revision as of 20:16, 17 February 2017 by Admin (talk | contribs) (1 revision imported)
(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