mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-12 07:52:44 +00:00
parent
1f340cbdd4
commit
0d7c6efa84
@ -111,11 +111,7 @@ namespace Genode {
|
|||||||
/**
|
/**
|
||||||
* Cancel currently blocking operation
|
* Cancel currently blocking operation
|
||||||
*/
|
*/
|
||||||
void cancel_blocking()
|
void cancel_blocking() { resume(); }
|
||||||
{
|
|
||||||
kernel_log() << __PRETTY_FUNCTION__ << ": Not implemented\n";
|
|
||||||
while (1) ;
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get raw thread state
|
* Get raw thread state
|
||||||
@ -143,11 +139,8 @@ namespace Genode {
|
|||||||
/**
|
/**
|
||||||
* Set the executing CPU for this thread
|
* Set the executing CPU for this thread
|
||||||
*/
|
*/
|
||||||
void affinity(unsigned cpu)
|
void affinity(unsigned cpu) {
|
||||||
{
|
kernel_log() << __PRETTY_FUNCTION__ << ": not implemented\n"; };
|
||||||
kernel_log() << __PRETTY_FUNCTION__ << ": Not implemented\n";
|
|
||||||
while (1) ;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/***************
|
/***************
|
||||||
|
Loading…
Reference in New Issue
Block a user