Searched defs:sync (Results 1 - 25 of 64) sorted by last modified time

123

/haiku/src/servers/app/
H A DServerApp.cpp1087 bool sync; local
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp810 socket_request_notification(net_socket* _socket, uint8 event, selectsync* sync) argument
858 socket_cancel_notification(net_socket* _socket, uint8 event, selectsync* sync) argument
/haiku/src/system/kernel/fs/
H A Dvfs.cpp5840 file_select(struct file_descriptor* descriptor, uint8 event, struct selectsync* sync) argument
5860 file_deselect(struct file_descriptor* descriptor, uint8 event, struct selectsync* sync) argument
[all...]
H A Dfd.cpp496 select_sync* sync = info->sync; local
H A Dsocket.cpp239 socket_select(struct file_descriptor *descriptor, uint8 event, struct selectsync *sync) argument
247 socket_deselect(struct file_descriptor *descriptor, uint8 event, struct selectsync *sync) argument
H A Dfifo.cpp696 Inode::Select(uint8 event, selectsync* sync, int openMode) argument
731 Inode::Deselect(uint8 event, selectsync* sync, int openMode) argument
1137 fifo_select(fs_volume* _volume, fs_vnode* _node, void* _cookie, uint8 event, selectsync* sync) argument
1153 fifo_deselect(fs_volume* _volume, fs_vnode* _node, void* _cookie, uint8 event, selectsync* sync) argument
[all...]
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp150 acpi_lid_select(void *_cookie, uint8 event, selectsync *sync) argument
173 acpi_lid_deselect(void *_cookie, uint8 event, selectsync *sync) argument
/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp230 tunnel_select(void* _cookie, uint8 event, uint32 ref, selectsync* sync) argument
254 tunnel_deselect(void* _cookie, uint8 event, selectsync* sync) argument
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1991 tty_select(tty_cookie* cookie, uint8 event, uint32 ref, selectsync* sync) argument
2074 tty_deselect(tty_cookie* cookie, uint8 event, selectsync* sync) argument
[all...]
/haiku/src/system/kernel/
H A Dsmp.cpp1460 _call_single_cpu(uint32 targetCPU, void (*func)(void*, int), void* cookie, bool sync) argument
/haiku/src/add-ons/kernel/bus_managers/random/
H A Ddriver.cpp153 random_select(void *cookie, uint8 event, selectsync *sync) argument
169 random_deselect(void *cookie, uint8 event, selectsync *sync) argument
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp55 selectsync *sync; member in struct:select_sync_pool_entry
367 wait_for_objects_sync* sync = new(nothrow) wait_for_objects_sync; local
399 acquire_select_sync(select_sync* sync) argument
407 put_select_sync(select_sync* sync) argument
460 wait_for_objects_sync* sync; local
573 wait_for_objects_sync* sync; local
666 wait_for_objects_sync* sync; local
759 notify_select_event(struct selectsync *sync, uint8 event) argument
769 find_select_sync_pool_entry(select_sync_pool *pool, selectsync *sync) argument
783 add_select_sync_pool_entry(select_sync_pool *pool, selectsync *sync, uint8 event) argument
806 add_select_sync_pool_entry(select_sync_pool **_pool, selectsync *sync, uint8 event) argument
833 remove_select_sync_pool_entry(select_sync_pool **_pool, selectsync *sync, uint8 event) argument
[all...]
H A Dselect_ops.h42 select_object(uint32 type, int32 object, struct select_info* sync, bool kernel) argument
51 deselect_object(uint32 type, int32 object, struct select_info* sync, bool kernel) argument
/haiku/headers/private/kernel/
H A Dwait_for_objects.h19 struct select_sync* sync; member in struct:select_info
/haiku/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/src/system/kernel/device_manager/
H A Ddevfs.cpp1606 devfs_select(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, uint8 event, selectsync* sync) argument
1629 devfs_deselect(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, uint8 event, selectsync* sync) argument
H A DAbstractModuleDevice.cpp134 AbstractModuleDevice::Select(void* cookie, uint8 event, selectsync* sync) argument
143 AbstractModuleDevice::Deselect(void* cookie, uint8 event, selectsync* sync) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp1506 Volume::Select(void* _node, void* cookie, uint8 event, selectsync* sync) argument
1560 Volume::Deselect(void* _node, void* cookie, uint8 event, selectsync* sync) argument
1569 SyncRemover(FileSystem* fs, selectsync* sync) argument
1574 selectsync* sync; member in struct:SyncRemover
[all...]
/haiku/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
H A DSerialDevice.cpp434 SerialDevice::Select(uint8 event, uint32 ref, selectsync *sync) argument
444 SerialDevice::DeSelect(uint8 event, selectsync *sync) argument
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp724 pc_serial_select(void *cookie, uint8 event, uint32 ref, selectsync *sync) argument
735 pc_serial_deselect(void *cookie, uint8 event, selectsync *sync) argument
H A DSerialDevice.cpp700 SerialDevice::Select(uint8 event, uint32 ref, selectsync *sync) argument
710 SerialDevice::DeSelect(uint8 event, selectsync *sync) argument
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp470 pty_select(void *_cookie, uint8 event, uint32 ref, selectsync *sync) argument
479 pty_deselect(void *_cookie, uint8 event, selectsync *sync) argument
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2532 void sync() {} function
H A Dlibroot_stubs.c2540 void sync() {} function

Completed in 332 milliseconds

123