Searched refs:threadnum (Results 1 – 3 of 3) sorted by relevance
190 void *alloc_mem(void *threadnum) in alloc_mem() argument198 err = allocate_free(((uintptr_t)threadnum) % 4); in alloc_mem()201 (int)(uintptr_t)threadnum, err, in alloc_mem()
381 for threadnum in xrange(num_threads):382 chunk_size = len(data) // (10**threadnum)
824 for threadnum in range(num_threads):825 chunk_size = len(data) // (10 ** threadnum)