10000
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 d5769c5 commit fef52d4Copy full SHA for fef52d4
sklearn/utils/_openmp_helpers.pxd
@@ -23,9 +23,9 @@ cdef extern from *:
23
ctypedef struct omp_lock_t:
24
pass
25
26
- void omp_init_lock(struct omp_lock_t*) nogil
27
- void omp_destroy_lock(struct omp_lock_t*) nogil
28
- void omp_set_lock(struct omp_lock_t*) nogil
29
- void omp_unset_lock(struct omp_lock_t*) nogil
+ void omp_init_lock(struct omp_lock_t) nogil
+ void omp_destroy_lock(struct omp_lock_t) nogil
+ void omp_set_lock(struct omp_lock_t) nogil
+ void omp_unset_lock(struct omp_lock_t) nogil
30
31
cdef int _openmp_thread_num() noexcept nogil
0 commit comments