Searched refs:thread_arg (Results 1 – 1 of 1) sorted by relevance
132 ThreadArg thread_arg; in threadTransaction() local137 thread_arg.target = target; in threadTransaction()138 thread_arg.result = presults; in threadTransaction()143 REQUIRE(!pthread_create(&thread, &attr, threadStart, &thread_arg)); in threadTransaction()