macro LIBSHARED_PAL_PTI_GET_THREAD_ARGUMENT

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 Structures

struct libshared_pal_thread_info;

Macro

#define LIBSHARED_PAL_PTI_GET_THREAD_ARGUMENT( libshared_pal_thread_info )

Parameters

libshared_pal_thread_info

A struct libshared_pal_thread_info. Not a pointer to it - the struct itself.

Return Value

A void *, which is the thread function argument.

Notes

This macro obtains the thread function argument.

Example

See Also