Home
last modified time | relevance | path

Searched refs:stopThread (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c95 void stopThread(Thread * thr);
305 void stopThread(Thread * thr) in stopThread() function
400 stopThread(&arg1); in main()
401 stopThread(&arg2); in main()
402 stopThread(&arg3); in main()
403 stopThread(&arg4); in main()
404 stopThread(&arg5); in main()
/third_party/node/typings/internalBinding/
Dworker.d.ts11 stopThread(): void;
/third_party/node/lib/internal/
Dworker.js385 this[kHandle].stopThread();