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

/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c62 } thread_id_t; typedef in typeref:union:__anon1335
613 thread_spawn(thread_id_t *thread, void *(fn)(void *), void *arg) {
639 thread_join(thread_id_t *thread) {
691 thread_id_t *client_id;
692 thread_id_t *server_id;
706 server_id = (thread_id_t *) malloc(num_servers * sizeof(thread_id_t));
740 client_id = (thread_id_t *) malloc(totalclients * sizeof(thread_id_t));
H A DKQMPMMtest.c64 } thread_id_t; typedef in typeref:union:__anon1330
666 thread_spawn(thread_id_t *thread, void *(fn)(void *), void *arg) {
692 thread_join(thread_id_t *thread) {
744 thread_id_t *client_id;
745 thread_id_t *server_id;
759 server_id = (thread_id_t *) malloc(num_servers * sizeof(thread_id_t));
793 client_id = (thread_id_t *) malloc(totalclients * sizeof(thread_id_t));

Completed in 80 milliseconds