struct libshared_pal_thread_info

From liblfds.org
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