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

  /src/external/gpl3/gcc/dist/libgcc/config/pa/
gthr-dce.h 165 pthread_t new_thread_handle; local
170 if (!(__gthrw_(pthread_create) (&new_thread_handle, pthread_attr_default,
174 thread_id = *(objc_thread_t *) &new_thread_handle;
175 pthread_detach (&new_thread_handle); /* Fully detach thread. */
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
gthr-dce.h 165 pthread_t new_thread_handle; local
170 if (!(__gthrw_(pthread_create) (&new_thread_handle, pthread_attr_default,
174 thread_id = *(objc_thread_t *) &new_thread_handle;
175 pthread_detach (&new_thread_handle); /* Fully detach thread. */
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 384 pthread_t new_thread_handle; local
389 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs,
391 thread_id = (objc_thread_t) new_thread_handle;
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 371 pthread_t new_thread_handle; local
376 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs,
378 thread_id = (objc_thread_t) new_thread_handle;

Completed in 33 milliseconds