We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ace36f commit cb2d476Copy full SHA for cb2d476
src/threading.h
@@ -13,7 +13,6 @@ extern "C" {
13
#define PROFILE_JL_THREADING 0
14
15
extern jl_ptls_t *jl_all_tls_states JL_GLOBALLY_ROOTED; /* thread local storage */
16
-extern JL_DLLEXPORT int jl_n_threads; /* # threads we're actually using */
17
18
typedef struct _jl_threadarg_t {
19
int16_t tid;
0 commit comments