Searched refs:thread_id_t (Results 1 – 2 of 2) sorted by relevance
65 } thread_id_t; typedef707 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()
69 } thread_id_t; typedef816 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()