Home
last modified time | relevance | path

Searched refs:th_id (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/posix/eventfd/src/
Dstress.c18 enum th_id { enum
60 enum th_id id = POINTER_TO_UINT(arg1); in th_fun()
89 enum th_id i; in ZTEST_F()
90 enum th_id begin = MIN(READER, WRITER); in ZTEST_F()
91 enum th_id end = MAX(READER, WRITER) + 1; in ZTEST_F()
/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c48 k_tid_t th_id; member
77 if (wait_call.pending && wait_call.smc_cb && (k_current_get() == wait_call.th_id)) { in arm_smccc_smc()
1169 wait_call.th_id = k_current_get(); in wait_handler()
1252 wait_call.th_id = k_current_get(); in ZTEST()