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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c 116 #define thread_creation_lock (&thread_creation_lock_obj) macro
118 /* This flag is only modified while holding the THREAD_CREATION_LOCK mutex.
196 pthread_mutex_lock (thread_creation_lock);
205 pthread_mutex_unlock (thread_creation_lock);
241 pthread_mutex_lock (thread_creation_lock);
271 pthread_mutex_unlock (thread_creation_lock);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
slow-waitpid.c 116 #define thread_creation_lock (&thread_creation_lock_obj) macro
118 /* This flag is only modified while holding the THREAD_CREATION_LOCK mutex.
196 pthread_mutex_lock (thread_creation_lock);
205 pthread_mutex_unlock (thread_creation_lock);
241 pthread_mutex_lock (thread_creation_lock);
271 pthread_mutex_unlock (thread_creation_lock);

Completed in 18 milliseconds