Searched refs:node_ptr (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Datomic_fifo_queue_test.c20 QueueNode *node_ptr = OSAtomicFifoDequeue(&head, 0); local
21 if( strcmp(node_ptr->str, str1) != 0 ) {
22 warnx("OSAtomicFifoDequeue returned incorrect string. Expected %s, got %s", str1, node_ptr->str);
25 node_ptr = OSAtomicFifoDequeue(&head, 0);
26 if( strcmp(node_ptr->str, str2) != 0 ) {
27 warnx("OSAtomicFifoDequeue returned incorrect string. Expected %s, got %s", str2, node_ptr->str);

Completed in 14 milliseconds