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

/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c457 static int thread_data_slot = 0; variable
485 if (thread_data_slot >= MAX_THREAD_DATA_SLOTS) {
490 slot = &thread_slots[thread_data_slot];
505 thread_data_slot++;

Completed in 41 milliseconds