Home
last modified time | relevance | path

Searched refs:take (Results 1 – 25 of 193) sorted by relevance

12345678

/Zephyr-latest/samples/philosophers/src/
Dphil_obj_abstract.h55 #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
Dmain.c163 take(my_fork1); in philosopher()
165 take(my_fork2); in philosopher()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dphil_obj_abstract.h42 #define take(x) osSemaphoreWait(x, osWaitForever) macro
56 #define take(x) osMutexWait(x, 0) macro
Dmain.c163 take(fork1); in philosopher()
165 take(fork2); in philosopher()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dphil_obj_abstract.h46 #define take(x) osSemaphoreAcquire(x, osWaitForever) macro
62 #define take(x) osMutexAcquire(x, osWaitForever) macro
Dmain.c188 take(fork1); in philosopher()
190 take(fork2); in philosopher()
/Zephyr-latest/cmake/bintools/llvm/
Dtarget_bintools.cmake20 # 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/
Dtarget_bintools.cmake20 # 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/
Dsem.c141 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/
Dmain.c55 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/
Dindex.rst7 integrator to implement power management support that can take full
/Zephyr-latest/boards/digilent/arty_a7/
DKconfig12 Board initialization priority. The board initialization must take
/Zephyr-latest/drivers/usb/device/
Dusb_dc_sam_usbc.c1289 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 …]
Dusb_dc_sam0.c642 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/
DKconfig19 Static VRINGs alignment. This should take into account the cache line
/Zephyr-latest/drivers/timer/
DKconfig.mcux_os21 picked, OS Timer will take steps to store state and reinitialize on wakeups.
/Zephyr-latest/cmake/compiler/xcc/
Dcompiler_flags.cmake5 # XCC is based on GCC 4.2 which has a somewhat pedantic take on the
/Zephyr-latest/cmake/bintools/armclang/
Dtarget_bintools.cmake42 # 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/
DKconfig.nct38xx44 must take place after the alert GPIO device is initialized.
/Zephyr-latest/samples/synchronization/
DREADME.rst11 Two threads (A and B) take turns printing a greeting message to the console,
/Zephyr-latest/doc/services/device_mgmt/
Ddfu.rst63 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/
DKconfig.nor59 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/
DKconfig.cap27 Enabling will take one of the allocated CSIS instances
/Zephyr-latest/soc/nxp/kinetis/ke1xf/
DKconfig51 source. The application can take over control of the
/Zephyr-latest/drivers/entropy/
DKconfig.cc13xx_cc26xx48 take corrective action.

12345678