Home
last modified time | relevance | path

Searched refs:myid (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dshard.py24 def __init__(self, myid, shards_count):
27 myid: id of the shard within [0; shards_count - 1]
32 assert myid >= 0 and myid < shards_count
34 self._myid = myid
/third_party/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_many.c79 int myid = (intptr_t) arg; in childfunc() local
83 cp = &condlist[myid]; in childfunc()
84 cw = &child_waiting[myid]; in childfunc()
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py794 myid, count = self._get_shard_info(options)
797 return ShardProc(myid - 1, count)

Completed in 2 milliseconds