Searched refs:pop_front (Results 1 - 25 of 84) sorted by relevance

1234

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc38 l->pop_front();
42 l->pop_front();
46 l->pop_front();
50 l->pop_front();
54 l->pop_front();
58 l->pop_front();
82 l.pop_front();
90 l.pop_front();
102 l.pop_front();
106 l.pop_front();
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dnotif.cc103 np->queue.pop_front ();
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dnotif.cc103 np->queue.pop_front ();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp94 Worklist.pop_front();
96 Worklist.pop_front();
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dtoken.h62 pop_front();
192 { return this->waiting_.pop_front(); }
H A Dworkqueue.cc76 Task_list::pop_front() function in class:gold::Task_list
218 while ((t = tasks->pop_front()) != NULL)
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dtoken.h62 pop_front();
192 { return this->waiting_.pop_front(); }
H A Dworkqueue.cc76 Task_list::pop_front() function in class:gold::Task_list
218 while ((t = tasks->pop_front()) != NULL)
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dtoken.h62 pop_front();
192 { return this->waiting_.pop_front(); }
H A Dworkqueue.cc76 Task_list::pop_front() function in class:gold::Task_list
218 while ((t = tasks->pop_front()) != NULL)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dqueue.h45 * atomic access. push_front() and pop_front() must not be called
81 * Must not be called concurrently with pop_front(). */
98 * Must not be called concurrently with pop_front(). */
100 pop_front(_Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
125 * Must not be called concurrently with pop_front(). */
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dqueue.h45 * atomic access. push_front() and pop_front() must not be called
81 * Must not be called concurrently with pop_front(). */
98 * Must not be called concurrently with pop_front(). */
100 pop_front(_Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
125 * Must not be called concurrently with pop_front(). */
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTaskQueue.h118 Tasks.pop_front();
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-exceptions.cc134 catchers.pop_front ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote-notif.c99 state->notif_queue.pop_front ();
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-exceptions.cc134 catchers.pop_front ();
H A Dintrusive_list.h391 void pop_front () function in class:intrusive_list
506 pop_front ();
517 pop_front ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote-notif.c99 state->notif_queue.pop_front ();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp70 Queue.pop_front();
119 Queue.pop_front();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp34 T pop_front() { function in struct:DeadCodeElimination::SetQueue
133 NodeId N = WorkQ.pop_front();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_list.h23 // pop_front(), append_front() and append_back().
65 void pop_front() { function in struct:__sanitizer::IntrusiveList
H A Dsanitizer_thread_registry.cc324 dead_threads_.pop_front();
337 invalid_threads_.pop_front();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h21 // pop_front(), append_front() and append_back().
63 void pop_front() { function in struct:__sanitizer::IntrusiveList
H A Dsanitizer_thread_registry.cc322 dead_threads_.pop_front();
335 invalid_threads_.pop_front();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h22 // pop_front(), append_front() and append_back().
64 void pop_front() { function in struct:__sanitizer::IntrusiveList

Completed in 441 milliseconds

1234