Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/
H A Dfibo_load_image.cpp65 thread_id threadB = load_image(argCount, (const char**)args, (const char**)environ); in main() local
66 if (threadB < B_OK) { in main()
67 fprintf(stderr, "Could not create thread B: %s\n", strerror(threadB)); in main()
72 resume_thread(threadB); in main()
85 status = wait_for_thread(threadB, &returnValue); in main()
91 fprintf(stderr, "wait_for_thread(%ld) B failed: %s\n", threadB, strerror(status)); in main()