HomeSort by relevance Sort by last modified time
    Searched defs:id_mutex (Results 1 - 2 of 2) sorted by null

  /external/libdrm/radeon/
radeon_cs_gem.c 81 static pthread_mutex_t id_mutex = PTHREAD_MUTEX_INITIALIZER; variable
100 pthread_mutex_lock( &id_mutex );
109 pthread_mutex_unlock( &id_mutex );
118 pthread_mutex_lock( &id_mutex );
122 pthread_mutex_unlock( &id_mutex );
  /external/python/cpython3/Include/
pystate.h 120 PyThread_type_lock id_mutex; member in struct:_is

Completed in 65 milliseconds