Searched refs:sync (Results 1 - 25 of 48) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/unistd/
H A Dsync.c4 void sync(void) function
/seL4-camkes-master/projects/camkes-tool/libsel4camkes/include/camkes/
H A Dsync.h15 #include <platsupport/sync/sync.h>
/seL4-camkes-master/projects/camkes/apps/socket/components/Receiver/include/
H A Dsocket.h10 #include <platsupport/sync/spinlock.h>
/seL4-camkes-master/projects/camkes/apps/socket/components/Transport/include/
H A Dsocket.h10 #include <platsupport/sync/spinlock.h>
/seL4-camkes-master/projects/camkes/apps/socket/components/Sender/include/
H A Dsocket.h10 #include <platsupport/sync/spinlock.h>
/seL4-camkes-master/projects/camkes-tool/camkes/templates/
H A DseL4NotificationQueue-from.template.c17 #include <sync/sem-bare.h>
H A Drpc-connector-common-from.c24 #include <sync/sem-bare.h>
H A DseL4Notification-to.template.c38 #include <sync/bin_sem_bare.h>
39 #include <sync/sem-bare.h>
H A DseL4NotificationQueue-to.template.c21 #include <sync/bin_sem_bare.h>
22 #include <sync/sem-bare.h>
/seL4-camkes-master/projects/global-components/remote-drivers/picotcp-socket-sync/templates/
H A Dpicotcp-socket-sync-server-init.template.c13 #include <picotcp-socket-sync.h>
/seL4-camkes-master/projects/camkes/apps/socket/components/Receiver/src/
H A Dreceiver.c10 #include <platsupport/sync/spinlock.h>
/seL4-camkes-master/projects/projects_libs/libusbdrivers/include/usb/
H A Dusb_host.h21 #include <platsupport/sync/sync.h>
133 ps_mutex_ops_t* sync; member in struct:usb_host
202 * @param[in] sync a list of mutex operation functions.
208 int usb_host_init(enum usb_host_id id, ps_io_ops_t* ioops, ps_mutex_ops_t *sync, usb_host_t* hdev);
/seL4-camkes-master/projects/seL4_libs/libsel4sync/include/sync/
H A Dbin_sem_bare.h24 #include <platsupport/sync/atomic.h>
H A Dmutex.h17 #include <sync/bin_sem.h>
/seL4-camkes-master/projects/camkes/apps/socket/components/Sender/src/
H A Dsender.c10 #include <platsupport/sync/spinlock.h>
/seL4-camkes-master/projects/camkes-tool/libsel4camkes/src/
H A Dsync.c17 #include <sync/mutex.h>
19 #include <camkes/sync.h>
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_sntp_c.tex4 This module allows you to sync your device to to a specified (s)ntp server.
8 \subsection{pico$\_$sntp$\_$sync}
11 Function to sync the local time to a given sntp server in string notation. DNS resolution will be done automatically.
40 \subsection{pico$\_$sntp$\_$sync$\_$ip}
43 Function to sync the local time to a given sntp server in IP address notation.
74 Function to get the current time. Be sure to call the pico$\_$sntp$\_$sync function to synchronise BEFORE calling this function.
/seL4-camkes-master/tools/cogent/impl/fs/bilby/proof/
H A DMakefile22 sync: cogent
/seL4-camkes-master/projects/camkes/apps/mutex/templates/
H A DseL4MyConnector-to.c10 #include <sync/mutex.h>
/seL4-camkes-master/projects/camkes/apps/socket/components/Transport/src/
H A Dtransport.c10 #include <platsupport/sync/spinlock.h>
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/plat/pc99/
H A Dehci-pci.c110 usb_host_init(enum usb_host_id id, ps_io_ops_t* io_ops, ps_mutex_ops_t *sync, argument
127 hdev->sync = sync;
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/plat/exynos5/
H A Dehci-exynos5.c186 int usb_host_init(enum usb_host_id id, ps_io_ops_t *io_ops, ps_mutex_ops_t *sync, argument
200 hdev->sync = sync;
/seL4-camkes-master/kernel/src/plat/imx31/machine/
H A Dhardware.c40 uint32_t sync; /* 730 */ member in struct:imx31_l2cc_flush
84 /* We sync the l2 cache, which drains the write and eviction
86 imx31_l2cc_flush_regs->sync = 1;
/seL4-camkes-master/tools/rumprun/lib/librumprun_tester/
H A Drumprun_tester.c67 sync();
/seL4-camkes-master/tools/rumprun/platform/sel4/include/sel4/
H A Dhelpers.h22 #include <sync/bin_sem.h>

Completed in 188 milliseconds

12