Home
last modified time | relevance | path

Searched defs:_close (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dfs.c42 int _close(int fd) in _close() function
89 int _close(int fd) in _close() function
/third_party/python/Lib/multiprocessing/
Dconnection.py275 def _close(self, _CloseHandle=_winapi.CloseHandle): member in PipeConnection
354 def _close(self, _close=_multiprocessing.closesocket): argument
359 def _close(self, _close=os.close): member in Connection
/third_party/python/Lib/test/libregrtest/
Dwin_utils.py111 _close=_winapi.CloseHandle, argument
/third_party/node/deps/npm/node_modules/fs-minipass/lib/
Dindex.js9 const _close = Symbol('_close') constant
/third_party/node/deps/npm/node_modules/tar/node_modules/fs-minipass/
Dindex.js23 const _close = Symbol('_close') constant
/third_party/alsa-lib/src/
Dinput.c179 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close) in snd_input_stdio_attach()
Doutput.c188 int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int _close) in snd_output_stdio_attach()
/third_party/python/Lib/idlelib/
Dpyshell.py314 def _close(self): member in PyShellEditorWindow
1116 def _close(self): member in PyShell
Deditor.py1131 def _close(self): member in EditorWindow
/third_party/FreeBSD/include/
Dfts.h52 #define _close(fd) (close((fd))) macro
/third_party/python/Lib/asyncio/
Dunix_events.py587 def _close(self, exc): member in _UnixReadPipeTransport
789 def _close(self, exc=None): member in _UnixWritePipeTransport
/third_party/node/lib/
Dzlib.js633 function _close(engine) { function
/third_party/skia/modules/pathkit/
Dexterns.js45 _close: function() {}, method
/third_party/python/Lib/
Dnntplib.py921 def _close(self): member in NNTP
/third_party/python/Lib/test/
Dtest_tempfile.py374 _close = os.close variable in TestMkstempInner.mkstemped
Dtest_nntplib.py439 def _close(self): member in NNTPServer
Dtest__xxsubinterpreters.py2221 def _close(self, fix, *, force): member in ExhaustiveChannelTests
/third_party/pulseaudio/src/utils/
Dpadsp.c119 static int (*_close)(int) = NULL; variable