Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/src/multi_core/
Dtfm_ns_mailbox_thread.c47 static void *msgq_handle = NULL; variable
201 ret = tfm_ns_mailbox_os_mq_send(msgq_handle, &req); in tfm_ns_mailbox_client_call()
221 ret = tfm_ns_mailbox_os_mq_receive(msgq_handle, &req); in tfm_ns_mailbox_thread_runner()
309 msgq_handle = tfm_ns_mailbox_os_mq_create(sizeof(struct ns_mailbox_req_t), in mailbox_req_queue_init()
311 if (!msgq_handle) { in mailbox_req_queue_init()