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

  /src/external/gpl3/gcc/dist/libgfortran/io/
async.h 105 INTERN_LOCK (&debug_queue_lock); \
158 INTERN_LOCK (&debug_queue_lock); \
183 INTERN_LOCK (&debug_queue_lock); \
206 INTERN_LOCK (mutex); \
207 INTERN_LOCK (&debug_queue_lock); \
343 #define LOCK(mutex) INTERN_LOCK (mutex)
363 #define INTERN_LOCK(mutex) T_ERROR (__gthread_mutex_lock, mutex);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
async.h 105 INTERN_LOCK (&debug_queue_lock); \
158 INTERN_LOCK (&debug_queue_lock); \
183 INTERN_LOCK (&debug_queue_lock); \
206 INTERN_LOCK (mutex); \
207 INTERN_LOCK (&debug_queue_lock); \
221 #define LOCK(mutex) INTERN_LOCK (mutex)
226 #define INTERN_LOCK(mutex) T_ERROR (__gthread_mutex_lock, mutex);

Completed in 14 milliseconds