9 lines
69 B
C++
9 lines
69 B
C++
|
|
|
|
void new_thread( ) {
|
|
return;
|
|
}
|
|
|
|
void delete_thread( ) {
|
|
return;
|
|
} |