mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
b65b62a932
git-svn-id: file:///svn/toku/tokudb@12507 c7de825b-a66e-492c-adef-691d508d4ae1
5 lines
86 B
C
5 lines
86 B
C
#include <toku_pthread.h>
|
|
|
|
int toku_pthread_yield(void) {
|
|
return sched_yield();
|
|
}
|