Home
last modified time | relevance | path

Searched refs:_profile_hook (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dthreading.py87 _profile_hook = None variable
97 global _profile_hook
98 _profile_hook = func
796 if _profile_hook:
798 _sys.setprofile(_profile_hook)
/external/python/cpython3/Lib/
Dthreading.py55 _profile_hook = None variable
65 global _profile_hook
66 _profile_hook = func
950 if _profile_hook:
951 _sys.setprofile(_profile_hook)