Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/tests/MPMMTest/
H A DKQMPMMtest.c65 } thread_id_t; typedef
707 thread_spawn(thread_id_t *thread, void *(fn)(void *), void *arg) in thread_spawn()
738 thread_join(thread_id_t *thread) in thread_join()
797 thread_id_t *client_id; in main()
798 thread_id_t *server_id; in main()
813 server_id = (thread_id_t *) malloc(num_servers * sizeof(thread_id_t)); in main()
848 client_id = (thread_id_t *) malloc(totalclients * sizeof(thread_id_t)); in main()
H A DMPMMtest.c69 } thread_id_t; typedef
816 thread_spawn(thread_id_t *thread, void *(fn)(void *), void *arg) in thread_spawn()
847 thread_join(thread_id_t *thread) in thread_join()
905 thread_id_t *client_id; in main()
906 thread_id_t *server_id; in main()
926 server_id = (thread_id_t *) malloc(num_servers * sizeof(thread_id_t)); in main()
967 client_id = (thread_id_t *) malloc(totalclients * sizeof(thread_id_t)); in main()