Home
last modified time | relevance | path

Searched refs:close_event (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_fence.cpp38 close_event(HANDLE event, int fd) in close_event() function
63 close_event(HANDLE event, int fd) in close_event() function
87 close_event(fence->event, fence->event_fd); in destroy_fence()
/third_party/python/Lib/idlelib/
H A Deditor.py155 self.top.bind("<<close-window>>", self.close_event)
158 text.bind('<<close-window>>', self.close_event)
1109 def close_event(self, event): member in EditorWindow
1747 # text.bind("<<close-all-windows>>", edit.close_event)
1749 # edit.text.bind("<<close-window>>", edit.close_event)

Completed in 4 milliseconds