Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0f7aad

Browse files
committed
Added remaining PyThread symbols.
1 parent cfaf143 commit f0f7aad

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

PC/python_nt.def

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,3 +340,17 @@ EXPORTS
340340
PyThread_init_thread
341341
PyThread_get_thread_ident
342342
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

Comments
 (0)