Home
last modified time | relevance | path

Searched refs:created (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
DKconfig23 Max number of threads in CMSIS RTOS V2 application that can be created with
31 Max number of threads in CMSIS RTOS V2 application that can be created with
54 be created with dynamically allocated control block.
62 be created with dynamically allocated control block.
70 be created with dynamically allocated control block.
78 be created with dynamically allocated control block.
92 be created with dynamically allocated control block.
106 be created with dynamically allocated control block.
/Zephyr-latest/scripts/ci/stats/
Dmerged_prs.py77 created = pr.created_at
82 created = event.created_at
85 delta = pr.closed_at - created
89 dates = (created + timedelta(idx + 1) for idx in range((pr.closed_at - created).days))
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/
Dtest_obj.c58 static bool created; in obj_create() local
60 if (created || obj_inst_id != 0) { in obj_create()
63 created = true; in obj_create()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_opaque.c139 uint8_t created = 0U; in do_write_op_opaque() local
141 ret = lwm2m_get_or_create_engine_obj(msg, &obj_inst, &created); in do_write_op_opaque()
Dlwm2m_registry.h42 struct lwm2m_engine_obj_inst **obj_inst, uint8_t *created);
/Zephyr-latest/doc/kernel/usermode/
Dmpu_userspace.rst8 defined in the system. The privileged stacks are created as a part of the
13 stacks, a lookup table, and a set of helper functions are created and added
/Zephyr-latest/drivers/ethernet/
DKconfig.native_tap17 int "Number of network interfaces created"
21 By default only one network interface is created. It is possible
24 must be created here.
104 int "Number of network interfaces created (deprecated)"
/Zephyr-latest/samples/bluetooth/
Dbluetooth.rst27 The mutually-shared encryption key created during host-device paring may get
29 connections will fail. You can force a re-paring and new key to be created
/Zephyr-latest/arch/common/
Dfill_with_zeros.ld8 * LLVM LLD fills empty spaces (created using ALIGN() or moving the location
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt21 This test consists of 5 threads created at the same priority that
169 returned. If an error occurs, TM_ERROR is returned. The created thread
174 This function resumes the previously created thread specified by
179 This function suspend the previously created thread specified by
199 This function sends a message to the previously created queue.
204 This function receives a message from the previously created
214 This function gets the previously created binary semaphore.
219 This function puts the previously created binary semaphore.
230 previously created memory pool. If successful, a TM_SUCCESS
/Zephyr-latest/samples/subsys/fs/littlefs/
DKconfig9 Use this to force an existing file system to be created.
/Zephyr-latest/drivers/lora/
DCMakeLists.txt5 # a library with same name is created.
/Zephyr-latest/subsys/lorawan/
DCMakeLists.txt5 # a library with same name is created.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_core.rst17 interface which is typically created by the device driver.
Dwebsocket.rst33 First a socket needs to be created and connected to the Websocket server:
42 The Websocket transport socket is then created like this:
Dsocket_service.rst16 is created that serves data to multiple listening sockets which saves memory
17 as only one thread needs to be created in the system in this case.
32 Define a network socket service. This socket service is created with extern
151 /* TCP socket service is created similar way as the UDP one */
/Zephyr-latest/samples/subsys/fs/fs_sample/
DKconfig15 "some.dir" directory and "other.txt" file will be created
/Zephyr-latest/samples/subsys/usb/dfu-next/
DKconfig14 Use this to force an existing file system to be created.
/Zephyr-latest/subsys/net/lib/websocket/
DKconfig30 How many Websockets can be created in the system.
/Zephyr-latest/lib/posix/options/
DKconfig.semaphore26 created via sem_open()).
/Zephyr-latest/cmake/compiler/
Dcompiler_features.cmake10 # `c_std_XX` values are created for easy lookup.
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
Dghrd_10m50da.qpf22 # Date created = 16:01:48 April 27, 2016
/Zephyr-latest/samples/subsys/llext/edk/
DREADME.rst118 [app]Thread 0x20840 created to run extension [kext1], at privileged mode.
123 [app]Thread 0x20a30 created to run extension [ext1], at userspace.
127 [app]Thread 0x20938 created to run extension [ext2], at userspace.
/Zephyr-latest/samples/arch/smp/pktqueue/
DREADME.rst40 is created, which will control "sender" queue processing.
42 Then in each queue-related thread several(defined in THREADS_NUM) threads are created. Each
/Zephyr-latest/share/sysbuild/images/
DCMakeLists.txt20 # this binary_dir is created but stays empty. Object files land in

12345678910>>...12