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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c 115 static pthread_mutex_t thread_creation_lock_obj = PTHREAD_MUTEX_INITIALIZER; variable
116 #define thread_creation_lock (&thread_creation_lock_obj)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c 115 static pthread_mutex_t thread_creation_lock_obj = PTHREAD_MUTEX_INITIALIZER; variable
116 #define thread_creation_lock (&thread_creation_lock_obj)

Completed in 16 milliseconds