File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
include/ur_client_library Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717// limitations under the License.
1818// -- END LICENSE BLOCK ------------------------------------------------
1919
20-
2120// ----------------------------------------------------------------------
2221/* !\file
2322 *
3231
3332#include < thread>
3433
35- namespace urcl {
36- bool setFiFoScheduling (pthread_t & thread, const int priority);
34+ namespace urcl
35+ {
36+ bool setFiFoScheduling (pthread_t & thread, const int priority);
3737}
38- #endif // ifndef UR_CLIENT_LIBRARY_HELPERS_H_INCLUDED
38+ #endif // ifndef UR_CLIENT_LIBRARY_HELPERS_H_INCLUDED
Original file line number Diff line number Diff line change 4545#if defined(AE_VCPP) || defined(AE_ICC)
4646#define AE_FORCEINLINE __forceinline
4747#elif defined(AE_GCC)
48- // #define AE_FORCEINLINE __attribute__((always_inline))
48+ // #define AE_FORCEINLINE __attribute__((always_inline))
4949#define AE_FORCEINLINE inline
5050#else
5151#define AE_FORCEINLINE inline
You can’t perform that action at this time.
0 commit comments