Searched refs:thread_sched_t (Results 1 – 1 of 1) sorted by relevance
99 } thread_sched_t; typedef203 thread_sched_t *locargptr = /* local ptr to the arguments. */ in thread_func()204 (thread_sched_t *) args; in thread_func()304 thread_sched_t *chld_args; /* arguments to funcs execed by child process. */ in main()305 thread_sched_t *status; /* exit status for light weight process. */ in main()307 thread_sched_t **args_table; /* pointer table of arguments address */ in main()308 thread_sched_t **status_table; /*pointer table of status address */ in main()379 args_table = malloc(num_thrd * sizeof(thread_sched_t *)); in main()385 args_table[thrd_ndx] = malloc(sizeof(thread_sched_t)); in main()406 status_table = malloc(num_thrd * sizeof(thread_sched_t *)); in main()[all …]