mirror of
https://github.com/MariaDB/server.git
synced 2025-03-08 04:03:30 +01:00
5 lines
86 B
C
5 lines
86 B
C
#include <toku_pthread.h>
|
|
|
|
int toku_pthread_yield(void) {
|
|
return sched_yield();
|
|
}
|