Thanks to visit codestin.com Credit goes to github.com
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 cfaf143 commit f0f7aadCopy full SHA for f0f7aad
1 file changed
PC/python_nt.def
@@ -340,3 +340,17 @@ EXPORTS
340
PyThread_init_thread
341
PyThread_get_thread_ident
342
PyThread_exit_thread
343
+ PyThread_allocate_lock
344
+ PyThread_free_lock
345
+ PyThread_acquire_lock
346
+ PyThread_release_lock
347
+ PyThread_allocate_sema
348
+ PyThread_free_sema
349
+ PyThread_down_sema
350
+ PyThread_up_sema
351
+ PyThread_exit_prog
352
+ PyThread__exit_prog
353
+ PyThread_create_key
354
+ PyThread_delete_key
355
+ PyThread_get_key_value
356
+ PyThread_set_key_value
0 commit comments