HomeSort by: relevance | last modified time | path
    Searched defs:thread_data_slot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.c 275 static int thread_data_slot = 0; variable in typeref:typename:int
303 if (thread_data_slot >= MAX_THREAD_DATA_SLOTS) {
308 slot = &thread_slots[thread_data_slot];
322 thread_data_slot++;
vchi_bsd.c 275 static int thread_data_slot = 0; variable in typeref:typename:int
303 if (thread_data_slot >= MAX_THREAD_DATA_SLOTS) {
308 slot = &thread_slots[thread_data_slot];
322 thread_data_slot++;

Completed in 24 milliseconds