mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Added remaining PyThread symbols.
This commit is contained in:
parent
cfaf143956
commit
f0f7aad30f
1 changed files with 14 additions and 0 deletions
|
@ -340,3 +340,17 @@ EXPORTS
|
||||||
PyThread_init_thread
|
PyThread_init_thread
|
||||||
PyThread_get_thread_ident
|
PyThread_get_thread_ident
|
||||||
PyThread_exit_thread
|
PyThread_exit_thread
|
||||||
|
PyThread_allocate_lock
|
||||||
|
PyThread_free_lock
|
||||||
|
PyThread_acquire_lock
|
||||||
|
PyThread_release_lock
|
||||||
|
PyThread_allocate_sema
|
||||||
|
PyThread_free_sema
|
||||||
|
PyThread_down_sema
|
||||||
|
PyThread_up_sema
|
||||||
|
PyThread_exit_prog
|
||||||
|
PyThread__exit_prog
|
||||||
|
PyThread_create_key
|
||||||
|
PyThread_delete_key
|
||||||
|
PyThread_get_key_value
|
||||||
|
PyThread_set_key_value
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue