Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/
H A Dfibo_load_image.cpp58 thread_id threadA = load_image(argCount, (const char**)args, (const char**)environ); in main() local
59 if (threadA < B_OK) { in main()
60 fprintf(stderr, "Could not create thread A: %s\n", strerror(threadA)); in main()
71 resume_thread(threadA); in main()
76 status = wait_for_thread(threadA, &returnValue); in main()
82 fprintf(stderr, "wait_for_thread(%ld) A failed: %s\n", threadA, strerror(status)); in main()