Open Search
    _pending_calls Struct Reference

    #include <pycore_interp.h>

    Public Attributes

    PyThread_type_lock lock
     
    _Py_atomic_int calls_to_do
     
    int async_exc
     
    struct {
       int(*   func )(void *)
     
       void *   arg
     
    calls [32]
     
    int first
     
    int last
     

    Member Data Documentation

    ◆ lock

    ◆ calls_to_do

    _Py_atomic_int calls_to_do

    ◆ async_exc

    int async_exc

    ◆ func

    int(* func) (void *)

    ◆ arg

    void* arg

    ◆ 

    struct { ... } calls[ 32 ]

    ◆ first

    int first

    ◆ last

    int last