ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • UNIX/리눅스
    Platform/프로세스 2009. 2. 14. 22:00
    프로세스
    fork()
    exec{X}()
    close-on-exec
    exit()    // C라이브러리
    getpid()
    getppid()
    getgpid()
    getenv()    // C라이브러리
    putenv()
    setenv()
    unsetenv()

    스레드 - pthread(POSIX thread)
    gcc -D_REENTRANT ... -lpthread

    pthread_create()
    pthread_exit()
    pthread_cancel()
    pthrad_join(()
    pthread_detach()
    pthread_self()

Designed by Tistory.