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

  /src/external/gpl3/gcc/dist/libobjc/objc/
thr.h 50 typedef void * objc_thread_t; typedef
55 volatile objc_thread_t owner; /* Id of thread that owns. */
83 objc_thread_t objc_thread_detach (SEL selector, id object, id argument);
90 objc_thread_t objc_thread_id (void);
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
thr.h 50 typedef void * objc_thread_t; typedef
55 volatile objc_thread_t owner; /* Id of thread that owns. */
83 objc_thread_t objc_thread_detach (SEL selector, id object, id argument);
90 objc_thread_t objc_thread_id (void);

Completed in 15 milliseconds