HomeSort by relevance Sort by last modified time
    Searched full:forker (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 176 pthread_t workers[kNumWorkers], forker; local
180 PTHREAD_CREATE(&forker, 0, MallocIntrospectionLockForker, 0);
184 PTHREAD_JOIN(forker, 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 158 info('after forker raised exception %s', e)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 158 info('after forker raised exception %s', e)

Completed in 68 milliseconds