Home
last modified time | relevance | path

Searched full:try (Results 1 – 25 of 719) sorted by relevance

12345678910>>...29

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dmutex.c39 /* Try mutex creation for more than maximum count */ in test_max_mutex()
60 /* Try deleting invalid mutex object */ in ZTEST()
71 /* Try to release mutex without obtaining it */ in ZTEST()
75 /* Try figuring out the owner for a Mutex which has not been in ZTEST()
87 /* Try to acquire an already acquired mutex */ in ZTEST()
98 /* Try to release mutex that was already released */ in ZTEST()
105 /* Try mutex creation for more than maximum allowed count */ in ZTEST()
115 * by the other thread. Try with and without timeout. in tThread_entry_lock_timeout()
Dsemaphore.c19 /* Try taking semaphore immediately when it is not available */ in thread_sema()
24 /* Try taking semaphore after a TIMEOUT, but before release */ in thread_sema()
43 /* Try releasing when no semaphore is obtained */ in thread_sema()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dmutex.c35 /* Try mutex creation for more than maximum count */ in test_max_mutex()
54 /* Try deleting invalid mutex object */ in ZTEST()
62 /* Try to release mutex without obtaining it */ in ZTEST()
69 /* Try to acquire an already acquired mutex */ in ZTEST()
80 /* Try to release mutex that was already released */ in ZTEST()
87 /* Try mutex creation for more than maximum allowed count */ in ZTEST()
96 * other thread. Try with and without timeout. in tThread_entry_lock_timeout()
Dmsgq.c41 /* Try putting message to a full queue immediately in send_msg_thread()
49 /* Try putting message to a full queue within a duration in send_msg_thread()
70 /* Try getting message immediately before the queue is populated */ in message_recv()
75 /* Try receiving message within a duration of TIMEOUT */ in message_recv()
Dsemaphore.c19 /* Try taking semaphore immediately when it is not available */ in thread_sema()
24 /* Try taking semaphore after a TIMEOUT, but before release */ in thread_sema()
43 /* Try releasing when no semaphore is obtained */ in thread_sema()
Dmailq.c79 /* Try allocating mail to a full queue immediately in send_thread()
87 /* Try allocating mail to a full queue within a duration in send_thread()
115 /* Try getting mail immediately before the queue is populated */ in mail_recv()
120 /* Try receiving mail within a duration of TIMEOUT */ in mail_recv()
/Zephyr-latest/scripts/tracing/
Dtrace_capture_usb.py42 try:
51 try:
58 try:
85 #try to read to avoid garbage mixed to useful stream data
99 try:
Dtrace_capture_uart.py32 try:
55 try:
/Zephyr-latest/include/zephyr/net/
Dmii.h122 /** try for asymmetric pause */
124 /** try for pause */
126 /** try for 100BASE-T4 support */
128 /** try for 100BASE-X full duplex support */
130 /** try for 100BASE-X support */
132 /** try for 10 Mb/s full duplex support */
134 /** try for 10 Mb/s half duplex support */
142 /** try for 1000BASE-T full duplex support */
144 /** try for 1000BASE-T half duplex support */
/Zephyr-latest/doc/_extensions/zephyr/
Dlink-roles.py18 try:
21 try:
33 try:
92 # Try to get a module repository's GitHub URL from the manifest.
/Zephyr-latest/scripts/pylib/twister/
Dscl.py13 try:
43 try:
56 try:
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py42 Try to terminate provided process and all its subprocesses recursively.
45 try:
Dhardware_adapter.py112 try:
141 try:
164 try:
170 try:
214 try:
225 read. Instead for this, following implementation try to read data only
273 try:
/Zephyr-latest/include/zephyr/drivers/
Dhwspinlock.h63 * @brief Try to lock HW spinlock
65 * This function is used for try to lock specific HW spinlock. It should
110 * @brief Try to unlock HW spinlock
112 * This function is used for try to unlock specific HW spinlock. It should
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py36 try:
52 try:
61 try:
/Zephyr-latest/tests/posix/eventfd/src/
Dioctl.c29 /* Try writing and reading. Should not fail. */ in ZTEST_F()
50 /* Try writing and reading again. */ in ZTEST_F()
71 /* Try writing and reading again. */ in ZTEST_F()
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c120 /* Try to write to a control register. */ in ZTEST_USER()
210 /* Try to disable memory protections. */ in ZTEST_USER()
259 * Try to make everything accessible through PMP slot 3 in ZTEST_USER()
310 /* Try to read from kernel RAM. */ in ZTEST_USER()
327 /* Try to write to kernel RAM. */ in ZTEST_USER()
347 /* Try to write to kernel RO. */ in ZTEST_USER()
376 /* Try to write to kernel text. */ in ZTEST_USER()
427 /* Try to read from privileged stack. */ in ZTEST_USER()
452 /* Try to write to privileged stack. */ in ZTEST_USER()
480 /* Try to pass a user object to a system call. */ in ZTEST_USER()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/
Dscanner.c76 * Kconfig. And if we try to set data too large we get the correct in entrypoint_scanner()
85 * - [advertiser] try to use `test_ad1` as advertising data in entrypoint_scanner()
87 * - [advertiser] try to use `test_ad2` as advertising data in entrypoint_scanner()
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py13 try:
217 try:
229 try:
236 try:
263 try:
272 try:
281 try:
304 try:
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tc.h110 * @brief Minimum wait time associated with the Try.SRC state.
116 * @brief Maximum wait time associated with the Try.SRC state.
122 * @brief Minimum wait time associated with the Try.SNK state.
128 * @brief Maximum wait time associated with the Try.SNK state.
134 * @brief Minimum timeout for transition from Try.SRC to TryWait.SNK.
140 * @brief Maximum timeout for transition from Try.SRC to TryWait.SNK.
187 * the try-wait process.
194 * the try-wait process.
/Zephyr-latest/tests/kernel/mem_protect/protection/src/
Dmain.c70 * Try executing from buffer we just filled. in execute_from_buffer()
97 * Try writing to rodata. Optimally, this triggers a fault. in ZTEST()
128 * Try writing to a function in the text section. in ZTEST()
130 * If not, we try calling the function after overwriting in ZTEST()
/Zephyr-latest/tests/net/lib/tls_credentials/src/
Dmain.c47 /* Try to register another credential - should not have memory for that in test_credential_add()
53 /* Try to re-register with already registered tag and type */ in test_credential_add()
82 /* Try to read non-existing credentials */ in test_credential_get()
88 /* Try to read with too small buffer */ in test_credential_get()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dremote-fw-service.py72 try:
170 try:
191 try:
212 try:
215 try:
223 log.error("Try: sudo pkill -9 -f %s", runner.load_cmd)
348 try:
Dacetool.py11 try:
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py36 try:
41 try:
205 self.pid_fn = None # clear so we don't try to kill the binary twice
247 try:
439 try:
481 try:
536 try:
631 try:
640 try:
671 try:
[all …]

12345678910>>...29