Search Results

Search found 26 results on 2 pages for 'elad'.

Page 2/2 | < Previous Page | 1 2 

  • remote function with pthread

    - by user311130
    Hi all, I wrote some code in c, using pthread (I configured the linker and compiler in eclipse IDE first). #include <pthread.h> #include "starter.h" #include "UI.h" Page* MM; Page* Disk; PCB* all_pcb_array; void* display_prompt(void *id){ printf("Hello111\n"); return NULL; } int main(int argc, char** argv) {

    Read the article

< Previous Page | 1 2