Home
last modified time | relevance | path

Searched full:created (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/Zephyr-latest/include/zephyr/fs/
Dext2.h20 * in created file system.
21 * @param uuid UUID for created file system. Used when set_uuid is true.
22 * @param volume_name Name for created file system.
23 * @param set_uuid If true then UUID from that structure is used in created file system.
/Zephyr-latest/lib/cpp/minimal/
Dcpp_vtable.cpp24 void __class_type_info::dummy() { } // causes the vtable to get created here in dummy()
25 void __si_class_type_info::dummy() { } // causes the vtable to get created here in dummy()
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt21 This test consists of 5 threads created at the same priority that
148 returned. If an error occurs, TM_ERROR is returned. The created thread
153 This function resumes the previously created thread specified by
158 This function suspend the previously created thread specified by
178 This function sends a message to the previously created queue.
183 This function receives a message from the previously created
193 This function gets the previously created binary semaphore.
198 This function puts the previously created binary semaphore.
209 previously created memory pool. If successful, a TM_SUCCESS
/Zephyr-latest/drivers/ethernet/
DKconfig.native_posix16 int "Number of network interfaces created"
22 By default only one network interface is created. It is possible
25 must be created here.
/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))
116 prj['created'] = pr.created_at.strftime("%Y-%m-%d %H:%M:%S")
/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/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/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/
Ddisable.sh19 # 2. Tx devices pushes all created advs to the pool by calling `bt_mesh_adv_send` function
26 # 6. Tx device checks that no more advs can be created using `bt_mesh_adv_create` function.
/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/tests/kernel/threads/thread_apis/src/
Dtest_kthread_for_each.c84 * iterates over the newly created thread and calls the user passed
127 * iterates over the newly created thread and calls the user passed
130 * callback function created or abort threads
161 * meanwhile, a new thread is created in callback but in ZTEST()
174 * as there is a thread is created in last iteration in ZTEST()
Dtest_threads_suspend_resume.c33 /* checkpoint: created thread shouldn't be executed after suspend */ in threads_suspend_resume()
37 /* checkpoint: created thread should be executed after resume */ in threads_suspend_resume()
173 /* suspend created thread */ in ZTEST()
/Zephyr-latest/include/zephyr/ipc/
Drpmsg_service.h27 * The endpoint is created when the slave device registers it.
59 * Checks if remote endpoint has been created
/Zephyr-latest/samples/subsys/fs/littlefs/
DKconfig9 Use this to force an existing file system to be created.
/Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/
Dconn.h20 * The reference created by @ref bt_conn_le_create is put in @p connp.
38 * reference was created.
40 * object reference was created and put in @p connp.
/Zephyr-latest/scripts/west_commands/tests/
Dtest_dediprog.py52 '''Test commands using a runner created by constructor.'''
67 '''Test commands using a runner created from command line parameters.'''
Dtest_xsdb.py49 '''Test actions using a runner created by constructor.'''
68 '''Test actions using a runner created from action line parameters.'''
/Zephyr-latest/doc/connectivity/networking/api/
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:
Dnet_core.rst17 interface which is typically created by the device driver.
/Zephyr-latest/arch/common/
Dfill_with_zeros.ld8 * LLVM LLD fills empty spaces (created using ALIGN() or moving the location
/Zephyr-latest/doc/kernel/services/other/
Dfloat.rst91 * A statically-created ARM thread can be pretagged by passing the
94 * A dynamically-created ARM thread can be pretagged by passing the
169 * A statically-created ARC thread can be tagged by passing the
172 * A dynamically-created ARC thread can be tagged by passing the
232 * A statically-created thread can be tagged by passing the
235 * A dynamically-created thread can be tagged by passing the
282 * A statically-created x86 thread can be pretagged by passing the
286 * A dynamically-created x86 thread can be pretagged by passing the
290 * An already-created x86 thread can pretag itself once it has started
/Zephyr-latest/samples/subsys/fs/fs_sample/
DKconfig15 "some.dir" directory and "other.txt" file will be created
/Zephyr-latest/subsys/net/lib/websocket/
DKconfig30 How many Websockets can be created in the system.
/Zephyr-latest/drivers/lora/
DCMakeLists.txt5 # a library with same name is created.
/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/lib/posix/options/
DKconfig.semaphore26 created via sem_open()).

12345678910>>...24