Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/watchdog/src/
Dwatchdog_fsevents.c253 PyObject *thread_to_run_loop = NULL; variable
659 value = PyDict_GetItem(thread_to_run_loop, emitter_thread); in watchdog_add_watch()
720 value = PyDict_GetItem(thread_to_run_loop, emitter_thread); in watchdog_read_events()
725 PyDict_SetItem(thread_to_run_loop, emitter_thread, value); in watchdog_read_events()
736 if (PyDict_DelItem(thread_to_run_loop, emitter_thread) == 0) in watchdog_read_events()
801 PyObject *value = PyDict_GetItem(thread_to_run_loop, emitter_thread); in watchdog_stop()
852 thread_to_run_loop = PyDict_New(); in watchdog_module_init()