/Zephyr-latest/samples/philosophers/src/ |
D | phil_obj_abstract.h | 55 #define take(x) k_sem_take(x, K_FOREVER) macro 71 #define take(x) k_mutex_lock(x, K_FOREVER) macro 88 #define take(x) do { \ macro 109 #define take(x) do { \ macro 131 #define take(x) do { \ macro
|
D | main.c | 163 take(my_fork1); in philosopher() 165 take(my_fork2); in philosopher()
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | phil_obj_abstract.h | 42 #define take(x) osSemaphoreWait(x, osWaitForever) macro 56 #define take(x) osMutexWait(x, 0) macro
|
D | main.c | 163 take(fork1); in philosopher() 165 take(fork2); in philosopher()
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
D | phil_obj_abstract.h | 46 #define take(x) osSemaphoreAcquire(x, osWaitForever) macro 62 #define take(x) osMutexAcquire(x, osWaitForever) macro
|
D | main.c | 188 take(fork1); in philosopher() 190 take(fork2); in philosopher()
|
/Zephyr-latest/cmake/bintools/llvm/ |
D | target_bintools.cmake | 20 # elfconvert_flag_infile : empty, objcopy doesn't take arguments for filenames 21 # elfconvert_flag_outfile : empty, objcopy doesn't take arguments for filenames 61 # disassembly_flag_infile : empty, objdump doesn't take arguments for filenames 62 # disassembly_flag_outfile : '>', objdump doesn't take arguments for output file, but resul… 93 # strip_flag_infile : empty, strip doesn't take arguments for input file 116 # readelf_flag_infile : empty, readelf doesn't take arguments for filenames 117 # readelf_flag_outfile : '>', readelf doesn't take arguments for output
|
/Zephyr-latest/cmake/bintools/gnu/ |
D | target_bintools.cmake | 20 # elfconvert_flag_infile : empty, objcopy doesn't take arguments for filenames 21 # elfconvert_flag_outfile : empty, objcopy doesn't take arguments for filenames 66 # disassembly_flag_infile : empty, objdump doesn't take arguments for filenames 67 # disassembly_flag_outfile : '>', objdump doesn't take arguments for output file, but resul… 86 # strip_flag_infile : empty, strip doesn't take arguments for input file 110 # readelf_flag_infile : empty, readelf doesn't take arguments for filenames 111 # readelf_flag_outfile : '>', readelf doesn't take arguments for output
|
/Zephyr-latest/kernel/ |
D | sem.c | 141 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_sem, take, sem, timeout); in z_impl_k_sem_take() 156 SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(k_sem, take, sem, timeout); in z_impl_k_sem_take() 161 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_sem, take, sem, timeout, ret); in z_impl_k_sem_take()
|
/Zephyr-latest/samples/posix/philosophers/src/ |
D | main.c | 55 static inline void take(fork_t frk) in take() function 162 take(my_fork1); in philosopher() 164 take(my_fork2); in philosopher()
|
/Zephyr-latest/doc/services/pm/ |
D | index.rst | 7 integrator to implement power management support that can take full
|
/Zephyr-latest/boards/digilent/arty_a7/ |
D | Kconfig | 12 Board initialization priority. The board initialization must take
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_sam_usbc.c | 1289 static int usb_dc_ep_read_ex_stp(uint32_t take, uint32_t wLength) in usb_dc_ep_read_ex_stp() argument 1323 if (take == 0) { in usb_dc_ep_read_ex_stp() 1346 uint32_t take; in usb_dc_ep_read_ex() local 1382 take = MIN(max_data_len, remaining); in usb_dc_ep_read_ex() 1383 if (take) { in usb_dc_ep_read_ex() 1387 take); in usb_dc_ep_read_ex() 1392 *read_bytes = take; in usb_dc_ep_read_ex() 1395 if (take == remaining || take == 0) { in usb_dc_ep_read_ex() 1401 rc = usb_dc_ep_read_ex_stp(take, in usb_dc_ep_read_ex() 1408 dev_data.ep_data[ep_idx].out_at += take; in usb_dc_ep_read_ex() [all …]
|
D | usb_dc_sam0.c | 642 uint32_t take; in usb_dc_ep_read_ex() local 671 take = MIN(max_data_len, remain); in usb_dc_ep_read_ex() 672 memcpy(buf, (uint8_t *)addr + data->out_at, take); in usb_dc_ep_read_ex() 675 *read_bytes = take; in usb_dc_ep_read_ex() 678 if (take == remain) { in usb_dc_ep_read_ex() 684 data->out_at += take; in usb_dc_ep_read_ex()
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig | 19 Static VRINGs alignment. This should take into account the cache line
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.mcux_os | 21 picked, OS Timer will take steps to store state and reinitialize on wakeups.
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | compiler_flags.cmake | 5 # XCC is based on GCC 4.2 which has a somewhat pedantic take on the
|
/Zephyr-latest/cmake/bintools/armclang/ |
D | target_bintools.cmake | 42 # disassembly_flag_infile : empty, fromelf doesn't take arguments for filenames 60 # readelf_flag_infile : empty, fromelf doesn't take arguments for filenames
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.nct38xx | 44 must take place after the alert GPIO device is initialized.
|
/Zephyr-latest/samples/synchronization/ |
D | README.rst | 11 Two threads (A and B) take turns printing a greeting message to the console,
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | dfu.rst | 63 In order to use MCUboot with Zephyr you need to take the following into account: 81 5. You might need to take precautions to avoid mass erasing the flash and also
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nor | 59 This is the wait delay (in us) to allow for CS switching to take effect 65 Flash operations can take anywhere from 1ms to 240 seconds to
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.cap | 27 Enabling will take one of the allocated CSIS instances
|
/Zephyr-latest/soc/nxp/kinetis/ke1xf/ |
D | Kconfig | 51 source. The application can take over control of the
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 48 take corrective action.
|