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

  /external/valgrind/main/coregrind/
pub_core_syswrap.h 62 extern void VG_(reap_threads)(ThreadId self);
m_main.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threadsignals.py 7 from test.test_support import run_unittest, import_module, reap_threads namespace
42 @reap_threads
test_imaplib.py 13 from test_support import reap_threads, verbose, transient_internet namespace
149 @reap_threads
155 @reap_threads
test_socketserver.py 18 from test.test_support import reap_children, reap_threads, verbose namespace
131 @reap_threads
285 @reap_threads
test_capi.py 104 @test_support.reap_threads
test_thread.py 229 @test_support.reap_threads
test_hashlib.py 359 @test_support.reap_threads
test_asyncore.py 354 @test_support.reap_threads
709 @test_support.reap_threads
test_sys.py 316 @test.test_support.reap_threads
test_support.py 1274 def reap_threads(func): function
    [all...]
test_xmlrpc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threadsignals.py 7 from test.test_support import run_unittest, import_module, reap_threads namespace
42 @reap_threads
test_imaplib.py 13 from test_support import reap_threads, verbose, transient_internet namespace
149 @reap_threads
155 @reap_threads
test_socketserver.py 18 from test.test_support import reap_children, reap_threads, verbose namespace
131 @reap_threads
285 @reap_threads
test_capi.py 104 @test_support.reap_threads
test_thread.py 229 @test_support.reap_threads
test_hashlib.py 359 @test_support.reap_threads
test_asyncore.py 354 @test_support.reap_threads
709 @test_support.reap_threads
test_sys.py 316 @test.test_support.reap_threads
test_support.py 1274 def reap_threads(func): function
    [all...]
test_xmlrpc.py     [all...]
  /external/fio/
backend.c 1607 static void reap_threads(unsigned int *nr_running, unsigned int *t_rate, function
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 2617 void VG_(reap_threads)(ThreadId self) function
    [all...]
syswrap-linux.c 731 Then wait using VG_(reap_threads) for these threads to disappear.
740 to VG_(reap_threads). The scheduler will then check for signals,
754 VG_(reap_threads)(tid);
    [all...]

Completed in 297 milliseconds