Searched refs:created (Results 1 – 25 of 278) sorted by relevance
12345678910>>...12
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | Kconfig | 23 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/ |
D | merged_prs.py | 77 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/ |
D | test_obj.c | 58 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/ |
D | lwm2m_rw_opaque.c | 139 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()
|
D | lwm2m_registry.h | 42 struct lwm2m_engine_obj_inst **obj_inst, uint8_t *created);
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_userspace.rst | 8 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/ |
D | Kconfig.native_tap | 17 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/ |
D | bluetooth.rst | 27 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/ |
D | fill_with_zeros.ld | 8 * LLVM LLD fills empty spaces (created using ALIGN() or moving the location
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 21 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/ |
D | Kconfig | 9 Use this to force an existing file system to be created.
|
/Zephyr-latest/drivers/lora/ |
D | CMakeLists.txt | 5 # a library with same name is created.
|
/Zephyr-latest/subsys/lorawan/ |
D | CMakeLists.txt | 5 # a library with same name is created.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_core.rst | 17 interface which is typically created by the device driver.
|
D | websocket.rst | 33 First a socket needs to be created and connected to the Websocket server: 42 The Websocket transport socket is then created like this:
|
D | socket_service.rst | 16 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/ |
D | Kconfig | 15 "some.dir" directory and "other.txt" file will be created
|
/Zephyr-latest/samples/subsys/usb/dfu-next/ |
D | Kconfig | 14 Use this to force an existing file system to be created.
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | Kconfig | 30 How many Websockets can be created in the system.
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.semaphore | 26 created via sem_open()).
|
/Zephyr-latest/cmake/compiler/ |
D | compiler_features.cmake | 10 # `c_std_XX` values are created for easy lookup.
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da.qpf | 22 # Date created = 16:01:48 April 27, 2016
|
/Zephyr-latest/samples/subsys/llext/edk/ |
D | README.rst | 118 [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/ |
D | README.rst | 40 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/ |
D | CMakeLists.txt | 20 # this binary_dir is created but stays empty. Object files land in
|
12345678910>>...12