Searched refs:ZTEST_BMEM (Results 1 – 25 of 59) sorted by relevance
123
14 ZTEST_BMEM volatile bool fault_in_isr;15 ZTEST_BMEM volatile k_tid_t valid_fault_tid;76 ZTEST_BMEM volatile bool assert_in_isr;77 ZTEST_BMEM volatile k_tid_t valid_assert_tid;
27 ZTEST_BMEM volatile bool failed_in_isr;28 static ZTEST_BMEM const struct device *const uart_dev =103 ZTEST_BMEM struct test_data tdata;146 ZTEST_BMEM volatile uint32_t tx_aborted_count;330 ZTEST_BMEM uint8_t chained_read_buf[2][8];331 ZTEST_BMEM uint8_t chained_cpy_buf[10];333 ZTEST_BMEM volatile uint8_t rx_data_idx;334 ZTEST_BMEM uint8_t rx_buf_idx;336 ZTEST_BMEM uint8_t *read_ptr;420 ZTEST_BMEM uint8_t double_buffer[2][12];[all …]
15 static ZTEST_BMEM const struct device *const uart_dev =74 ZTEST_BMEM volatile uint32_t tx_wide_aborted_count;
57 ZTEST_BMEM SYS_MUTEX_DEFINE(private_mutex);60 ZTEST_BMEM SYS_MUTEX_DEFINE(mutex_1);61 ZTEST_BMEM SYS_MUTEX_DEFINE(mutex_2);62 ZTEST_BMEM SYS_MUTEX_DEFINE(mutex_3);63 ZTEST_BMEM SYS_MUTEX_DEFINE(mutex_4);68 static ZTEST_BMEM SYS_MUTEX_DEFINE(not_my_mutex);69 static ZTEST_BMEM SYS_MUTEX_DEFINE(bad_count_mutex);
12 static ZTEST_BMEM char tp1[8];14 static ZTEST_BMEM struct k_sema *tp3;15 static ZTEST_BMEM int spawn_prio;
11 static ZTEST_BMEM int last_prio;
37 static ZTEST_BMEM atomic_t count; in malloc_thread()76 static ZTEST_BMEM bool aborted; in ZTEST()
18 ZTEST_BMEM static char *mapped_stack_addr;19 ZTEST_BMEM static size_t mapped_stack_sz;
15 ZTEST_BMEM static int count;16 ZTEST_BMEM static int ret = TC_PASS;
9 ZTEST_BMEM volatile bool valid_fault;
36 ZTEST_BMEM int woken;37 ZTEST_BMEM int timeout;38 ZTEST_BMEM int index[TOTAL_THREADS_WAITING];39 ZTEST_BMEM struct k_futex simple_futex;40 ZTEST_BMEM struct k_futex multiple_futex[TOTAL_THREADS_WAITING];42 ZTEST_BMEM atomic_t not_a_futex;43 ZTEST_BMEM struct sys_mutex also_not_a_futex;
10 ZTEST_BMEM char user_stack[256];
17 static ZTEST_BMEM struct ctx ctx;18 static ZTEST_BMEM struct k_work work;
87 static ZTEST_BMEM struct mqtt_sn_client mqtt_clients[3];88 static ZTEST_BMEM struct mqtt_sn_client *mqtt_client;93 static ZTEST_BMEM size_t i; in setup()
67 static ZTEST_BMEM int ptp_clocks[MAX_NUM_INTERFACES - 1];484 static ZTEST_BMEM const struct device *clk0;485 static ZTEST_BMEM const struct device *clk1;530 static ZTEST_BMEM struct net_ptp_time tm;531 static ZTEST_BMEM struct net_ptp_time empty;
53 static ZTEST_BMEM uint64_t t_create;54 static ZTEST_BMEM struct thread_data {
9 static ZTEST_BMEM char __aligned(4) tbuffer[MSG_SIZE * MSGQ_LEN];
12 static ZTEST_BMEM char __aligned(4) tbuffer[MSG_SIZE * MSGQ_LEN];
8 static ZTEST_BMEM char __aligned(4) tbuffer[MSG_SIZE * MSGQ_LEN];
30 ZTEST_BMEM int woken;31 ZTEST_BMEM int timeout;32 ZTEST_BMEM int index[TOTAL_THREADS_WAITING];33 ZTEST_BMEM int count;
12 static ZTEST_BMEM uint8_t user_buffer[SIZE];
172 ZTEST_BMEM static volatile bool expect_fault;173 ZTEST_BMEM static volatile unsigned int expected_reason;
368 #define ZTEST_BMEM K_APP_BMEM(ztest_mem_partition) macro376 #define ZTEST_BMEM macro
24 static ZTEST_BMEM struct k_work_user work[NUM_OF_WORK];
15 static ZTEST_BMEM stack_data_t data[STACK_LEN];