003 File Manager
Current Path:
/usr/src/tools/regression/pthread/unwind
usr
/
src
/
tools
/
regression
/
pthread
/
unwind
/
📁
..
📄
Makefile
(537 B)
📄
Test.cpp
(578 B)
📄
catch_pthread_exit.cpp
(498 B)
📄
cond_wait_cancel.cpp
(626 B)
📄
cond_wait_cancel2.cpp
(795 B)
📄
main_thread_exit.cpp
(229 B)
📄
sem_wait_cancel.cpp
(470 B)
📄
thread_normal_exit.cpp
(391 B)
Editing: Makefile
# $FreeBSD$ all: main_thread_exit thread_normal_exit sem_wait_cancel \ cond_wait_cancel cond_wait_cancel2 catch_pthread_exit .cpp: c++ -o $@ $< -lpthread main_thread_exit: main_thread_exit.cpp thread_normal_exit: thread_normal_exit.cpp sem_wait_cancel: sem_wait_cancel.cpp cond_wait_cancel: cond_wait_cancel.cpp cond_wait_cancel2: cond_wait_cancel2.cpp catch_pthread_exit: catch_pthread_exit.cpp clean: .PHONY rm -rf main_thread_exit thread_normal_exit sem_wait_cancel \ cond_wait_cancel cond_wait_cancel2 catch_pthread_exit
Upload File
Create Folder