Program Listing for File threadm.h

Return to documentation for file (rcsw/multithread/threadm.h)

#pragma once

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include "rcsw/rcsw.h"

/*******************************************************************************
 * Function Prototypes
 ******************************************************************************/
BEGIN_C_DECLS

status_t threadm_core_lock(pthread_t thread, size_t core);

END_C_DECLS