HomeSort by relevance Sort by last modified time
    Searched refs:on_delete_data (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
pystate.h 278 * the lock: that's the value of on_delete_data below. Decref'ing a
282 * weakref-to-lock (on_delete_data) argument, and release_sentinel releases
286 void *on_delete_data; member in struct:_ts
  /external/python/cpython3/Modules/
_threadmodule.c     [all...]
  /external/python/cpython3/Python/
pystate.c 397 tstate->on_delete_data = NULL;
622 tstate->on_delete(tstate->on_delete_data);
    [all...]

Completed in 104 milliseconds