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

  /external/python/cpython3/Include/
pystate.h 280 * on_delete points to _threadmodule.c's static release_sentinel() function.
285 void (*on_delete)(void *); member in struct:_ts
  /external/python/cpython3/Modules/
_threadmodule.c     [all...]
  /external/python/cpython3/Python/
pystate.c 396 tstate->on_delete = NULL;
621 if (tstate->on_delete != NULL) {
622 tstate->on_delete(tstate->on_delete_data);
    [all...]
  /external/autotest/frontend/afe/
models.py     [all...]

Completed in 87 milliseconds