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

/xnu-2422.115.4/tools/tests/libMicro/
H A Dcachetocache.c61 static tsd_t *thread_data[1024]; variable
145 thread_data[pthread_self() - 1] = ts;
169 ts = thread_data[i];
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.c601 struct FSBufferDescriptor thread_data; local
605 BDINIT(thread_data, &thread_rec);
606 thread_data.itemSize = buildthread(&iterator[0].key, &thread_rec, 1, 0);
609 result = BTInsertRecord(fcb, &iterator[1], &thread_data, thread_data.itemSize);

Completed in 21 milliseconds