The R Project SVN R

Rev

Rev 86459 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86459 Rev 87075
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 2000-2014 The R Core Team.
3
 *  Copyright (C) 2000-2024 The R Core Team.
4
 *
4
 *
5
 *  This header file is free software; you can redistribute it and/or modify
5
 *  This header file is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU Lesser General Public License as published by
6
 *  it under the terms of the GNU Lesser General Public License as published by
7
 *  the Free Software Foundation; either version 2.1 of the License, or
7
 *  the Free Software Foundation; either version 2.1 of the License, or
8
 *  (at your option) any later version.
8
 *  (at your option) any later version.
Line 34... Line 34...
34
*/
34
*/
35
 
35
 
36
#ifndef R_EXT_MATHTHREADS_H_
36
#ifndef R_EXT_MATHTHREADS_H_
37
#define R_EXT_MATHTHREADS_H_
37
#define R_EXT_MATHTHREADS_H_
38
 
38
 
-
 
39
#include <R_ext/libextern.h>
-
 
40
 
39
#ifdef  __cplusplus
41
#ifdef  __cplusplus
40
extern "C" {
42
extern "C" {
41
#endif
43
#endif
42
 
44
 
43
#include <R_ext/libextern.h>
-
 
44
LibExtern int R_num_math_threads;
45
LibExtern int R_num_math_threads;
45
LibExtern int R_max_num_math_threads;
46
LibExtern int R_max_num_math_threads;
46
 
47
 
47
#ifdef  __cplusplus
48
#ifdef  __cplusplus
48
}
49
}