/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | mutex.c | 39 /* 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()
|
D | semaphore.c | 19 /* 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/ |
D | mutex.c | 35 /* 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()
|
D | msgq.c | 41 /* 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()
|
D | semaphore.c | 19 /* 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()
|
D | mailq.c | 79 /* 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/ |
D | trace_capture_usb.py | 42 try: 51 try: 58 try: 85 #try to read to avoid garbage mixed to useful stream data 99 try:
|
D | trace_capture_uart.py | 32 try: 55 try:
|
/Zephyr-latest/include/zephyr/net/ |
D | mii.h | 122 /** 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/ |
D | link-roles.py | 18 try: 21 try: 33 try: 92 # Try to get a module repository's GitHub URL from the manifest.
|
/Zephyr-latest/scripts/pylib/twister/ |
D | scl.py | 13 try: 43 try: 56 try:
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 42 Try to terminate provided process and all its subprocesses recursively. 45 try:
|
D | hardware_adapter.py | 112 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/ |
D | hwspinlock.h | 63 * @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/ |
D | fixtures.py | 36 try: 52 try: 61 try:
|
/Zephyr-latest/tests/posix/eventfd/src/ |
D | ioctl.c | 29 /* 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/ |
D | main.c | 120 /* 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/ |
D | scanner.c | 76 * 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/ |
D | canopen_program.py | 13 try: 217 try: 229 try: 236 try: 263 try: 272 try: 281 try: 304 try:
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_tc.h | 110 * @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/ |
D | main.c | 70 * 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/ |
D | main.c | 47 /* 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/ |
D | remote-fw-service.py | 72 try: 170 try: 191 try: 212 try: 215 try: 223 log.error("Try: sudo pkill -9 -f %s", runner.load_cmd) 348 try:
|
D | acetool.py | 11 try:
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 36 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 …]
|