Searched defs:_close (Results 1 - 14 of 14) sorted by relevance
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
H A D | fs.c | 42 int _close(int fd) in _close() function 89 int _close(int fd) in _close() function
|
/third_party/alsa-lib/src/ |
H A D | output.c | 188 int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int _close) in snd_output_stdio_attach() argument
|
H A D | input.c | 179 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close) in snd_input_stdio_attach() argument
|
/third_party/node/lib/ |
H A D | zlib.js | 633 function _close(engine) { function
|
/third_party/FreeBSD/include/ |
H A D | fts.h | 52 #define _close(fd) (close((fd))) macro
|
/third_party/python/Lib/ |
H A D | nntplib.py | 921 def _close(self): member in NNTP
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 275 def _close(self, _CloseHandle=_winapi.CloseHandle): member in .PipeConnection 354 def _close(self, _close=_multiprocessing.closesocket): member in Connection 359 def _close(self, _close=os.close): member in Connection
|
/third_party/python/Lib/asyncio/ |
H A D | unix_events.py | 587 def _close(self, exc): member in _UnixReadPipeTransport 789 def _close(self, exc=None): member in _UnixWritePipeTransport
|
/third_party/python/Lib/test/ |
H A D | test_tempfile.py | 375 _close = os.close variable in TestMkstempInner.mkstemped
|
H A D | test__xxsubinterpreters.py | 2221 def _close(self, fix, *, force): member in ExhaustiveChannelTests
|
H A D | test_nntplib.py | 439 def _close(self): member in NNTPServer
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 314 def _close(self): member in PyShellEditorWindow 1116 def _close(self): member in PyShell
|
H A D | editor.py | 1131 def _close(self): member in EditorWindow
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 119 static int (*_close)(int) = NULL; variable
|
Completed in 26 milliseconds