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

  /external/ltp/testcases/kernel/mem/mtest07/
mallocstress.c 190 void *alloc_mem(void *threadnum)
198 err = allocate_free(((uintptr_t)threadnum) % 4);
201 (int)(uintptr_t)threadnum, err,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hashlib.py 343 for threadnum in xrange(num_threads):
344 chunk_size = len(data) // (10**threadnum)
  /external/python/cpython2/Lib/test/
test_hashlib.py 381 for threadnum in xrange(num_threads):
382 chunk_size = len(data) // (10**threadnum)
  /external/python/cpython3/Lib/test/
test_hashlib.py 824 for threadnum in range(num_threads):
825 chunk_size = len(data) // (10 ** threadnum)
    [all...]

Completed in 370 milliseconds