Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/unit/mocks/
H A Dmock_thread.c961 struct mock_waitq { // 24 bytes struct
968 static_assert(sizeof(struct waitq) == sizeof(struct mock_waitq)); argument
970 #define MWQCAST(xnu_wq) ((struct mock_waitq *)(xnu_wq).wq_q)
979 mock_waitq_init(struct mock_waitq *wq) in mock_waitq_init()
995 mock_waitq_destroy(struct mock_waitq *wq) in mock_waitq_destroy()
1134 static struct mock_waitq global_mock_waitqs[MOCK_WAITQS_NUM];
1146 struct mock_waitq*
1160 struct mock_waitq*
1314 struct mock_waitq *wq = MWQCAST(waitq);
1355 mock_waitq_clear_wait(struct mock_thread * thread, struct mock_waitq *wq) in mock_waitq_clear_wait()
[all …]