Skip to content

Commit 3dca769

Browse files
committed
Testing: thread safe unit test updates
1 parent f663bfe commit 3dca769

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test-queue-impl.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ size_t getQueueSize();
1313
// Maximum queue size constant
1414
extern const size_t MAX_QUEUE_SIZE;
1515

16+
bool _task_dequeue_request(_task_request_t* req);
17+
bool _task_enqueue_request(_task_request_t* req);
18+
1619
#endif // TEST_QUEUE_IMPL_H

0 commit comments

Comments
 (0)