File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
opal/mca/threads/argobots Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 11
11
* Copyright (c) 2004-2005 The Regents of the University of California.
12
12
* All rights reserved.
13
13
* Copyright (c) 2019 Sandia National Laboratories. All rights reserved.
14
- *
15
14
* Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
15
+ * Copyright (c) 2021 Argonne National Laboratory. All rights reserved.
16
+ *
16
17
* $COPYRIGHT$
17
18
*
18
19
* Additional copyrights may follow
32
33
#include "opal/util/output.h"
33
34
#include "opal/util/sys_limits.h"
34
35
35
- struct opal_tsd_key_value {
36
- opal_tsd_key_t key ;
37
- opal_tsd_destructor_t destructor ;
38
- };
39
-
40
- static opal_mutex_t opal_tsd_lock = OPAL_MUTEX_STATIC_INIT ;
41
- static struct opal_tsd_key_value * opal_tsd_key_values = NULL ;
42
- static int opal_tsd_key_values_count = 0 ;
43
- static int opal_tsd_key_values_size = 0 ;
44
-
45
36
/*
46
37
* Constructor
47
38
*/
You can’t perform that action at this time.
0 commit comments