HomeSort by relevance Sort by last modified time
    Searched refs:Joined (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
RSCCOptions.td 32 def target_api_EQ : Joined<["-"], "target-api=">, Alias<target_api>;
89 def rs_package_name_EQ : Joined<["-"], "rs-package-name=">, Alias<rs_package_name>;
91 def W : Joined<["-"], "W">;
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 68 Joinable, // The default thread state. The thread can be joined on.
70 Joined, // Somebody waited on this thread to exit and this thread finally exited. This state is here because there can be a
75 Detached // The thread has been detached and can no longer be joined on. At this point, the thread must take care of cleaning up after itself.
90 void didJoin() { m_joinableState = Joined; }
236 LOG_ERROR("ThreadIdentifier %u was unable to be joined.\n", threadID);
246 // The thread hasn't exited yet, so don't clean anything up. Just signal that we've already joined on it so that it will clean up after itself.
  /external/llvm/lib/CodeGen/
MachineSink.cpp 277 bool Joined = PerformTrivialForwardCoalescing(MI, &MBB);
278 if (Joined) {
  /external/llvm/lib/Option/
ArgList.cpp 265 bool Joined) const {
270 if (Joined) {
  /external/llvm/include/llvm/Option/
ArgList.h 250 /// \param Joined - If true, render the argument as joined with
254 bool Joined = false) const;

Completed in 4606 milliseconds