Searched defs:sync (Results 1 - 25 of 83) sorted by relevance

1234

/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dsync.c26 sync(void) function
/haiku-fatelf/headers/private/kernel/
H A Dwait_for_objects.h19 struct select_sync* sync; member in struct:select_info
/haiku-fatelf/src/add-ons/print/transports/shared/
H A DSocketStream.cpp71 int socketstreambuf::sync() function in class:socketstreambuf
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp118 status_t NodeSyncThread::sync( function in class:NodeSyncThread
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dbuiltinbuf.cc46 int builtinbuf::sync() { return _IO_SYNC (this); } function in class:builtinbuf
H A Dindstream.cc109 int indirectbuf::sync() function in class:indirectbuf
H A Dstdiostream.cc113 int stdiobuf::sync() function in class:stdiobuf
H A Dfilebuf.cc171 int filebuf::sync() function in class:filebuf
H A Diostream.cc173 istream::sync () function in class:istream
/haiku-fatelf/src/system/kernel/device_manager/
H A DBaseDevice.cpp103 BaseDevice::Select(void* cookie, uint8 event, selectsync* sync) argument
110 BaseDevice::Deselect(void* cookie, uint8 event, selectsync* sync) argument
H A DAbstractModuleDevice.cpp97 AbstractModuleDevice::Select(void* cookie, uint8 event, selectsync* sync) argument
104 AbstractModuleDevice::Deselect(void* cookie, uint8 event, selectsync* sync) argument
H A DFileDevice.cpp306 FileDevice::Select(void* _cookie, uint8 event, selectsync* sync) argument
314 FileDevice::Deselect(void* cookie, uint8 event, selectsync* sync) argument
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_kill/
H A Dstress.c173 int sync; variable
/haiku-fatelf/src/add-ons/input_server/devices/serial_mouse/
H A DSerialMouse.cpp58 uint8 sync[3]; member in struct:mouse_protocol
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dmaster.cpp190 master_select(void *_cookie, uint8 event, uint32 ref, selectsync *sync) argument
199 master_deselect(void *_cookie, uint8 event, selectsync *sync) argument
H A Dslave.cpp205 slave_select(void *_cookie, uint8 event, uint32 ref, selectsync *sync) argument
214 slave_deselect(void *_cookie, uint8 event, selectsync *sync) argument
/haiku-fatelf/headers/private/app/
H A DServerProtocolStructs.h59 bool sync; member in struct:ViewSetViewCursorInfo
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DDriver.cpp278 usb_serial_select(void *cookie, uint8 event, uint32 ref, selectsync *sync) argument
291 usb_serial_deselect(void *cookie, uint8 event, selectsync *sync) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h102 int (*sync)(struct ntfs_device *dev); member in struct:ntfs_device_operations
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp225 stack_interface_select(net_socket* socket, uint8 event, struct selectsync* sync) argument
232 stack_interface_deselect(net_socket* socket, uint8 event, struct selectsync* sync) argument
/haiku-fatelf/src/kits/storage/
H A DAddOnMonitorHandler.cpp57 AddOnMonitorHandler::AddDirectory(const node_ref* nref, bool sync) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DFileSystem.cpp184 FileSystem::AddSelectSyncEntry(selectsync* sync) argument
204 FileSystem::RemoveSelectSyncEntry(selectsync* sync) argument
217 FileSystem::KnowsSelectSyncEntry(selectsync* sync) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A Dkernel_emu.cpp165 notify_select_event(selectsync *sync, uint32 ref) argument
/haiku-fatelf/src/tools/fs_shell/
H A Dfd.cpp360 select_fd(int fd, uint8_t event, uint32_t ref, struct select_sync *sync, bool kernel) argument
387 deselect_fd(int fd, uint8_t event, struct select_sync *sync, bool kernel) argument
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp937 pc_serial_select(void *cookie, uint8 event, uint32 ref, selectsync *sync) argument
948 pc_serial_deselect(void *cookie, uint8 event, selectsync *sync) argument

Completed in 284 milliseconds

1234