Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.c275 static int thread_data_slot = 0; variable
303 if (thread_data_slot >= MAX_THREAD_DATA_SLOTS) { in vchiq_thread_create()
308 slot = &thread_slots[thread_data_slot]; in vchiq_thread_create()
322 thread_data_slot++; in vchiq_thread_create()